/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    height: 100%;
}
body {
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

::placeholder {
    color: #CFCFCF;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #CFCFCF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Header */
header {
    background-color: #2D2A70;
    padding: 16px 20px;
    text-align: center;
    box-shadow: 0px 4px 20px 0px #0000000D;
}

header .logo {
    max-width: 100%;
}

header h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFF;
}

/* Main Content */
main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}

main.container {
    padding: 20px;
    /* background: url(login-background.png) center top no-repeat;
    background-size: contain; */
    margin: 0 auto;
    width: 100%;
    max-width: 1248px;
    position: relative;
}

.img-bg-class {
    position: absolute;
    top: 78px;
    z-index: -1;
    width: 100%;
}

.info-section {
    flex: 1;
    min-width: 55%;
    padding: 20px;
    margin-top: 25vw;
    color: #000;
}

.info-section ol {
    margin-left: 20px;
}

.info-section li {
    margin-bottom: 10px;
}

.info-section h4 {
    margin: 16px 0 0;
}

.alpha-list {
    list-style: upper-alpha;
    margin: 8px 0 0;
}

.number-list {
    margin-top: 0;
}

.number-list li {
    margin-bottom: 0;
}

/* Login Section */
.login-section {
    flex: 1;
    min-width: 35%;
}

.login-div {
    flex: 1;
    min-width: 35%;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}

.login-div h2 {
    font-size: 1.5rem;
    color: #1a1a1a;
}

.login-div hr {
    margin: 24px -24px;
    border-top: 1px solid #E8E8E8;
    border-left: 0;
    color: #E8E8E8;
}

.login-div form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-div label {
    font-weight: bold;
    color: #555;
}

.login-div input {
    padding: 12px;
    border: 2px solid #E8E8E8;
    border-radius: 4px;
    font-size: 1rem;
    outline: 0;
}

.login-div button.primary {
    padding: 14px;
    background-color: #2D2A70;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.login-div button.primary:hover {
    background-color: #0056b3;
}

.login-div button.secondary {
    padding: 14px;
    background-color: #999;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.login-div a {
    color: #007bff;
    text-decoration: none;
    margin-top: 10px;
}

.login-div a:hover {
    text-decoration: underline;
}

.pass-form-container {
    position: relative;
}

.pass-form-container input {
    width: 100%;
    padding-right: 44px;
}

.pass-form-container > img {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
}

