@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root
{
    --dark: #1733C1;
    --red: #235CEA1A;
    --lightbg: #235CEA1A;
}

h1, h2, h3, h4, h5, h6, p, body, a, li, div
{
	font-family: 'Open Sans' !important;
}

.relative
{
	position: relative;
}
.login-foot a {
    text-decoration: none;
    font-weight: 600;
}
.f-14
{
    font-size: 14px;
}
.row.login-main-r {
    width: 100%;
    height: 100%;
    align-items: center;
}
.custom-logo {
    text-align: right;
}

.dark
{
	color:  #1733C1 !important;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

.bold
{
	font-weight: bold;
}

.gray {
    color: #505050;
}

.ls-2
{
    letter-spacing: 2.69px;
}
input.form-control, select.form-select {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 10px 12px;
    margin-bottom: 20px;
    background: transparent;
}
label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
}
.forgot a {
    font-weight: 600;
    text-decoration: none;
}
.custom-logo img {
    height: 85px;
    width: auto;
}
button.dark-btn:hover {
    background: transparent !important;
    color: #1733c1 !important;
    transition: .5s;
}
button.dark-btn {
    background: #1733C1;
    color: #fff;
    border: 1px solid #1733C1;
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 6px;
}

.login-form {
    padding-right: 15% !important;
    padding-left: 8%;
}
.checkbox > input:checked {
    background-color: #1733C1;
    border: 1px solid #1733C1;
}

.checkbox > input {
    height: 21px;
    width: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition-duration: 0.3s;
    background-color: #ffffff;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 2px;
    font-size: 13px;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    align-items: center;
}

.login-section{
    background: url(../images/loginscreen.svg);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
}
.forgot-section {
    background: url(../images/forgot.svg);
    background-size: cover;
    background-position: top;
    height: 100vh;
}
.login-section.reset {
    background: url(../images/reset.svg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.select-gendr .form-check {
    margin-right: 20px;
}

.login-section.forgot-pass {
    height: 100vh;
}

img.forgot-lock {
    height: 24px;
}
i.pw-aye {
    position: absolute;
    top: 44px;
    right: 15px;
    color: #757575a6;
}

/*  OTP page */



.verification-code {
    max-width: 300px;
    position: relative;
    margin:50px auto;
    text-align:center;
}
.control-label{
  display:block;
  margin:40px auto;
  font-weight:900;
}
.verification-code--inputs input[type=text] {
    border: 2px solid #e1e1e1;
    width: 46px;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
  box-sizing:border-box;
}

.otp-verify .login-main-r {
    min-height: 100vh;
}