/*login page
    Id		  Date			  TaskId     Author		  Descrirpion
    001     13-01-2026       AFM-3018    Santosh    [AHM][DIR]Recruitment process : End-to-End Recruitment Process Flow & UI Enhancement
*/

/* Start 001 */
.login-body {
    background-color: #f1f2f7;
}

.login-img-body {
    /* background: url('../images/jqueryui/backgoundImage.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-img2-body {
    background: url('../images/jqueryui/backgoundImage.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-img3-body {
    background: linear-gradient(180deg, #f0f4f8 0%, #d9e2ec 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.login-img3-body .container {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff !important;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.login-img-body .login-form {
    max-width: 350px;
    margin: 200px auto 0;
    background: rgba(213, 215, 222, 0.4);
    border: 1px solid #B0B6BE;
}

.login-img2-body .login-form {
    border: 1px solid #B0B6BE;
    background: rgba(213, 215, 222, 0.7);
}


.login-form a {
    color: #5C5C5C !important;
}

.login-form h2.login-form-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    background: #34aadc;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    /* font-family: 'Lato', sans-serif; */
}

.login-form .checkbox {
    margin-bottom: 14px;
}

.login-form .checkbox {
    font-weight: normal;
    font-weight: 400;
    /* font-family: 'Lato', sans-serif; */
}

.login-form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .form-control:focus {
    z-index: 2;
}

.login-form .login-img {
    font-size: 50px;
    font-weight: 400;
}

.login-form .input-group {
    padding-bottom: 15px;
}

.login-form .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    color: #8b9199;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}


.login-form .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    /* font-family: 'Lato', sans-serif; */
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.login-form p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 400;
}

.login-img3-body .login-form p,
.login-img2-body .login-form p {
    color: #34aadc;
}


.login-form a:hover {
    color: #34aadc;
}

.form .required {
    font-size: 16px;
    color: #00a0df;
}

.login-wrap {
    padding: 40px 45px;
}

.login-wrap .text-center {
    margin-bottom: 15px;
}

.login-wrap .text-center img {
    width: 60px;
    height: auto;
}

.login-form h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
    text-align: center;
}

.login-form .subtitle {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 30px;
}

.login-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.login-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.login-form .form-group input {
    width: 100%;
    padding: 12px 15px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.login-form .form-group input:focus {
    border-color: #2876ba;
    outline: none;
    box-shadow: 0 0 0 3px rgba(40, 118, 186, 0.1);
}

.login-form .form-group::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 42px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.login-form .form-group:first-of-type::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');
}

.login-form .form-group:last-of-type::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>');
}

.login-form .form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 13px;
}

.login-form .form-options label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
}

.login-form .form-options input[type="checkbox"] {
    width: auto;
    margin: 0;
    cursor: pointer;
}

.login-form .form-options a {
    color: #2876ba !important;
    text-decoration: none;
    font-weight: 500;
}

.login-form .form-options a:hover {
    text-decoration: underline;
}

.login-form .btn-primary {
    width: 100%;
    padding: 14px;
    background: #2876ba;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-form .btn-primary:hover {
    background: #1f5a91;
}

.login-form .btn-primary::after {
    content: '→';
    font-size: 18px;
}

.login-form .candidate-link {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #666;
}

.login-form .candidate-link a {
    color: #2876ba !important;
    text-decoration: none;
    font-weight: 500;
    margin-left: 3px;
}

.login-form .candidate-link a:hover {
    text-decoration: underline;
}

.login-form .candidate-link a::after {
    content: ' ↗';
    font-size: 12px;
}

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float: left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float: left;
}
/* End 001 */