@charset "UTF-8";

.leaf-left:before {
    top: 180px;
}

.verify-fresh {
    background: url(/assets/img/refresh.svg) center center no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.verify-fresh:before {
    display: block;
    content: "";
    padding: 24px;
}

.form-block {
    padding: 30px 65px 40px 65px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(30, 14, 0, 19%);
    border-radius: 5px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .form-block {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .form-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.form-block .form-control {
    border-radius: 5px;
    height: 46px;
}

.form-block .form-group label.required {
    position: relative;
}

.form-block .form-group label.required+span {
    color: #CECECE;
}

.form-block .form-group label.required:before {
    position: absolute;
    right: 6px;
    top: -5px;
    font-weight: bold;
    content: "*";
    color: #FC8C0B;
}

.form-block .checkbox>label.required+span {
    position: relative;
}

.form-block .checkbox>label.required+span:after {
    position: absolute;
    right: -10px;
    top: -5px;
    font-weight: bold;
    content: "*";
    color: #FC8C0B;
}

.form-block .divider {
    height: 1px;
    background-image: linear-gradient(to right, #00B866 50%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 14px 1px;
    background-repeat: repeat-x;
    padding: 13px 0;
}

.login-block .btn-login {
    width: 100%;
    background: #FC8C0B;
    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
}

.login-block .btn-register {
    text-align: center;
    width: 100%;
    border: dashed 1px #00B866;
    border-radius: 5px;
    color: #00B866;
    padding-top: 14px;
    padding-bottom: 14px;
}

.login-block .btn-forgot-password {
    text-align: right;
    color: #CECECE;
    padding-top: 8px;
    padding-bottom: 8px;
}

.register-block .notice-text {
    text-align: center;
    color: #FC8C0B;
}

.register-block {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 100px;
    padding-right: 100px;
}

.register-block .divider {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
}

.register-block .btn-register {
    width: 100%;
    background: #FC8C0B;
    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
}

.register-block .login-link {
    position: relative;
    color: #00A55C;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
}

.register-block .login-link:hover {
    color: #00A55C;
    text-decoration: none;
}

.register-block .login-link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #00B866 50%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}

@media (max-width: 991px) {
    .register-block {
        padding: 30px 65px 40px 65px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .register-block .divider {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .register-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.forgot-password-block .btn-forgot-password {
    width: 100%;
    background: #FC8C0B;
    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
}

.reset-password-block .btn-reset-password {
    width: 100%;
    background: #FC8C0B;
    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-facebook-login,
.btn-facebook-login:hover {
    width: 100%;
    background: #1b74e4;
    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-line-login,
.btn-line-login:hover {
    width: 100%;
    background: #00cb42;
    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
}
