.projecttitle{
   font-size: 26px;
   color: #FF4D46;
   text-align: center;
   margin-top: 0;
}
.logoimg{
   width:150px;
   height: auto;
   display: block;
   margin: auto;
   margin-top: 30px;
}
.selectcon{
   width: 30%;
   height: 60px;
   background: #FFEEED;
   border-radius: 15px;
   box-sizing: border-box;
   padding: 9px;
   margin-right: 15px;
}
.country{
   width: 25px;
   height: auto;
   display: block;
}
.selectcon span{
   color: #995A58;
   font-size: 14px; 
   display: block;
   margin: auto;
}
.moreimg{
   width: 12px;
   height: 7px;
}
.phoneinput{
   flex: 1;
   height: 60px;
   border: 1px solid #e2e0e0;
   border-radius: 15px;
   box-sizing: border-box;
   padding: 0 15px;
}
input::placeholder{
   color: #B9AEAD;
   font-family: 'fontm';
   font-size: 14px;
}
.password{
   width: 100%;
   height: 60px;
   box-sizing: border-box;
   border: 1px solid #e2e0e0;
   border-radius: 15px; 
   padding: 0 15px;
   margin-top: 15px;
}
.signup{
   color: #0080FF;
   font-size: 14px;
   font-family: 'fontb';
}
.remember{
   font-size: 14px;
   color: #2B0806;
}
.loginin{
   width: 100%;
   height: 60px;
   border-radius: 15px;
   background: #FF4D46;
   text-align: center;
   line-height: 60px;
   color: #ffffff;
   font-size: 16px;
   margin-top: 20px;
}
.centeritem{
   position: absolute;
   top: 30%;
   left: 50%;
   transform: translate(-50%,-30%);
}
.codeimg{
   width: 100px;
   height: 34px;
}
.otp{
   flex: 1;
   height: 52px;
   border: none;
   margin-right: 15px;
}
.congratulationsimg{
   width: 90%;
   height: auto;
   display: block;
   margin: auto;
}
.cong{
   text-align: center;
   color: #2B0806;
}
.updatatext{
   color: #896C6B;
   font-size: 14px;
   text-align: center;
   width: 80%;
   margin: auto;
   
}
.tologin{
   width: 210px;
   height: 60px;
   border-radius: 15px;
   background: #FF4D46;
   text-align: center;
   line-height: 60px;
   color: #ffffff;
   font-size: 16px;
   font-family: 'fontb';
   margin: auto;
   display: block;
   margin-top: 20px;
}
.cong{
   width: 100%;
   height: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.cong h2{
   font-size: 25px;
}