@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
}

.login-img img {
    width: 100%;
    object-fit: contain;
/*    height: 450px;*/
}

.row.login-main-r {
    width: 100%;
}
.dash-total-users {
    cursor: pointer;
}
.relative
{
	position: relative;
}
section.login-section {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-control {
    border: 1px solid #d1cece;
    border-radius: 0;
    padding: 10px !important;
    margin-bottom: 20px;
}
.ls-2 {
    letter-spacing: 2.69px;
}
.dark
{
	color: #9F3EA7;
}
.bold
{
	font-weight: 600;
}
.gray {
    color: #505050;
}
.login-background {
    background: transparent linear-gradient(221deg, #7E6EDD 0%, #A762BF 44%, #F44C87 100%) 0% 0% no-repeat padding-box;
/*    min-height: 100vh;*/
}
label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
button.dark-btn {
    background: transparent linear-gradient(98deg, #F44C87 0%, #7E6EDD 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
}

.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%;
}
section.login-section .back-login a {
    color: #9F3EA7;
}
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: #9F3EA7;
    font-weight: 500;
}
.main-shadow {
    box-shadow: 0 0 10px #0000004f;
}
.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;
}