@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
*{
    padding: 0px;
    margin: 0px;
}
body{
    font-family: 'Inter', sans-serif;
}
.parent {
    /*background: url(../images/ESSP-back-final.jpg);*/
    background: url(../images/bg_imarat_login.png);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}
.input-group-addon {
    background-color: #ffffff;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #dfb170 !important;
    border-left: 1px solid #dfb170 !important;
    border-bottom: 1px solid #dfb170 !important;
}
input::placeholder{
font-size: 14px;
}
.btn-def {
    background-color: #dfb170;
    color: white;
    box-shadow: 0 0 5px 5px #0000000a;
}
.btn-def:hover{
    background-color: #0380b6;
    color: white;
}
form a{
    color: #212121;
    text-decoration: none;
}
.fbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 40%;
    margin-top: 10vh;
}

/*form{
    background-color: white;
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 0 10px 10px #00000017;
}*/
.form-panel{
    background-color: white;
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 0 10px 10px #00000017;
}
input {
    border-top: 1px solid #dfb170 !important;
    border-right: 1px solid #dfb170 !important;
    border-bottom: 1px solid #dfb170 !important;
    border-left: none !important;
}
input:focus{
    box-shadow: none !important;
}
form h4 {
    color: #dfb170 !important;
    font-weight: 600;
}
.footer{
   position: fixed;

    bottom: 0;
    padding-top: 10px;
    background-color: #0095D3;
}
.footer p{
   
    color: white;
}
.bgGold {
    background-color: rgba(223, 177, 112, 0.5);
}
.no-padding{
    padding:0;
}
.display-block, label.display-block {
    display: block;
}


/* LoginSection */
.text-left{
    text-align:left;
}

.left {
    position: relative; /* Ensure the pseudo-element is positioned relative to the left div */
    background-color: #dfb170ae;
    background-image: url(../../assets/images/login_bg.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .left::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); */
        z-index: 1; /* Ensure it overlays the image */
    }

.right {
    background-color: #fff;
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.container-flex {
    display: flex;
    height: 100vh;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .left {
        height: 200px;
        background-position: center;
        width:100%;
    }
    .right {
        padding: 20px;
        justify-content: left;
        width:100%
    }
    .container-flex {
        display: block;
    }
}
/*    .login-form .text-center{
        padding: 20px 0 0;
    }*/
.login-form h5 {
    font-size: 24px;
    font-weight: bold;
    margin-top:20px;
}
.login-form img{
    margin-bottom:20px;
}

.login-form i {
    color: rgba(16, 24, 40, 0.8);
    margin-top:8px;
}

.login-form h5 > small {
    font-size: 12px;
    font-weight: 400;
    color:#999999;
    margin-top:3px;
}

/*.login_left h1 {
    margin-top: 50px;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

    .login_left h1 span {
        color: #e54c19;
        font-weight: 900;
        font-size: 55px;
    }
*/
/*.login-container .page-container .login-form {
    width: 345px;
}*/
/*#content{
    padding: 0 40px;
}
@media (max-width: 1000px) {
    .bg_login{
        background-size:auto;
    }
    .login-container .page-container .login-form {
        width: auto;
    }
}
    @media (min-width: 1200px) {
        #content {*/
            /* padding: 0 200px 88px 200px; */
            /*padding: 0 200px 0px 200px;
        }

        .right {
            padding-top: 30px;
        }
    }

    .right img {
    margin-bottom: 30px;
}

@media (min-width: 1000px) {
    .login-container .row {
        display: flex;
    }

    .login_left {
        display: block;
    }

    .login-container .page-container .login-form {
        width: 370px;
    }
}

@media (max-width: 1400px) {
    .login_left h1 {
        margin-top: 30px;
        font-size: 35px;
        font-weight: bold;
        color: #fff;
    }

    .login_left p {
        margin-top: 30px;
        font-size: 13px;
        color: #fff;
    }
    .bg_login {
        background-size: auto;
    }
}*/

/* @media (max-width: 1000px) {} */

/* LOGIN FOR IMARAT */
/*.login_leftside {
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}

    .login_leftside img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/


.right .input-group{
    margin-bottom:16px;
}
.right span, .right .form-group a {
    font-size: 13px;
}
.right .btn.btn-primary {
    background: #dfb170;
    font-family: 'Inter';
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-shadow: none;
    padding:8px;
    margin-bottom:16px;
}
    .right .btn.btn-primary:hover {
        letter-spacing:5px;
    }
.text-primary-login {
    color: #dfb170;
    font-weight: 500;
}
.text-primary-login:hover{
    text-decoration:underline;
}
.right .input-group-addon{
    width:28px;
    text-align:center
}
.btn-1 {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;

    background: #dfb170;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-shadow: none;
    padding: 8px;
    margin-bottom: 16px;
}
.btn-1 svg {
        height: 37px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
}
.btn-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}
.btn-1:hover {
    background: #fff;
    font-weight: 600;
    color:#dfb170;
    letter-spacing: 1px;
}
.btn-1:hover rect {
        stroke: #dfb170;
        stroke-width: 3;
        stroke-dasharray: 45, 575;
        stroke-dashoffset: 48;
        transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
/*END OF LOGIN FOR IMARAT */

