/*Overall*/
.form-OM{
    font-size: 18px;
    font-family: Helvetica, sans-serif;
}
/*Header form*/
#header-form{
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.modal-content.modal-alert {
    /* width: 250px; */
}
.modal-dialog {
    /* width: 250px; */
}
.black-text {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}
.gray-text{
    font-size: 12px;
    color: #999999;
}
.orange-background{
    background-color: #F16E00;
}
.purple-background{
    background-color:  #a885d8;
}
.modal-confirm{
    width: 250px !important;
}
.fill-form img{
    position: absolute;
    top: 20px;
    right: 2%;
    
}
#header-form span{
    margin-left: 10px;
}

/*Body form*/
.label-step1, .form-souscrip{
    font-weight: bold;
}
.form-souscrip{
    margin-top: 5px;
}
.body-form{
    margin-left: 30px;
}
#form-compteOM .star{
    /* position: relative;
    top: 37px;
    right: 3; */
}
#form-compteOM label{
    margin-top: 20px;
}

.input-icon{
    position: relative;
}
.icon{
    position: absolute;
    right: 2%;
    top: 10px;
    cursor:pointer;
} 

.form-souscrip span i, .form-souscrip a{
    color: #F16E00;
    font-weight: bold; 
}
.form-souscrip span i{
    font-size: 18px;
}
#form-compteOM input{
    border: 1px solid #000;
 }

 #form-compteOM small.other{
     margin-top: 5px;
     font-size: 12px;
 }
 #first-name-warner{
    font-size:16px;
}
#last-name-warner{
    font-size:16px;
}
 input[type="file"]{
     display: none;
 }

.btn-deplafonement{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 5px 0;
    color: #fff!important;
    font-weight: bold;
}
.spinner{
    position: fixed; 
    top: 35%;
    left: 45%;
    z-index:15;
}
.hidden{
    display: none;
}
.global-overlay{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    z-index: 10;
    height: 1071px;
}
@media screen and (max-width:500px){
    .form-OM, .form-OM input{
        font-size: 12px;
    }
    #header-form span{
        margin-left: 0px;
    }
    #header-form{
        font-size: 14px;
        padding: 20px 10px;
    }
    .icon{
        right: 2%;
        top: 7px;
        width: 15px;
        height: 15px;
    } 
    #form-compteOM .star{
        top: 30px;
    }
    #form-compteOM small.other{
        font-size: 9px;
    }
    #first-name-warner{
        font-size:12px;
    }
    #last-name-warner{
        font-size:12px;
    }
    .spinner{
        position: fixed; 
        top: 40%;
        left: 35%;
        z-index:15;
    }
    .spinner h5{
        font-size: 15px;
    }
    
}
