#auth-body {
    padding: 0 0 30px 0;
}

#auth-body,
#auth-body body,
#auth-body body #auth {
    /*height: 100%; */
    min-height: 100%;

}


#auth {
    text-align: center;
    background-color: #ffffff;
}

#auth .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    min-height: 85vh;
}

#auth .wrapper footer {
    padding-bottom: 0rem;
}

#auth #logo {
    padding: 2rem 0 2rem 3rem;
    font-weight: 900;
    color: #fff;
    background-color: #f8fafc;
    text-align: left;
    margin-bottom: 3rem;
    border: 1px solid #e2e2e2;

}

#auth #logo img {

    width: 190px;

}

#auth .box {
    position: relative;
    display: inline-block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#auth h1 {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: 200;
    font-size: 3.5rem;
    color: #0C4A6E;
}

#auth header p {
    font-size: 1.5rem;
    margin-top: 0;
    color: #000000;
    font-weight: 300;
    margin-bottom: 0;
}

#auth .box form {
    padding: 20px 0;
    width: 410px;
    max-width: 100%;
    margin: 0rem auto 1.5rem auto;
    background-color: white;
    animation: fadeIn 1s ease both;
    border-radius: 7px;
}

#auth .box form label {
    text-align: left;
    display: block;
    font-size: 13px;
}

#auth .box form input[type=submit] {
    width: 100%;
}

#auth .links {
    font-size: 14px;
    background: transparent;
    padding: 1.5rem 1rem;
    margin: 1.5rem 2.5rem;
    border-top: 1px solid #eeeef1;
}

#auth header {
    background-color: #ffffff;
    padding-top: 20px;
    border: 0;
    border-radius: 11px;
    margin-top: 0;

    padding-right: 0;
    text-align: center;
}

#auth .footer-links {
    font-style: italic;
    color: #000000;
    font-size: 14px;

    animation: fadeIn 1s ease both;
}

#auth .footer-links a {
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
}

#auth .footer-links a:hover {
    text-decoration: none;
}



form .form-group {
    margin-bottom: 12px;
}

form .form-group p {
    font-size: 12px;
}

form label {
    margin-bottom: 0px;
    color: #909198;
    font-weight: 300;
}

form {
    font-size: 0.9rem;
}

.form-group.submit {
    margin-top: 3rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #909198;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #dbdce0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;

    font-weight: 400;
    color: #2b2b2f;
    font-size: 14px;
    background: #f9f9f9;

    padding: 0.8rem 0.75rem;
    border-radius: 3px;
    height: 40px;
}

.btn,
input.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    font-weight: 700;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 7px 0;
}

.btn-primary {
    color: #fff;
    background-color: #08a7e1;
    border-color: #08a7e1;
}

form .help-block {
    text-align: left;
    padding: 6px 0 0 0;
    color: #909198;
}

.lead {
    font-size: 14px;
}

.inline-block {
    display: inline-block !important;
}

.alert {
    border-radius: 0;
    padding: 15px 15px 18px 15px;
}

.alert button.close {
    margin-top: -1px;
}

.alert p {
    font-size: 14px;
}

.is-invalid {
    border-color: #e11212;
}

.invalid-feedback {
    width: 120%;
    margin-top: 0.25rem;
    font-size: 100%;
    color: #e11212;
    text-align: left;
}

.wellcome-text {

    max-width: 500px;
    margin: 3rem auto;
}

.box .box-icon img {
    position: relative;
    width: 45px;
    background: white;
    z-index: 1;
}

.box .box-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.box .box-icon hr.box-icon__divider {
    position: absolute;

    left: 0;
    height: 0.5px;
    background-color: #f0f0f0;
    width: 100%;
    border: none;
    margin: 0;
    z-index: 0;
    top: 50%;

    transform: translate(0, -50%);
}

.wrapper-2stepfields {
    display: flex;
    gap: 1rem;
}

.wrapper-2stepfields input.form-control {
    background-color: #f2f2f2;
    text-align: center;
    font-size: 2rem;
    height: 55px;
}

.password {
    display: flex;
    gap: .5rem;
}

.password img.eye {
    width: 20px;
    opacity: 0.5;
}

.password img.eye.slash {
    opacity: 1;
}