﻿body 
{
    margin:0px;
    font-family:'Lato', sans-serif;
    
}
.col-lg-6 {
    width: 50%;
    padding-inline: 0px !important;
}
.bg-image-box {
    height: 100%;
    min-height: 420px;
    border-radius: 16px 0 0 16px;
    background-image: url('../images/login-img.png');
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}


#myVideo { position:fixed;right:0;bottom:0;min-width:100%;min-height:100%; }

/* Contents Section CSS ================================================== */

.contents {
    width: 100%;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    top: 15px;
}
.custom-container {
    width: 60%;
    margin: auto; 
}
.col-lg-6 {
    width: 50%;
    padding: 0;
    border-radius: 20px 20px 10px 0px !important;
}

.login {
    background-color: #fff;
   
    color: #FFF;
   
    padding: 20px 30px 15px;
    border: 1px solid #1a6d52;
    border-radius: 2px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.24);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.24);
}


    .mybut:hover {
        background: #6acdb7;
    }
.logo {
    text-align: center;
    margin: 6px 0px 0px 0px;
}
.logo img {
    padding: 5px;
    width: 140px;
    height: 34px;
    background-color: #fff;
}
.icon-box{
    height:40px;
}

.form-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #2D2B2B;
}

.form-col {}

.form-actions { background-color:transparent;clear: both; border: 0;padding: 0 0px 10px; text-align:right}

.copyrighttext {
    text-align: center;
    margin: 0 auto;
    padding: 14px;
    color: #076756;
    font-weight: 600;
    font-size: 14px;
}

.changepass {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #ef2892;
    font-weight: bold;
    text-decoration: none;
    float: left
}

.mybut:hover {
    background: #ffeaf2 !important;
    border: 1px solid #e61f6d;
    color: #e61f6d !important;
}
/* Validation Alerts Message CSS ================================================== */

.validity_New { font-family:'Lato', sans-serif; font-size:12px; font-weight:400; color:#A94442 !important; 
            background-color:#F2DEDE; border:1px solid #EBCCD1; padding:5px; border-radius:4px !important }

.successmessage_New { font-family:'Lato', sans-serif; font-size:12px; font-weight:400; color:#222 !important; 
            background-color:#BCDF94; border:1px solid #99CA61; padding:5px; border-radius:4px !important }

.validity {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    color: #FFF !important;
    background-color: #F92275;
    /* border: 1px solid #F92275; */
    top: 6px;
    padding: 5px;
    border-radius: 4px !important;
    margin-bottom: 10px;
}

.successmessage { font-family:'Lato', sans-serif; font-size:12px; font-weight:400; color:#fff !important; 
            background-color:#337ab7; border:1px solid #1A5C84; padding:5px; border-radius:4px !important }

.validity_alert {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    color: #A94442 !important;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    padding: 5px;
    border-radius: 4px !important;
}
/* ================= UPDATED LOGIN CARD (IMAGE STYLE) ================= */

/* Center alignment improvement */
.contents {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

/* Card look */
.login {
    padding: 50px !important;
    width: 360px;
    background: #ffffff;
    border-radius: 0px 30px 30px 0px !important;
    border: none;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Logo spacing */
.logo img {
    width: 140px;
    height: auto;
    background: transparent;
}


/* ================= INPUT + ICON STYLE ================= */

.form-group {
    margin-bottom: 14px;
}

.input-group {
    border-radius: 8px;
    overflow: hidden;
}

/* Icon box */
.input-group-addon {
    background: #eaf4f1; /* light green like image */
    color: #0f6d5c;
    border: none;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Input field */
.form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    border-radius: 0px 8px 8px 0px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-left: 0px solid white !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #96CECF;
}

.input-group-addon:focus {
    border-color: #96CECF !important;
}
    .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 8px 0px 0px 8px !important;
    font-weight: normal;
    line-height: 1;
    /* width: 40px; */
    color: #555;
    text-align: center;
    background-color: #08c7761a !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc !important;
}

/* ================= ACTIONS ================= */

.form-actions {
    gap: 22px;
    flex-direction: column;
    margin-top: 30px;
    display: flex;
    
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

/* Forgot password */
.changepass {
    font-size: 15px;
    color: #0f6d5c;
    font-weight: 600;
}

/* Login button */
.mybut {
    background: #ff2b7a;
    padding-inline: 30px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 6px 38px !important;
    font-size: 14px !important,;
}

    .mybut:hover {
        background: #e61f6d;
    }

/* ================= FOOTER ================= */
@media(max-width:1024px) {
    .bg-image-card {
        display: none;
    }
}