body {
    background: #065F53;
    font-family: "Open Sans";
}
.asb-login-wrapper {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-size: 16px;
}
.asb-login-wrapper-blur {
    background: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.asb-login-content {
    max-width: 680px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    /* top: 12%; */
}
.admin-login {
    background-color: var(--background-third);
}
.admin-login .asb-login-content {
    max-width: 750px;
}
.admin-login .login-contact {
    position: absolute;
    bottom: 70px;
}
.admin-login .login-links {
    position: absolute;
    bottom: 30px;
    width: 100%;
    justify-content: center;
}
.admin-login .login-links .login-link-contactus {
    text-decoration: none;
    padding: 5px 30px;
    font-size: 14px;
}
.admin-login .login-links .login-link-contactus:hover {
    color: var(--swith-color);
    text-decoration: underline;
}
.asb-login-form, .asb-forget-form {
    border: 1px solid transparent;
    background: #FAFBFB;
    border-radius: 6px;
    padding: 2em 0;
}
.login-links-mb {
    position: absolute;
    bottom: 30px;
    width: 100%;
    justify-content: center;
}
.login-links-mb .login-link-contactus {
    text-decoration: none;
    font-size: 14px;
}
.login-links-mb .login-links {
    width: 268px;
    border-color: rgba(228, 233, 235, 1);
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.34901960784313724);
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 35%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 35%);
    z-index: 2;
}
.login-links-mb .login-links .login-link-contactus {
    padding: 15px 30px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
}
.login-links-mb .login-links .login-link-contactus:nth-child(2) {
    border-radius: 4px 4px 0 0;
    padding-top: 30px;
}
.login-links-mb .login-links .login-link-contactus:last-child {
    border-radius: 0 0 4px 4px;
}
.login-links-mb .login-link-close {
    float: right;
    width: 30px;
    position: relative;
    z-index: 3;
    color: var(--swith-color);
    text-align: center;
    top: 5px;
}
.hide {
    display: none;
}
.asb-login-form.user-pass-form {
    padding: 0;
    border: 0;
    box-shadow: 0px 0px 30px 0px rgba(48, 51, 58, 0.4);
    border-radius: 6px;
}
.asb-login-form.user-pass-form .login-field-in {
    margin-top: 30px;
}
.asb-login-form.user-pass-form .login-field-in .login-field-row {
    margin-bottom: 1.5em;
}
.asb-login-form.user-pass-form .login-field-in .login-submit-btn {
    margin-bottom: 30px;
}
.asb-login-form.user-pass-form .asb-login-wrap {
    display: flex;
}
.asb-login-form.user-pass-form .asb-login-wrap .login-image img {
    border-radius: 6px 0 0 6px;
    width: 100%;
}
.asb-login-form.user-pass-form .asb-login-wrap .login-form {
    margin: auto auto 20px;
    width: 100%;
}
.asb-login-form.user-pass-form .asb-login-wrap .login-form .page-title .header-img {
    height: 30px;
    margin-bottom: 15px;
}
.asb-login-form.user-pass-form .asb-login-wrap .login-form .link-emp-mobile {
    color: var(--main-color);
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.login-logo {
    text-align: center;
    margin-bottom: 1em;
}
.login-title {
    text-align: center;
}
.login-field-in {
    max-width: 300px;
    margin: 0 auto;
}
.login-label {
    display: block;
    color: rgba(48, 51, 58, 0.698039215686274);
}
.login-field-row {
    margin-bottom: 2em;
    position: relative;
}
.login-field-row input[type='text'], .login-field-row input[type='password'] {
    width: 100%;
}
.login-submit-btn input.submit, .login-submit-btn input.send {
    width: 100%;
    margin-bottom: 1em;
    height: 40px;
    text-transform: capitalize;
    font-size: 16px;
}
.login-submit-btn .submit {
    width: 100%;
    margin-bottom: 1em;
    height: 40px;
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-field-row.login-submit-btn {
    height: 40px;
    margin-top: auto;
}
.login-field-row.login-submit-btn .asb-main-btn.has-change {
    height: 100%;
    margin-top: auto;
    align-items: center;
    display: flex;
    margin-left: 15px;
}
.login-note {
	font-size: 14px;
    color: #A3B0B8;
    text-align: center;
}
.login-field-in.verify-phone .row > .login-field-row {
    margin-bottom: 1em;
}
.login-field-in.verify-phone .row > .login-field-row:first-child {
    flex-grow: 1;
}
.login-field-in.verify-phone .login-note,
.login-field-in.verify-phone .login-note a {
	font-size: 14px;
    color: #A3B0B8 !important;
    text-align: center;
}
.login-field-in.verify-phone .login-note a {
	text-decoration: underline;
}
.login-field-in.verify-phone .notif-err {
	font-size: 12px;
    color: #DC4F49;
    text-align: center;
}
.login-field-in.verify-phone .notif-success {
	font-size: 13px;
    color: #48B45F;
    text-align: center;
}
.login-remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(48, 51, 58, 0.698039215686274);
    font-weight: 600;
    font-size: 14px;
}
.forgot-pass a, .forgot-pass a:hover {
    color: var(--swith-color);
    font-weight: 600;
    text-decoration: none;
}
.login-warning {
    color: #DC4F49;
    text-align: center;
    margin: 1em 0;
    padding-left: 15px;
    padding-right: 15px;
}
.logo img {
    width: 217px;
}
.header-content {
    padding: 10px 0;
}
.banner {
    background: url('/images/early morning golf course.jpg');
    width: 100%;
    height: 230px;
    background-size: contain;
    background-position: 0 -30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.login-contact {
   /* position: absolute;*/
    text-align: center;
    color: var(--swith-color);
    font-size: 14px;
    width: 100%;
    margin-top: 3em;
}
.login-link-contactus {
    color: var(--swith-color);
    text-decoration: underline;
}
.login-link-contactus:hover {
    color: var(--text-small-color);
}
.login-text,
.asb-message .login-message-note {
    text-align: center;
    margin: 3em 1em 2em 1em;
    color: var(--swith-color);
}
.asb-message .login-text {
    margin-top: 4em;
}
.asb-message .login-message-note {
    margin-top: 4em;
    font-size: 14px;
}
.create-new-password .login-text-note {
    padding-left: 45px;
    padding-right: 0;
}
.create-new-password .login-text-note .reset-note {
    font-size: 14px;
    color:rgba(48, 51, 58, 0.698039215686274);
    font-weight: 600;
}
.create-new-password .login-text-note .reset-note-list {
    font-size: 12px;
    color: var(--swith-color);
}
.create-new-password .login-field-in {
    margin: 0 30px;
}
.create-new-password .group-input {
    position: relative;
}
.login-logo-email {
    display: flex;
    align-items: center;
    margin: 30px 15px 30px;
}
.login-logo-email hr {
    width: calc(50% - 40px);
}
.login-logo-email .logo-email {
    background: var(--border-thin-color);
    border-radius: 50%;
    min-width: 50px;
    width: 50px;
    height: 50px;
    position: relative;
}
.login-logo-email .logo-email i {
    font-size: 24px;
    color: var(--swith-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.login-logo-email .logo-email.success {
    background: var(--main-color);
}
.login-logo-email .logo-email.success i {
    color: #fff;
}
.create-password-success .all-content {
    font-size: 16px;
    color: rgba(48, 51, 58, 0.698039215686274);
    line-height: 28px;
}
.create-password-success .all-content .success-btn .btn {
    width: 332px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto 0;
}
.reset-account-list {
    text-align: center;
}
.reset-account-list .reset-account-item {
    list-style: none;
}
.reset-account-list .reset-account-item .select-account {
    width: 261px;
    height: 50px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 233, 235, 1);
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 15px;
}
.reset-account-list .reset-account-item .select-account:hover {
    background-color: rgba(241, 243, 244, 1);
    border-color: rgba(228, 233, 235, 1);
}
.reset-account-list .reset-account-item .select-account .department {
    color: var(--swith-color);
}
.login-back-previous {
    text-align: center;
}
.link-back-previous {
    color: rgba(48, 51, 58, 0.698039215686274);
    font-weight: 600;
    font-size: 14px;
}
.link-back-previous:hover {
    color: rgba(48, 51, 58, 0.698039215686274);
    text-decoration: none;
}
.checkbox-remember {
    font-size: 13px;
    margin-right: 5px;
    color: #48B45F;
    cursor: pointer;
}
.login-message-row {
    text-align: center;
    font-size: 80px;
    margin: 0.94em 0;
    color: var(--main-color);
}
.input-success {
    font-size: 14px;
    color: #48B45F;
}
.input-error {
    font-size: 14px;
    color: #ff0000;
}
.label-remember {
    cursor: pointer;
    font-size: 14px;
}
.label-remember span {
    font-weight: 600;
}
.reset-note-list {
    color: var(--text-small-color);
    font-size: 14px;
    width: 40%;
    margin: 0 auto;
    text-align: left;
}
.asb-login-form .center {
    text-align: center;
    margin-bottom: 0;
    color: rgba(48, 51, 58, 0.698039215686274);
}
.reset-btn {
    text-transform: capitalize;
    font-size: 16px;
}
.main-btn.success {
    width: 100%;
    margin-top: 1em;
}
.success-btn {
    margin: 0 auto;
}
.login-field-pw-input{
    padding-right: 40px;
}
.view-pass {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-small-color);
}
.view-pass:hover {
    text-decoration: none;
    color: #6B808C;
}
.create-new-password .view-pass {
    color: var(--text-small-color);
}
.create-new-password .view-pass:hover {
    color: var(--swith-color);
}

.mobile-hide {
    display: block;
}
.mobile-show,
.ipad-show {
    display: none;
}
@media screen and (max-width: 480px) {
    .reset-note-list {
        width: 70%;
    }
}
@media screen and (max-height: 800px) {
    .asb-login-content {
        bottom: 16%;
    }
}
@media screen and (min-height: 801px) {
    .asb-login-content {
        top: 12%;
    }
}
@media screen and (max-width: 767px) {
    .asb-login-wrapper {
        font-size: 14px;
    }
    .asb-login-content {
        max-width: 100%;
        margin: 0 1em;
        padding: 1em 0;
        height: calc(100vh - 90px);
        overflow-y: auto;
    }
    .asb-login-form, .asb-forget-form {
        padding: 1em 0.5em;
    }
    .login-remember-forgot {
        display: block;
        text-align: center;
    }
    .check-member {
        margin-bottom: 1em;
    }
    .asb-login-form .login-title,
    .asb-forget-form .login-title {
        font-size: 2em;
    }
    .header-content {
        text-align: center;
    }
    .banner {
        width: auto;
        background-size: cover;
        background-position: top right;
        background-attachment: unset;
    }
    .login-contact {
        margin-top: 1em;
    }
    .login-field-row {
        padding: 0 0.5em;
    }
    .login-field-row.login-submit-btn .asb-main-btn.has-change {
        margin-left: 0;
    }

    .admin-login .asb-login-content {
        position: relative;
        top: 15px;
    }
    .admin-login .login-contact {
        position: relative;
        bottom: unset;
        margin-top: 20px;
    }
    .asb-login-form.user-pass-form .asb-login-wrap {
        display: block;
    }
    .asb-login-form.user-pass-form .asb-login-wrap .login-image img {
        border-radius: 6px 6px 0 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .asb-login-form.user-pass-form .login-field-in {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .asb-login-form.user-pass-form .login-field-in .login-remember-forgot {
        display: flex;
    }
    .asb-login-form.user-pass-form .login-field-in .login-remember-forgot .check-member {
        margin-bottom: 0;
    }
    .asb-login-form.user-pass-form .login-field-in .login-submit-btn {
        margin-bottom: 20px;
    }

    .login-links-mb.mobile-show {
        display: flex !important;
        bottom: 20px;
    }
    .mobile-hide,
    .ipad-show {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .reset-note-list {
        width: 40%;
    }

    .asb-login-form.user-pass-form .asb-login-wrap {
        display: block;
    }
    .asb-login-form.user-pass-form .asb-login-wrap .login-image img {
        border-radius: 6px 6px 0 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .asb-login-form.user-pass-form .login-field-in {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .asb-login-form.user-pass-form .login-field-in .login-remember-forgot {
        display: flex;
    }
    .asb-login-form.user-pass-form .login-field-in .login-remember-forgot .check-member {
        margin-bottom: 0;
    }
    .asb-login-form.user-pass-form .login-field-in .login-submit-btn {
        margin-bottom: 20px;
    }

    .login-links-mb.mobile-show {
        display: flex !important;
    }

    .mobile-hide,
    .mobile-show {
        display: none !important;
    }
    .ipad-show {
        display: block !important;
    }
}
