@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root
{
    --dark: #005781;
    --red: #dc251d;
    --lightbg: #89c2eb;
}
body{
    font-family: 'Poppins', sans-serif !important;
}
.login-background.forgt-bg {
    height: 95vh;
    background: var(--lightbg);
}
.reset-pass .login-img img {
    width: auto;
    height: 400px;
}
.reset-modal .modal-body img {
    height: 40px;
}
.f-14
{
    font-size: 14px;
}
.f-15
{
    font-size: 15px;
}
.f-18
{
    font-size: 18px;
}
.f-22
{
    font-size: 22px;
}
.f-20
{
    font-size: 20px;
}
.f-24
{
    font-size: 24px;
}
.login-img img {
    width: 100%;
    object-fit: cover;
height: 100%;
}

.row.login-main-r {
    width: 100%;
    margin: 0 auto;
}
.dash-total-users {
    cursor: pointer;
}
.relative
{
	position: relative;
}
section.login-section {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  
}
.pre-icon img {
    height: auto;
    width: 17px;
}
.pre-icon {
    position: absolute;
    top: 39px;
    left: 14px;
}
.left-login-icon {
    height: 95vh !important;
    width: 100vw;
}
button.dark-btn:hover
{
    background-color: var(--red);
}
.form-control {
    border: 1px solid #d1cece;
    border-radius: 0;
    padding: 10px 10px 10px 40px !important;
    margin-bottom: 20px;
}
.ls-2 {
    letter-spacing: 2.69px;
}
.dark
{
	color: #9F3EA7;
}
.bold
{
	font-weight: 600;
}
.gray {
    color: #505050;
}
.login-section .forgt-bg img {
    object-fit: contain;
    height: 400px;
}
label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
button.dark-btn {
    background: var(--dark);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 40px;
}

.social-logins ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.or-login span {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0 10px;
}
.or-login::after {
    content: "";
    border: 1px solid #C6C6C6;
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
}
.social-logins ul img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin: 0 8px;
}

.login-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
section.login-section .back-login a {
    color: var(--dark);
}
section.login-section .login-form h2+p {
    opacity: 60%;
}
section.login-section input.form-control::placeholder {
    font-size: 15px;
    color: #505050;
    opacity: 0.3;
}
section.login-section .form-control:focus {
    box-shadow: 0 0 0 .1rem rgba(13,110,253,.25);
}
section.login-section .stay-login span {
    color: #707070;
}
section.login-section .forgot a {
    color: var(--dark);
    font-weight: 500;
}
.overlay-content {
    position: absolute;
    color: #fff;
    top: 40%;
    left: 6%;
    right: 6%;
}
.reset-modal .modal-content {
    border-radius: 0;
    padding: 45px 50px 30px 50px;
}
.reset-modal .modal-body h4 {
    font-size: 30px;
    padding: 15px 0 10px;
}
.reset-modal .modal-body p {
    color: #757575;
}
.reset-modal .modal-body p span {
    color: #000;
    font-weight: 500;
}
.login-form label#email-error,
.login-form label#password-error,
label#new_password-error,
label#new_password-error,
label#confirm_new_password-error {
    position: relative;
    top: -18px;
    font-weight: 400;
    color: red;
}
.error {
    font-weight: 400;
    color: red;
}
i.pw-aye {
    position: absolute;
    top: 44px;
    right: 15px;
    color: #757575a6;
}

