@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* End Common Css */
body {
    font-family: 'Roboto';
}

a {
    text-decoration: none !important;
}
p{
    margin-bottom: 0 !important;
}
ul {
    padding: 0 !important;
    margin: 0;
}

ul li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}
/* Start Scrollbar Css */
.scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

.scrollbar-track {
    background-color: #fff
}

.scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-moz-scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

::-moz-scrollbar-track {
    background-color: #fff
}

::-moz-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}
/* End Scrollbar Css */
/* End Common Css */
/* Start Login Page Css */
.commonLogin{
    background: url('../../img/commonBg.png') no-repeat;
    background-position: center top;
    background-size: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.leftArea {
    background: url(../../img/left_bg.png) no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    height: 85vh;
    align-items: center;
    display: flex;
    padding: 70px 0 70px 70px;
    position: relative;
}
.login_logo {
    position: absolute;
    top: 40px;
}
.leftArea h1{
    color:#FFFFFF;
    font-size: 26px;
    font-weight: 700;
}
.leftArea p{
    color:rgb(255 255 255 / 50%);
    font-size: 14px;
}
.loginForm {
    position: relative;
    box-shadow: -10px 10px 30px #0000000d;
    border-radius: 0 20px 20px 0;
    background: #fff;
    height: 100%;
    min-height: 465px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading {
    font-size: 24px;
    color: #060A05;
    font-weight: 700;
}
.text{
    color: rgb(6 10 5 / 40%);
    font-size: 12px;
    font-weight: 600;
}
.loginForm .form-group {
    position: relative;
}
.loginForm .form-label {
    font-size: 10px;
    color: #A5A5A7;
    font-weight: 500 !important;
}
.loginForm .form-control {
    border: none;
    border-radius: 25px;
    padding: 14px 0px 14px 53px;
    font-size: 14px;
    background: #F7FAF7 !important;
    width: 100%;
    display: inline-block;
}
.loginForm .icon_ {
    position: absolute;
    bottom: 14px;
    left: 18px;
}
.primaryBtn {
    display: block;
    text-align: center;
    background: #060A05;
    box-shadow: 0px 20px 20px #060A0526;
    border-radius: 14px;
    padding: 13px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
}
.form-control:not(select):focus {
    box-shadow: none !important;
}
.forgot{
    text-align: center;
    color: #A5A5A7;
    font-size: 14px;
    cursor: pointer;
}
.eye_icon{
    position: absolute;
    right: 19px;
    top: 49px;
    cursor: pointer;
}
.authFooter li {
    display: inline;
    margin-right: 49px;
}
.authFooter li a{
    color: #FFFFFF;
    font-size: 12px;
}
.authFooter {
    position: absolute;
    bottom: 7px;
}
.authFooter li:last-child{
    margin-right: 0;
}
.show-icon {
    background-image: url('../../img/eye_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 19px;
    width: 16px;
    position: absolute;
    bottom: 12px;
    right: 20px;
}
.hide-icon.hide-icon {
    background-image: url('../../img/hide_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 19px;
    width: 16px;
    position: absolute;
    bottom: 12px;
    right: 20px;
}
.backBtn{
    max-width: 150px;
    border: 2px dashed #060A05;
    border-radius: 18px;
    background: #FFFFFF !important;
    color: #000;
    box-shadow: none;
}
.contBtn{
    max-width: 150px;
}
/* End Login Page Css */
/* Start Otp Css */
.otp li {
    display: inline-block;
    border-radius: 50% !important;
    background: #f7faf7;
    text-align: center;
    vertical-align: middle;
    /* padding: 7px; */
    font-size: 16px;
    font-weight: bold;
}
.otp_input {
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    border: none !important;
    background: #f7faf7;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50% !important;
}
.otp_input:focus{
    border:none !important;
    outline: none !important;
}
.forgot a{
    color: #060A05;
    font-weight: 500;
}
.otp li{
    margin-right: 10px;
}
.otp li:last-child{
    margin-right: 0;
}
.validation li {
    font-size: 11px;
    margin-bottom: 5px;
}

.text-success{
	color: #4FAF5A;
}
.text-danger{
	    color: #FE3636;
}
/* .validation li:first-child {
    color: #4FAF5A;
}
.validation li:nth-child(2) {
    color: #FE3636;
    display: none;
}
.validation li:nth-child(3) {
    color: #A5A5A7;
    display: none;
}
.validation li:last-child{
    color: #A5A5A7;
    display: none;
} */
/* End Otp Css */
/* Start Verify Css */
/* .loginForm.verify{
    padding:65px 110px;
} */
/* End Verify Css */

.login_btn_div {
    padding-left: 15px!important;
}
