@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logIn-from {
    background-image: url(../images/loginbg-updated.svg);
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-sec h1 {
    font-family: 'Poppins';
}

.form-sec p {
    font-family: 'Poppins';
}

.form-sec {
    max-width: 700px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 6px 0px #00000040;

}

.form-sec input[type=password],
.form-sec input[type=text] {
    width: 570px;
    height: 70px;
    border: 1px solid #d12229;
    border-radius: 10px;
    padding: 0 60px;
}

.login-btn {
    height: 70px;
    background-color: #d12229;
    border: 1px solid #d12229;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
}

.login-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.2s;
}

.email-input,
.password-input {
    position: relative;
}


.email-input img {
    position: absolute;
    left: 15px;
    top: 22px;
}

.password-input img:nth-child(1) {
    position: absolute;
    left: 15px;
    top: 13px;
}

.password-input img:nth-child(2) {
    position: absolute;
    right: 15px;
    top: 22px;
}

.need-account span,
.form-sec .form-check p {
    color: #d12229;
}

.form-sec .form-check .form-check-input {
    height: 30px;
    width: 30px;
}






/* ====================================== */
.otp-inner-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    min-height: 700px;

    min-width: 70%;
    background-color: #fae6e7;
    border-radius: 50px;
    box-shadow: 0px 4px 6px 0px #00000040;
}

.otp-input{
    display: flex;
    justify-content: center;
}
.otp-input input{
    border: 1px solid #d12229;
    width: 50px;
    height: 50px;
    margin: 0 20px;
}
.flogo-sec div p{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
}
.flogo-sec div p span{
    color: #BC1F4A;
}

.otp-sec > div h1{
    color: #BC1F4A;
    font-family: 'Poppins';
    font-weight: 600;
}

.otp-sec{
    width: 700px;
}
.otp-form{
    background-image: url(../images/otpbg-updated.svg);
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .otp-sec{
    max-width: 700px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 6px 0px #00000040;
} */
.validation-error
{
    text-align: center;
}