@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('../font/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('../font/Helvetica-Light.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Light Oblique';
    src: url('../font/Helvetica-Light-Oblique.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Oblique';
    src: url('../font/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
 
body{
    font-family: "Helvetica";
    margin: 0;
    height: 100vh;
    overflow: hidden;
}
img{
    max-width: 100%;
}
.loginBg{
    height: 101vh;
    object-fit: cover;
    width: 100%;
}
main{
    position: relative;
}
.LoginLayout{
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    max-height: 100vh;
    overflow-y: auto;
}
.LoginCard{
    /* background: #FFF;
    padding: 30px 40px;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; */
    background: #FFF;
    padding: 30px 20px;
    min-height: 52vh;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.logTitle{
    color: #231F20;
font-family: Helvetica;
font-size: 32px;

font-style: normal;
font-weight: 400;
margin-bottom: 50px;
line-height: normal;
}
.loginHead{}
.loginHead h6{
    color: #231F20;
font-family: Helvetica;
font-size: 22px;

font-style: normal;
font-weight: 400;
line-height: normal;
}
.loginHead span{
    color: #B3B3B3;
    font-family: "Helvetica Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    display: flex;
}
.loginHead .emailInput{
    border: 1px solid rgba(0, 0, 0, 0.20);
    min-height: 50px;
    padding: 5px 8px;
    width: 100%;
    margin-bottom: 15px;
}
.loginHead p{
    color: #231F20;
    font-family: Helvetica;
font-size: 12px; 
font-weight: 400; 
}
.loginHead p a{
    color: #5994A9;
    text-decoration: none;
}
.submitBtn{
    background: #231F20;
    padding: 12px 15px;
    width: 100%;
    color: #FFF;
    font-family: Helvetica;
     text-decoration: none;
    font-size: 24px;
  display: flex;
  justify-content: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}
.OtpArea{
    margin-bottom: 15px;
}
.succesGif {
    width: 120px;
}
.OtpArea input{
    display:inline-block;
    width:40px;
    height:50px;
    text-align:center;
    border: 1px solid rgba(0, 0, 0, 0.20);
}
.succcesText{
    color: #231F20 !important; 
font-size: 18px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
}
@media screen and (max-width:1440px) {
    .logTitle{
font-size: 24px;
    }
    .loginHead h6{
font-size: 18px;
    }
    .submitBtn{
  font-size: 18px;
    }
}
@media screen and (max-width:767px) {
    .LoginLayout{
        padding: 20px 5px;
    }
    .LoginCard{
        padding: 20px 20px;
    }
    .logTitle{
        font-size: 20px;
    }
    .loginHead h6{
        font-size: 16px;
    }
    .loginHead input{
        font-size: 14px;
    }
    .submitBtn{
        padding: 10px 12px;
        font-size: 16px;
    }
}
.input-group {
    margin-bottom: 0 !important;
}
.registerForm input{
    width: 100%;
    height: 48px;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 0;
}
.input-group .btn{
    border-radius: 0 !important;
}
.btn-outline-secondary {
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-left: none;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    width: 100%;
    min-height: 48px;
    margin-bottom: 0;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
}
.selection{
    width: 100%;
    margin-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 48px;
    font-size: 16px;
    margin-bottom: 0;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}

.login_btns{
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
    padding-top: 30px;
}

.login_btns .loginBtn{
    


    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #F6F6F6;
    padding: 12px 15px;
    width: 48%;
    color: #000000;
    font-family: Helvetica;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login_btns .activeBtn {
    background: #231F20;
    padding: 12px 15px;
    width: 48%;
    color: #FFF;
    font-family: Helvetica;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
  }

  