ul.for-check{
    margin: -2.5px -7.5px -7.5px -7.5px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

ul.for-check li{
    padding: 0 7.5px;
    width: auto;
    position: relative;
}

ul.for-check li.will-indo{
    width: 100%;
    padding: 5px 7.5px 10px 45px;
}

ul.for-check li.will-indo ul li{
    width: auto;
}

a.as-checkbox {
    display: inline-block;
    color: #2D2A70;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    text-decoration: none;
}
a.as-radio{
    display: inline-block;
    color: #ED6B23;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    text-decoration: none;
}

a.as-checkbox:hover{
    color: #2D2A70;
}
a.as-radio:hover{
    color: #ED6B23;
}

a.as-checkbox.is-on{
    color: #2D2A70;
}
a.as-radio.is-on{
    color: #ED6B23;
}

a.as-checkbox.is-on:hover{
    color: #2D2A70;
}
a.as-radio.is-on:hover{
    color: #ED6B23;
}

a.as-checkbox .the-box{
    display: table-cell;
    vertical-align: middle;
}
a.as-radio .the-box{
    display: table-cell;
    vertical-align: middle;
}

a.as-checkbox .the-box > span,
a.as-radio .the-box > span{
    display: block;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    background: #FFF;
    border: 2px solid #CFCFCF;
    border-radius: 5px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

a.as-radio .the-box > span{
    border-radius: 21px;
}

a.as-checkbox:hover .the-box > span {
    border: 2px solid #2D2A70;
}
a.as-radio:hover .the-box > span{
    border: 2px solid #ED6B23;
}

a.as-checkbox.is-on .the-box > span{
    background: #2D2A70;
    border: 2px solid #2D2A70;
}

a.as-radio.is-on .the-box > span{
    border: 6px solid #ED6B23;
}

a.as-checkbox.is-on:hover .the-box > span{
    background: #2D2A70;
    border: 2px solid #2D2A70;
}

a.as-radio.is-on:hover .the-box > span{
    border: 6px solid #ED6B23;
}

a.as-checkbox .the-box > span > img{
    display: block;
    width: 12px;
/*    height: 10px;*/
    margin: 4px auto 0 auto;
    opacity: 0;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

a.as-checkbox.is-on .the-box > span > img{
    opacity: 1;
}

a.as-checkbox > span,
a.as-radio > span{
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    color: #333333;
}

a.as-checkbox > span em,
a.as-radio > span em{
    font-style: normal;
}

a.as-checkbox > span img{
    width: 30px;
    border: 1px solid #EEE;
    border-radius: 3px;
    box-sizing: border-box;
}

.box-confirm{
    background: #999;
    color: #FFF;
    border-radius: 5px;
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
    pointer-events: none;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.box-confirm:hover{
    background: #666;
}

.box-confirm.is-on{
    background: #2D2A70;
}

.box-confirm a,
.box-confirm.is-on a,
.box-confirm a:hover,
.box-confirm.is-on a:hover{
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.box-confirm a.as-checkbox,
.box-confirm a.as-checkbox:hover{
    pointer-events: auto;
    margin: 10px 0 0 0;
    font-weight: normal;
}

.box-confirm a.as-checkbox > span{
    font-size: 12px;
    line-height: 16px;
    height: 21px;
}

.box-confirm a.as-checkbox.is-on .the-box > span{
    background: #FFF;
    border: 2px solid #2D2A70;
}

.box-confirm a.as-checkbox.is-on:hover .the-box > span{
    background: #FFF;
    border: 2px solid #2D2A70;
}

.box-confirm a.as-checkbox .the-box > span > img{
    width: 11px;
    margin: 4.5px auto 0 auto;
}

/* Footer */
footer {
    margin-top: 20px;
    background-color: #fff;
    padding: 48px 20px;
    text-align: center;
}

footer > .container {
    display: flex;
    justify-content: space-between;
}

footer > .container > div {
    flex: 1;
}

footer p {
    margin: 5px 0;
    color: #555;
}

footer strong {
    color: #000;
}

footer h6, footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

footer h6 {
    font-weight: bold;
}

.div-footer-left {
    text-align: left;
}

.div-footer-left img {
    max-width: 100%;
}

.div-footer-right {
    text-align: left;
}

.footer-astrnt {
    background: #2D2A70;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
}

.powered-section {
    color: #FFF;
    font-size: 12px;
    display: block;
    text-align: center;
}

.powered-section a > img {
    height: 32px;
    margin: auto 8px;
    vertical-align: middle;
    /* max-width: 100%; */
}

.pass-form-container.register .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #fff;
    color: #373C3F;
    text-align: left;
    border-radius: 6px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    top: -36px;
    left: 0;
    margin-left: -310px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 4px 10px 0px #0000001A;
  }

  .pass-form-container.register .tooltiptext p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .pass-form-container.register .tooltiptext .pass-req {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    color: #373C3F;
    margin-top: 8px;
  }
  .pass-form-container.register .tooltiptext .pass-req.good {
    color: #2CB582;
  }
  .pass-form-container.register .tooltiptext .pass-req .fa-check-circle-o {
    margin-right: 6px;
    font-size: 14px;
}
  
  .pass-form-container.register .tooltiptext::after {
    content: "";
    position: absolute;
    top: 55px;
    right: 0;
    margin-right: -11px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
  
  .pass-form-container.register input:hover ~ .tooltiptext, .pass-form-container.register input:focus ~ .tooltiptext, .pass-form-container.register input:active ~ .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

/* Responsive Design */
@media (max-width: 768px) {
    main {
        flex-direction: column;
    }

    .info-section, .login-div {
        min-width: 100%;
    }

    .info-section {
        margin-top: 0;
    }

    .header-container, .header-container-form {
        flex-direction: column;
    }

    .header-container .logo, .header-container-form .logo {
        margin-bottom: 16px;
    }
    
    .img-bg-class {
        position: relative;
        top: 0;
    }

    footer > .container {
        flex-direction: column;
    }

    .div-footer-left {
        width: 100%;
        margin-bottom: 8px;
    }
    
    .div-footer-right {
        width: 100%;
    }
}
.hide{
    display: none;
}