﻿.section-content.login-custom {
    background: #0060AF;
}

.container.login-custom {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container.login-custom {
    /*    margin-top: -80px;*/
    width: 444px;
    background: #808080;
    box-shadow: 0px 3px 15px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 60px 90px 0px 90px;
}

    .form-container.login-custom.forgot-password {
        padding: 60px 55px 0px 55px;
    }

    .form-container.login-custom p {
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        margin: 20px 0px 40px 0px;
    }

.authenty.signin-main .form-header.login-custom {
    padding: 0px;
    border-radius: 0px;
    background-color: #808080;
    color: #ffffff;
}

    .authenty.signin-main .form-header.login-custom h1 {
        font-size: 40px;
        font-weight: 700;
    }

.form-group.login-custom {
}

.authenty.signin-main .form-control.login-custom {
    height: 32px;
    border-radius: 6px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff !important;
    color: #808080;
}

    .authenty.signin-main .form-control.login-custom::placeholder {
        color: #5E7381;
        font-style: italic;
    }

.authenty.signin-main .form-control:focus-visible.login-custom,
.authenty.signin-main .form-control:hover.login-custom,
.authenty.signin-main .form-control:focus.login-custom {
    outline: none;
    box-shadow: 0px 3px 15px #00000029;
}

.itr-btn.login-custom, .itr-btn.login-custom a {
    width: 100%;
    background: transparent;
    color: white;
}

.itr-btn:hover.login-custom {
    border-color: #0060AF;
    background: #0060AF !important;
}

.validationText.validation-summary-errors {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.validationText ul {
    padding: 0px;
}

.authenty.signin-main .form-wrap {
    width: auto !important;
    margin: 0 auto;
    max-width: 430px;
    height: 100%;
}

.validation-message {
    color: #8b0600;
}
