.login-page .logo-text {
    font-size: 26px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    color: #000000;
    letter-spacing: -0.5px;
    position: relative;
    margin-inline: auto;
}
.login-page .logo-text:after {
    content: "";
    position: absolute;
    bottom: 3.5px;
    right: -8px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #506fd9;
}
.login-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.login-main {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 600px;
    transform: translateY(-50%);
    height: auto;
    padding: 50px 30px;
    margin-inline: auto;
    text-align: center;
}
.login-page .logo {
    margin-inline: auto;
    margin-bottom: 24px;
    width: auto;
}
.login-page .input-wrapper {
    margin-bottom: 12px;
}
.btn-wrapper {
    margin-top: 24px;
}

*, ::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9fcff;
    color: #6e7985;
}
.card-box {
    height: 100%;
    border-width: 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(204,210,218,.07), 0 2px 4px rgba(204,210,218,.07), 0 4px 8px rgba(204,210,218,.07), 0 8px 16px rgba(204,210,218,.07), 0 16px 32px rgba(204,210,218,.07), 0 32px 64px rgba(204,210,218,.07);
    background-color: #fff;
}
.login-main {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 600px;
    transform: translateY(-50%);
    height: auto;
    padding: 50px 30px;
    margin-inline: auto;
    text-align: center;
    width: 90%;
}
.login-page .logo {
    margin-inline: auto;
    margin-bottom: 24px;
    width: auto;
}
.login-page .logo-text {
    font-size: 26px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    color: #000000;
    letter-spacing: -0.5px;
    position: relative;
    margin-inline: auto;
}
.login-page .logo-text:after {
    content: "";
    position: absolute;
    bottom: 3.5px;
    right: -8px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #506fd9;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.login-page .input-wrapper {
    margin-bottom: 12px;
}
.border--box {
    width: 100%;
    height: 38px;
    border: 1px solid #dadde2!important;
    border-radius: 4px!important;
    padding: 7px 10px!important;
    font-size: 14px!important;
    color: #212830!important;
}
.help-block {
    font-size: 11px;
    color: #dc3545;
    font-weight: 500;
    text-align: left;
}
.btn-wrapper {
    margin-top: 24px;
}
.btn {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: transparent;
    color: #212830;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0.406rem 0.75rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: middle;
    cursor: pointer;
}
.btn-primary {
    color: #fff!important;
    background-color: #506fd9 !important;
    border-color: #506fd9!important;
}
input::-webkit-input-placeholder {
    color: #a9afb5;
 }
 input:-ms-input-placeholder {
    color: #a9afb5;
 }
 input::placeholder {
    color: #a9afb5;
 }
@media only screen and (max-width: 479px) {
    .login-main {
        padding: 30px 20px;
    } 
}