@font-face {
    font-family: 'Bold';
    src:url(../fonts/CLEANVEB.TTF) format('truetype');
   }
   @font-face {
    font-family: 'Light';
    src: local('Light'), url(../fonts/CLEANVEL.TTF) format('truetype');
   } 
   @font-face {
    font-family: 'Medium';
    src: local('Medium'), url(../fonts/CLEANVEL.TTF) format('truetype');
   } 
   @font-face {
    font-family: 'Black';
    src:url(../../fonts/CLEANVEB.TTF) format('truetype');
}
@font-face {
    font-family: 'Regular';
    src:url(../../fonts/CLEANVEL.TTF) format('truetype');
}
   @font-face {
    font-family: 'semiBold'; 
    src:url(../fonts/CLEANVEB.TTF) format('truetype');
   }
body{
    margin: 0;
    padding: 0;
    /* background-image: url(); */
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Regular;
}
.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.viewport{
    height: 100vh;
    width:100vw;
}
.left{
    position: relative;
    background-color: blue;
    width: 60vw;
    float: left;
    height: 100vh;
    /* background: url("/img/6e35615e4ae64aafbcbea8244983dd99.png");
    background-repeat: no-repeat; */
}
.right{
    background-color: #DE007A;
    float: right;
    height: 100vh;
    width: 50vw;
    position: absolute;
    border-radius: 67px 0 0 67px;
    z-index: 1;
    right: 0;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 8%;
    padding-left: 5%;
    padding-right: 5%;
    background: url("/img/Mask Group 5.png");
    background-repeat: no-repeat;
}
#pageTitle{
    height: 60px;
    width: 230px;
    margin-left: 38%;
}
#pageTitle> img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.whiteblock{
    width:58.5%;
    margin-left: 30%;
    height: 65%;
    background-color: white;
    border-radius: 10px;
    padding-top:9%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1%;
    font-size: 12px;
    font-family: Regular;
    border-top: 13px solid;
}
div.form-control{
    width: 100%;
    height: auto;
    padding: 8px 0;
    border: 0;
    background-color: transparent;
}
input.form-control{
    background-color: #F6F6F6;
    padding: 10px 15px;
    text-align: left;
    color: #9697A1;
    font-size: 12px;
}
input.form-control:focus{
    background-color: #F6F6F6;
}
#nextStepBtn{
    background-color: white;
    color: #DE007A;
    width:50%;
    border-radius: 25px;
    border: 1px solid #DE007A;
    padding: 7px;
    margin-top:8%;
}
.loginbtn{
    background-color: white;
    color: #DE007A;
    width:50%;
    border-radius: 25px;
    border: 1px solid #DE007A;
    padding: 7px;
    margin-top:8%;
    font-size: 14px;
    font-family: semiBold;
}
#step1{
    border-image: linear-gradient(to right, rgba(208, 171, 69,1) 50%,rgba(208, 171, 69,1) 25%,rgba(208, 171, 69,0) 50%,rgba(208, 171, 69,0) 75%);
    border-image-slice: 1;
    
}
#step2{
    border-image: linear-gradient(to right, rgba(69, 208, 133,1) 50%,rgba(69, 208, 133,1) 25%,rgba(69, 208, 133,1) 100%,rgba(69, 208, 133,1) 100%);
    border-image-slice: 1;
    display: none;
}
#phone{
    float: left;
    margin-left: -33%;
    margin-top: 0;
    height: 500px;
}
.imgContainer{
    margin:0;
    padding: 0;
    width:100%;
    height: 100%;
}
.imgContainer>img{
    width:100%;
    height: 100%;
    object-fit: none;
}
.registerText{
    font-size: 12px;
    color: #35374B;
    margin-top: 6%;
}
.registerText>a{
    font-size: 13px;
    color: #DE007A;
}
.registerText>a:hover{
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.error,.success{
    width: 100vw;
    height:100vh;
    position: absolute;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.3);
    top:0;
    left: 0;
}
.errorContent,.successContent{
    top:25vh;
    left: 37.5vw;
    width: 25vw;
    height: 36vh;
    position: fixed;
    background-color: white;
    text-align: center;
    padding: 61px 15px;
    font-size: 15px;
    color: #1A1C33;
    font-family: Medium;
    font-weight: 700;
    border-radius: 4px;
}
.errorContent>span , .successContent>span{
    float: right;
    margin-top: -52px;
}
.error-text{
    color: #DE007A;
    font-family: Regular;
    font-size: 9px;
    text-align: center;
    margin-bottom: 0;
}