@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background-image:  url("c2c/Bg.png");
    background-repeat: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height:110vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow:hidden;
}

.loginLogoDiv{
    float: left;
    width: 100%;
    top: 5px !important;
    position: fixed;
    right: 0;
    text-align: center;
    padding:10px;
}

.loginLogo {
    width: 190px !important;
    margin-top: -5px;
}


.referralH1{
    font: Mulish;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    color: #333333;
    text-align: left;
    margin-bottom: 15px;
}

.referralH6{
    font: Mulish;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}



.buttongroup{
    float: left;
    width: 100%;
}

.btn-left{
    float: left;
    width: 45%;
}

.btn-right{
    float: right;
    width: 45%;
}

.loginFooter{
    width: 100%;
    bottom: 0px !important;
    position: fixed;
    font-weight: 100;
    line-height: 20.8px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px !important;
}

.loginFooter a{
    color: #f67628;
}

.referral_icon{
    width: 18px; 
    height: 14px;
    padding: 2px 0 0 0; 
}

.referral_back_icon{
    cursor: pointer !important;
    display:flex; 
    position:fixed; 
    top :0; 
    left:0; 
    justify-content:center;
    background-color:#f1f1f1;
    width: 35px;
    height: 35px;
    padding:10px;
    margin: 10px;
    background: #F67628;
    color: #ffffff;
    border-radius: 50%;
}



.helpbtn {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
    padding: 15px 10px;
    font: Mulish;
    font-weight: 100;
    text-decoration: none !important;
}

.signupstyle {
    margin: 10px 0;
    width: 100%;
    display: block;
    border: 1px solid #F67628;
    background-color: #F67628;
    color: #ffffff !important;
    text-align: center;
    padding: 11px 10px;
    font-size: 12px;
    font-weight: 100;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.signupstyle:hover {
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0.75);
    color: #F67628 !important;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 5px;
}

.signupstylewhite {
    margin: 10px 0;
    width: 100%;
    display: block;
    border: 1px solid #F67628;
    background-color: rgba(255, 255, 255, 0.75);
    color: #F67628;
    text-align: center;
    padding: 11px 10px;
    font-size: 12px;
    font-weight: 100;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.signupstylewhite:hover {
    background-color: #F67628;
    border: 1px solid #F67628;
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 5px;
}

#checkboxstyle {
    position: absolute;
    top: 30%;
    right: 0;
    padding: 0 20px;
}

#checkboxstyle-reset {
    position: absolute;
    top: 54%;
    right: 0;
    padding: 0 10px;
}

#eyexstyle{
    color: #a0a0a0 !important;
}

#eyexstyleConfirm{
    color: #a0a0a0 !important;
}

.grouppassword {
    position: relative;
}

a {
    text-decoration: none;
}

form{
    padding: 10px 10px;
}

form *{
    font: Mulish;
    color: #495057;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

form h1{
    font: Mulish;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #333333;
}

form p{
    font: Mulish;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #333333;
}

label{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color:#222222;

}

.select-input{
    -webkit-appearance: none;
    display: block;
    height: 50px;
    width: 100%;
    background-color: #ffffff !important;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    color: black;
    font-weight: 100;
    border: 1px solid #E7EAEB;
    padding-top: 10px !important;
}

input[type=password], input[type=text] {
    -webkit-appearance: none;
    display: block;
    height: 50px;
    width: 100%;
    background-color: #ffffff !important;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    color: black;
    font-weight: 100;
    border: 1px solid #E7EAEB;
}

input[type=email] {
    -webkit-appearance: none;
    display: block;
    height: 50px;
    width: 100%;
    background-color: #ffffff !important;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    color: black;
    font-weight: 100;
    border: 1px solid #E7EAEB;
}

.buttongroup-bottom{
    float: left;
    width: 100%;
    bottom: 0px;
}

.section {
    margin: 0 auto;
    top: 100px !important;
    padding: 0px;
}

button{
    margin: 10px 0;
    width: 100%;
    background-color: rgba(17, 44, 90);
    color: #ffffff;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition:all ease 0.3s;
    
}
button:hover{

    background-color: rgba(255, 255, 255, 0.75);
    color:black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.buttongroup{
    margin-top:20px;
}



.checkboxdiv{
    display:flex;
    align-items:center;
    color:black;
    margin-top:-9px;
    
}


.checkboxdivLeft{
    float: left;
    width: 49%;
    text-align: left;
}

.checkboxdivRight {
    float: right;
    width: 49%;
    text-align: right;
    color: #FF4545;
}

.checkboxdivRight a {
    font: Mulish;
    font-size: 14px;
    color: #FF4545 !important;
    text-align: right;
}

strong{
    font-size:14px;
    color:red;
}
p{
    color:black;
    margin-top:10px;
    margin-left:10px;
    font-size:14px;

}
.signinstyle{
	text-decoration: none;
	   color: #ffffff;
}
.signinstyle:hover{
    color:black;
	
}



@media only screen and (max-width: 1200px) {
 form{
     width:100%;
 }
}



.wrapper{
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	width: 300px;
}

::placeholder{
	color: #3f3f3f;
	font-weight: 400;
}
.passgroup{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 20px;
    flex-wrap:Wrap;
}
.eye{
	position: absolute;
	right: 15px;
    transform: translate(-10%,190%);
	top: 0%;
   
	cursor: pointer;
}
.fa{
	font-size: 20px;
	color: #111;
}