html, body {
    font-size: 16px;
    letter-spacing: 1.5px;
}

#myTabContent {
    height: 562px;
}

.logo img {
    width: 163px;
}

.logo {
    margin-top: 40px;
    /* margin-left: none; */
}

h1 {
    word-break: keep-all;
}

.welcome {
    bottom: 200px;
    position: absolute;
}

.in-welcome {
    font-size: 1rem;
    display: block;
}

.detail {
    font-size: 0.875rem;
    color: #4f4f4f;
}

.footer {
    bottom: 80px;
    position: absolute;
    font-size: 0.875rem;
    color: #A3A3A3;
}

.footer2 {
    font-size: 0.875rem;
    color: #A3A3A3;
    display: none;
}

.login {
    background: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ischool-login {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.ischool-signup {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.row .language {
    margin-top: 40px;
}

.language2 {
    display: none;
}

.dropdown-item.lang {
    color: #a3a3a3;
    font-size: 0.875rem;
}

.wordalign {
    vertical-align: middle;
    font-size: 0.875rem;
}

.btn:hover, .btn:focus, .btn:active {
    border: solid 1px;
    border-radius: 40px;
}

.dropdown .btn {
    border-radius: 40px;
}

a+.dropdown-menu {
    min-width: 8rem;
    text-align: center;
}

.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: #5ec1c7;
    color: white!important;
}

@media(max-width:991px) {
    .welcome {
        bottom: auto;
        position: inherit;
    }
    .in-welcome {
        display: none;
    }
    .welcome h2 {
        display: none;
    }
    .intro {
        background: white;
    }
    .detail {
        font-size: .9rem;
        text-align: center;
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .login {
        height: auto;
    }
    .footer {
        display: none;
    }
    .footer2 {
        display: block;
        margin-top: 32px;
        margin-bottom: 32px;
        text-align: center;
    }
    .language {
        display: none;
    }
    .language2 {
        display: block;
        text-align: right;
        margin-top: -60px;
        margin-right: 8px;
    }
    .logo {
        margin-left: 24px;
    }
}

@media(max-width:400px) {
    .footer2 {
        display: block;
        text-align: center;
    }
    .row .col-6 img {
        width: 100%;
    }
    .row2 .col-6 img {
        width: 280px;
    }
    .wordalign {
        display: none;
    }
}

a {
    color: #A3A3A3!important;
    text-decoration: none!important;
}

.footer a:hover, .footer a:active, .footer a:focus {
    color: #547CB4!important;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #5ec1c7!important;
    text-decoration: none!important;
}

.nav-tabs {
    border-bottom: none!important;
}

.nav-tabs .nav-link {
    border: 0px!important;
    border-bottom: 3px solid #e0e0e0!important;
    color: #e0e0e0!important;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #5ec1c7!important;
    color: #5ec1c7!important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #5ec1c7!important;
}

ul {
    display: flex;
    justify-content: center;
}

li {
    width: 140px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 12px;
}

.info {
    text-align: center;
    padding-top: 32px;
    font-size: 0.875rem;
    color: #4F4F4F;
}

.allbluelink {
    color: #5ec1c7!important
}

.loginlink {
    font-size: 0.9rem;
    text-align: right;
}

.form-account .form-control, .form-password .form-control {
    padding: .5rem 1rem;
}

input ::-ms-input-placeholder {
    font-size: 0.rem;
}

input::-webkit-input-placeholder {
    font-size: 0.9rem;
}

input::-moz-placeholder {
    font-size: 0.9rem;
}

.form-account {
    padding-bottom: 16px;
}

.form-password {
    padding-bottom: 0px;
}

.form-password2 {
    padding-bottom: 16px;
}

/* .login-btn {
    color: #fff;
    text-align: center;
    background-color: #5ec1c7!important;
    border-color: #5ec1c7!important;
    border-radius: 4px;
    padding: 8px;
} */

.login-btn-space {
    margin-top: 24px;
    margin-bottom: 32px;
}

.two-line {
    width: 30%;
    height: 1px;
    border-top: solid #e0e0e0 1.5px;
    margin-top: 8px;
}

.orword {
    padding: 0 8px;
    font-size: 12px;
    color: #4f4f4f;
}

.or-line {
    display: flex;
    justify-content: center;
    padding-bottom: 36px;
}

.otherway-login .row .col-6 img, .row2 .col-6 img, .google-signup {
    -webkit-filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
    margin-bottom: 24px;
}

.row .col-6 img:hover, .row2 .col-6 img:hover, .google-signup:hover {
    -webkit-filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
    margin-top: -2px;
    margin-left: -2px;
}

.google-signup img{
    width: 100%;
}

.otherloginlink {
    font-size: 0.875rem;
    text-align: center;
    padding-top: 12px;
}

.dropdown-toggle::after {
    vertical-align: baseline!important;
}

.yourname {
    display: flex;
    justify-content: center;
}

.agree-terms {
    display: flex;
    justify-content: center;
}

.agree-termslink {
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.user {
    position: relative;
}

.fa-eye {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 14px;
    color: #a3a3a3;
}

.fa-eye-slash {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 14px;
    color: #a3a3a3;
}

.bigtitle {
    text-align: center;
    padding-top: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 16px;
}

.info2 {
    text-align: center;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 20px;
    margin-top: 16px;
    /* cursor: pointer; */
}

.forgetpsw-form {
    display: flex;
    justify-content: center;
}

.back {
    color: #5ec1c7;
    margin-top: 50px;
}

.waytologin {
    border: solid 2px #e0e0e0;
    border-radius: 4px;
    padding: 8px 16px;
    vertical-align: middle;
    margin: 16px 0px;
}

.waytologin:hover {
    border: solid 2px #8ED4D8;
}

.waytologin span {
    vertical-align: sub;
    margin-left: 16px;
}

.waytologin2024 {
    border-radius: 8px;
    padding: 4px 8px 4px 32px;
    margin: 8px 0px 16px 0px;
    border: solid 2px #e0e0e0;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
    .waytologin2024:hover {
        border: solid 2px #8ED4D8;
    }

.waytologin2024 img{
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.waytologin2024 span {
    vertical-align: middle;
    color: #4f4f4f;
}

.qrcode {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 8px;
}

.is-btn-primary {
    color: white;
    background: #5ec1c7;
    border: solid 1px #5ec1c7;
    border-radius: 25px;
    padding: 8px 16px;
    display: block;
    width: 100%;
    text-align: center;
}

.cfr-email {
    background: white;
    height: 624px;
    border: solid 1px white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
}

.bs-stepper.step-form {
    background-color: white;
    border-radius: 8px;
    -webkit-filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.1));
}

.container.login {
    max-width: 960px;
    background: none;
}

@media(max-width:521px) {
    .container.login {
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
    }
}

.bs-stepper .bs-stepper-header, .bs-stepper .bs-stepper-content {
    max-width: 560px;
    margin: auto;
}

@media (max-width: 520px) {
    .container .bs-stepper-content {
        padding: 0 16px;
    }
}

.stepper-hr {
    border-bottom: solid 2px #5ec1c7;
    margin: 0px;
}

.active .bs-stepper-circle {
    background-color: #5ec1c7!important;
}

.detail-info {
    margin-bottom: 32px;
}

.input-width {
    margin: auto;
    max-width: 240px;
}

input.form-group.form-control {
    height: 48px;
}

.splits {
    border-bottom: solid 1px #e0e0e0;
}

.container.login {
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.signup-info {
    max-width: 256px;
    margin: auto;
    text-align: left;
    font-size: 12px;
    color: #4f4f4f;
    line-height: 20px;
    margin-top: 16px;
}

h3.bigtitle {
    text-align: center;
    padding-top: 32px;
    font-size: 24px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 24px;
}

/* .row>.choose-id {
    display: flex;
    justify-content: center;
    width: 120px;
    margin: auto;

} */

.id-step {
    margin-top: 48px;
    margin-bottom: 8px;
    color: #4F4F4F;
    font-weight: 500;
}

p.info3 {
    text-align: left;
    font-size: 0.875rem;
    color: #4F4F4F;
    margin-bottom: 16px;
}

.warn-word {
    text-align: left;
    font-size: 12px;
    color: #E33954;
    margin-top: 8px;
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .row.your-id {
        max-width: 300px;
        margin: auto;
    }
}

.your-id img {
    max-width: 120px;
    padding: 12px 0;
}

.alert.alert-success {
    margin: 48px;
    text-align: center;
}

:focus {
    outline: 0;
}

.modal-header {
    border-bottom: 0px!important;
}

.modal-footer {
    border-top: 0px!important;
}

.code-title {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #4F4F4F;
    margin-bottom: 0px;
}

/* .btn-primary {
    background: #5ec1c7!important;
    border: 1px solid #5ec1c7!important;
    border-radius: 30px!important;
}

.btn-secondary {
    background: #ffffff!important;
    border: 1px solid #ffffff!important;
    color: #a3a3a3!important;
} */

.modal-content {
    margin: 16px;
    padding: 8px 16px;
}

.relationship-area {
    margin-bottom: 24px;
}

p.relationship-word {
    padding-bottom: 8px;
}

p.info4 {
    text-align: left;
    font-size: 0.875rem;
    color: #4F4F4F;
    margin-bottom: 8px;
}

h5.bigtitle {
    text-align: center;
    padding-top: 16px;
    font-size: 24px;
    font-weight: 500;
    color: #323232;
    /* margin-bottom: 24px; */
}

.logintype {
    border-radius: 8px;
    color: #4f4f4f;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.logintype:hover {
    border-color: #8ED4D8;
}

.pt-12 {
    padding-top: 12px;
}

.mb-36 {
    margin-bottom: 36px;
}
