.register {
    width: 500px;
    height: 500px;
    margin: auto;
    background: white;
    border-radius: 5px;
    padding-top: 50px;

}

.register .title {
    margin-left: auto;
    text-align: center;
}

.register form {
    margin: auto;
    width: 100%;
}

.register form div {
    text-align: center;
}

.register form input {
    width: 70%;
    margin: 0;
    height: 50px;
    box-sizing: border-box;
}

.register form i.register_icon {
    position: absolute;
}

.js-send-code-button {
    position: absolute;
    height: 50px;
    width: 60px;
    /*margin-left: -60px;*/
    background: dodgerblue;
    border-style: none;
    font-size: 20px;
    cursor: pointer;

}

.js-send-code-button:hover {
    color: lightblue;
}

div.reset_password {
    width: 70%;
    margin: auto;
    /*background-color: #1E9FFF;*/
    /*border-style: dashed;*/
}


.reset_password a {
    float: right;
    /*text-align: right;*/
}

.login_tab {
    width: 80%;
    margin: auto;
    text-align: center;
}

.sign_up {
    /*width: 100px;*/
    margin-top: 50px;
}

#sign_up_btn {
    background: dodgerblue;
    border-style: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

#sign_up_btn:hover {
    color: lightblue;
}

.code_login {
    background: dodgerblue;
    border-style: none;
    font-size: 20px;
    width: 70%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.direct_login {
    margin-left: 20px;
    font-weight: bold;
    border-radius: 5px;
    background-color: rgba(0, 152, 50, 0.7);
}

#google_login {
    margin: auto;
    vertical-align: center;
    width: 70%;
}

div.input i {
    display: inline;
    position: absolute;
    line-height: 50px;
    font-size: x-large;
    margin-left: 5px;
}

div.input i:hover {
    cursor: pointer;
}

div#tip {
    margin: auto;
    width: 70%;
    text-align: left;
}
