*, :after, :before {
box-sizing: border-box;
}
body {
font-family: 'Inter';
height: 100%;
overflow: hidden;
}

.login-section{
background-color:#f8f8f8;
width: 100%;
height: 100vh;	
place-content: center;
}

.login-logo-right{
box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
background-color: #fff;
width: 100%;
padding: 20px 30px;
}
.bg-color-style{
background-color:#eff2f7;	
}
.login-text-style{
color: #2c2c2c;
margin-bottom: 10px;
font-size: 17px;
font-weight: 600;
}
.account-style{
color:#626262;
margin-bottom:10px;
font-size:14px;	
}
.custom-label-name{
color:#1c2126a1;
font-size: 14px;
margin-bottom: 3px;	
}
.custom-label-name1{
color:#1c2126a1;
font-size: 14px;
margin-bottom: 3px;	
height: 40px;
}
.form-control:focus{
box-shadow: unset;	
}
.remember-text-style{
color: #626262;
font-size:14px;	
}
.forgot-password-style{
color: #7367f0;	
font-size:14px;
text-decoration: none;
}
.register-style{
color:#7367f0;
text-decoration:unset;
font-size:14px;
}
.login-style{
color: #fff;
background-color: #7367f0;
border-color: #7367f0;
font-size:14px;
padding:8px 20px;	
}
.cancel-style{
color: #fff;
background-color: #e63233;
border-color: #e42728;
font-size: 14px;
padding: 8px 20px;	
}
.resend-style{
color: #7367f0;
font-size:15px;
text-decoration:unset;	
}
.otp-align-img{
align-items: center;
place-content: center;
display: grid;
margin-top: 20px;
}	

