body{
    margin:0;
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
}
.f-left{
    float:left;
}
.f-right{
    float:right;
}
.w-100{
    width:100%;
    max-width:100%;
}
.h-100{
    height:100%;
}
.d-flex{
    display:flex;
}
.center{
    margin:0 auto;
}
.errMsg{
    color:red;
}
button{
    outline:none;
    cursor: pointer;
}
.container{
    width:100%;
    max-width:100%;
    height:100%;
    display: flex;  
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
.leftSide{
    width:50%;
    /* background: #2069FF; */
}
.img #logImg{
    width:193px;
    height:55px;
}
.signUp_Img{
    align-items: center;
    display: flex;
    height:80%;
}
.signUp_Img img{
    width:1024px;
    max-width:100%;
}
.img {
    padding:3%;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

.rightSide{
    width:50%;
    background: white;
    padding:1%;
    max-width:100%;
    /* overflow-y: scroll; */
}
.button button{
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    padding: 13px 20px;
}
.form{
    align-items: center;
    display: flex;
    height:90%;
}
form{
    padding-left:30px;
}
.form h1{
    font-size: 36px;
    color: #333333;
    width:423px;
    /* height:45px; */
    margin:0;
}
.form p{
    font-size: 16px;
    color: #555555;
    line-height: 25px;
    width:423px;
    /* height:50px; */
    margin:10px 0px;
}
.domainEntry{
    display: flex;
}
.domain{
    width: 240px !important;
}
.fixDomain{
    /* width: 140px !important; */
    background: #FFFFFF !important;
    height: 48px !important;
    padding-top: 16px;
    padding-left: 10px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    /* pointer-events: none; */
}
.form input,select{
    background: #e2e2e2;
    display: block;
    border:none;
    margin-bottom:10px;
    height:52px;
    width:416px;
    border-radius: 7px;
    font-size: 16px;
    padding-left:20px;
    padding-right:20px;
    color: #333333;
    font-weight: 600;
    outline:none;
}
textarea{
    background: #e2e2e2;
    border:none;
    margin-bottom:10px;
    border-radius: 7px;
    font-size: 16px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    color: #333333;
    font-weight: 600;
    outline:none;
    width:416px;
    height:104px;
    resize: none;
}
textarea:focus{
    background: #FFFFFF;
    border: 2px solid #2069FF;
    height:100px;
    width:412px;
}
input:focus{
    background: #FFFFFF;
    border: 2px solid #2069FF;
    height: 48px;
    width:412px;
}
::placeholder, .placeholder{
    font-size: 16px;
    color: #777777;
    font-weight: 600;
}
.form-footer button {
    background: #27BE31;
    border-radius: 6px;
    width:165px;
    height:54px;
    border:none;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
}
.login-footer img{
    width:138px;
    height:54px;
    cursor: pointer;
}
.loginButton{
    float:right;
}
.logIn{
    font-size: 16px;
    color: #555555;
    line-height: 25px;
    margin-top:10px;
}
.troubling{
    padding-top:5px;
}
.troubling a:hover{
    text-decoration: none;
}
.troubling span{
    color: #555555;
}
.logIn a{
    color: #0428f5;
    text-decoration: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration:underline;
}

.footer{
    position:absolute;
    bottom: 10px;
    padding-left:30px;
}
.footer span{
    font-size: 14px;
}
.footer .text{
    color: #777777;
}
.footer .webkul{
    color: black;
}
.imgRight{
    float:left;
    padding-left: 30px;
}
.language{
    position:absolute;
    bottom: 10px;
    right:30px;
    font-size: 14px;
    color: #777777;
}
@media screen and (min-width: 1000px){
    .imgRight{
        display:none;
    }
}
@media screen and (max-width: 1000px){
    .leftSide,.language{
        display:none;
    }
    form{
        max-width: 100%;
        margin: 0 auto;
    }
    .footer{
        text-align: center;
        padding-right:10px;
    }
    form{
        margin:0px;
    }
    .rightSide{
        width:80%;
        max-width:100%;
        margin: 0 auto;
    }
    .form-footer button{
        margin: auto;
    }
    .logIn span{
        margin: 0 auto;    
    }
}
@media screen and (max-width: 500px){
    .imgRight,.footer,.form{
        padding-left:0px;
    }
    .loginButton{
        max-width:100%;
    }
    .imgRight, img{
        width:150px;
    }
    .rightSide{
        width:95%;
        max-width:100%;
        margin:10px 10px;
    }
    form{
        padding:0px;
    }
    .form h1,.form p{
        max-width:100%; 
    } 
    .form-body{
        padding-right:20px;
    }
    input,textarea, select{
        width:93%;
        max-width:93%;
    }
    .fixDomain,.domain{
        max-width:43%;
    }
    .login-footer img{
        float:left;  
    }
    
}
@media screen and (max-width: 400px){
    .login-footer{
        width:100%;
        max-width:100%;
    }
}
@media screen and (max-height: 669px){
    .rightSide{
        /* overflow-y: scroll; */
    }
}
@media screen and (max-height: 600px){
    .form{
        display: block;
    }
    .footer,.language{
        position:relative;
        margin-top:73px;
    }
    .language{
        display:none;
    }
}
@media screen and (min-width: 1600px){
    .leftSide {
        width: 60%;
    }
    .rightSide {
        width: 40%;
    }
}
.d-none{
    display: none !important;
}

.registration-modal {
    max-width: 520px;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 12px;
    color: #333333;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999;
}
  
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
}
.modal-header .headText {
font-family: Inter;
font-size: 24px !important;
font-weight: 600;
/* line-height: 34px; */
letter-spacing: -0.4000000059604645px;
/* text-align: center; */
font-variation-settings: 'slnt' 0;

}

.close-button {
    font-size: 24px;
    cursor: pointer;
    float: right !important;
}

.modal-body {
    margin-bottom: 20px;
}

.registration-option {
    margin-bottom: 15px;
}



.registration-option label {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.registration-option img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.modal-footer {
    text-align: right;
}

.continue-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* display:grid; */
}
.radioSelect{
    height: 15px !important;
    width: 15px !important;
    float: right;
}
.iconContent{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.registrationMainContainer{
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
#loader-skin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999999;
    display: none;
}

#loader-skin img {
    position: fixed;
    left: 45%;
    top: 45%;
}

.newRegTyp{
    font-size: 14px;
    margin-right: 50px;
    color: #686663;
}