/* login screen */
#app {
    font-family: "Open Sans", sans-serif;
}

#app .py-4 {
    padding-top: 0px !important;
}

#app .login-box.card {
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50), 0 24px 24px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    color: #43425D;
}

.auth-form-control,
#username, #password {
    /*background-image: linear-gradient(#004B63, #004B63), linear-gradient(#43425D, #43425D);*/
    color: #214c63;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.12);
    border-radius: 0;
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
}
.form-horizontal{
    margin:0 55px;
}
#app button {
    /*width: auto !important;*/
    padding: 10px 50px !important;
    background-color: #015874;
    color: #fff;
    font-weight: 500 !important;
    margin: 0 auto !important;
    border: 1px solid #015874;
    line-height: 1.5 !important;
}

#app button:hover {
    background: #007694;
    border: 1px solid #015874;
    color: #fff;
}

#app a {
    color: #015874;
    padding: 0px;
}

#app label, #app a {
    font-size: 14px;
}

#app a:hover {
    text-decoration: none;
}

#footerLogin {
    font-size: 14px;
    margin-top: 25px;
    padding-top: 15px;
}

#footerLogin .text-center {
    margin-bottom: 0px;
}

.invalid-feedback strong {
    font-weight: 600;
}

.synergia-text-logo {
    font-weight: 900;
    color: #015874;
}

.synergia-text-logo span.tm {
    color: #14284d;
}

.two-fa-box {
    width: 90%;
    max-width: 550px;
}
.two-fa-box .form-horizontal {
    margin: 0 35px;
}

.two-fa-box .resend-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.two-fa-box .resend-container label {
    margin-bottom: 0;
    margin-top: auto;
}

.two-fa-box .resend-container .r-col {
    margin-left: auto;
}
.two-fa-box .resend-container .countdown {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
}

.two-fa-box .resend-container #resendOTPCodeBtn {
    display: inline-block;
    padding: 5px 15px !important;
    font-size: 14px;
}

.two-fa-box .show {
    display: block;
}

.two-fa-box .hide {
    display: none;
}

.two-fa-box .alert {
    font-size: 14px;
}

.two-fa-box .alt-option-link {
    padding-top: 8px !important;
    text-align: right;
}

.two-fa-box .alt-option-link a {
    font-size: 13px !important;
}

.two-fa-box .alt-option-link a:hover {
    text-decoration: underline !important;
}

#errorBox {
    font-weight: 700;
}

