@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: transparent linear-gradient(124deg, #FFF270 0%, #FF8F02 100%) 0% 0% no-repeat padding-box;
    background-size: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.leftArea {
    background: url(../../img/left_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    height: 85vh;
    align-items: center;
    display: flex;
    padding: 70px 0 70px 70px;
    position: relative;
}
.leftArea.commonAuth{
    background: url(../../img/commonAuth2.png) !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    height: 85vh;
    align-items: center;
    display: flex;
    padding: 0;
    position: relative;
    border-radius: 26px;
    justify-content: center;
}
.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: #292929;
    height: 100%;
    min-height: 547px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
}
.text{
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}
.loginForm .form-group {
    position: relative;
}
.loginForm .form-label {
    font-size: 10px;
    color: #999999;
    font-weight: 500 !important;
}
.loginForm .form-control {
    border: none;
    border-radius: 25px;
    padding: 14px 0px 14px 53px;
    font-size: 14px;
    background: #323232 !important;
    width: 100%;
    display: inline-block;
    box-shadow: inset 0px 4px 15px #1E1E1E4D, 0px 6px 10px #0000001A;
    border: 2px solid #373737;
}
.loginForm .icon_ {
    position: absolute;
    bottom: 16px;
    left: 18px;
}
.loginForm input::placeholder{
    color:#999999;
    font-size: 12px;
}
.primaryBtn {
    display: block;
    text-align: center;
    padding: 13px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    background: transparent linear-gradient(180deg, #FFF270 0%, #FF8F02 100%);
    box-shadow: 0px 20px 20px #060a0526;
    border-radius: 25px;
    border: none;
}
.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;
}

.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: 16px;
    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: 16px;
    right: 20px;
}
.backBtnCon {
    border: 1.5px dashed #4A4A4A;
    border-radius: 25px;
    padding: 2px;
}
.backBtn{
    max-width: 150px;
    color: #fff;
    background: #333333 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 4px 10px #1e1e1e1a, 0px 6px 10px #0000001a;
    border-radius: 25px;
}
.contBtn{
    max-width: 150px;
}
/* End Login Page Css */
/* Start Otp Css */
.otp input {
    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: 52px !important;
    height: 52px !important;
    border: 1px solid slategrey;
    border-radius: 4px;
    text-align: center;
    border-radius: 50%;
    border: none !important;
    background: #f7faf7;
    font-weight: 600;
    font-size: 22px;
}
.otp_input:focus{
    border:none !important;
    outline: none !important;
}
.forgot a{
    color: #FF8F02;
    font-weight: 400;
}
.otp input{
    margin-right: 26px;
}
.otp input:last-child{
    margin-right: 0;
}
.validation li {
    font-size: 11px;
    margin-bottom: 5px;
}

.text-success{
	color: #4FAF5A;
}
.text-danger{
	    color: #FE3636;
}
.text-gray{
    color: #999999;
}
/* End Verify Css */

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