body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.bg-1{
    background: url("../images/G1.jpg");
    background-size: cover;
    background-position: top center;
}
.signin-sec{
    background: #ffffff;
    border-radius: 25px;
    padding: 30px ;
    margin: 0px auto;
    max-width: 100%;
    outline: 2px solid #d6ddfa;
}
.login-sec{
    background: #ffffff;
    border-radius: 25px;
    padding: 30px 40px;
    margin: 0px auto;
    max-width: 100%;
}
.signin-label{
    color: rgb(78 78 78);
    margin-bottom: 5px;
    font-size: 20px;
}
.btn-signin{
    background: #00aea4;
    color: white;
    margin-top: 15px;
    font-size: 1.2rem;
}
.bottom-detail{
    font-size: 1rem !important;
}
.btn-signin:hover,.btn-signin:active,.btn-signin:focus-visible,.btn-signin:active{
    border: 1px solid #00aea4 !important;
    color: #00aea4 !important;
    box-shadow: none;
    outline: 0px;

}
.signin-int{
    background: #f4f7fe;
    font-size: 1.2rem;
}
a{
    color: #145bc4 !important;
    font-weight: 500;
}
.vh-md-100{
    min-height: 100vh;
}
@media (max-width:998px){
    
    .login-left img{
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }
}
.remember-text{
    position: relative;
    top: 2px;
    font-size: 1rem;
}
.bottom-detail .signin-label{
    font-size: 1rem;
}
#txtRemember{
    width: 17px;
    height: 17px;
    position: relative;
    left: 5px;
    top: -1px;

}
.forgot-link{
    position: relative;
    top: 0px;
}

@media (max-width:767px){

    .signin-label{
        font-size: 1.1rem;
    }
    .btn-signin{
        font-size: 1.1rem;
    }
    .signin-int{
        background: #f4f7fe;
        font-size: 1.1rem;
    }
    .forgot-link{
        position: relative;
        top: 2px;
    }
    
.bottom-detail .signin-label{
    font-size: 0.9rem;
    position: relative;
    top: 2px;
}

.bottom-detail{
    font-size: 0.9rem !important;
}
}
.text-head{
    color: #242961 !important;
}