.form{
    box-sizing: border-box;
    position: relative;
}

.form--controlWrapper{
    margin-bottom: 13px;
    position: relative;
}

.form--controlWrapper-half{
    width: calc(50% - 5px);
}

.form--title{
    text-align: center;
    color: #FAFAFF;
    font-weight: 800;
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
}

.form--title-yellow{
    color: #F1BA2D;
}

.form--row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form--input{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 30px 12px 10px;
    text-overflow: ellipsis;
    outline-style: none;
    border-radius: 0.25rem;
    height: 45px;
    background-color: #f7f7f7;
    border: 1px solid lightgray;
    padding: 0 30px 0 15px;
    outline: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: left;
}
.form-size{
    max-width:300px;
    margin: auto;
}

.form--input:focus{
    box-shadow: 0px 0px 12px 5px rgba(1, 204, 255, 0.25);
}

.form--floatingLabel{
    position: absolute;
    z-index: 1;
    transition: .3s ease all;
    font-size: 10px;
    line-height: 10px;
    font-style: italic;
    pointer-events: none;
    left: 10px;
    top: -10px; 
    padding: 1px 3px;
    background-color:#f11313;
    outline-style: none;
    border-radius: 3px;
    color: rgba(250, 250, 255, 0.8);
}

.form--input:placeholder-shown:not(:focus)~.form--floatingLabel {
    top: 1em;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 16px;
    font-weight: normal;
    color: rgba(133, 133, 133, 0.9);
    background-color:transparent;
}

.form--row-pass{
    justify-content: center;
}

.form--row-pass label.error{
    display: none !important;
}

.password{
    width: 65%;
    border-radius:   3px 0 0 3px ;
}

.form--btnPasword{
    width: 35%;
    border-radius:    0 3px 3px 0;
    box-sizing: border-box;
    height: 45px;
    border: none;
    outline-style: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    /* text-transform: uppercase; */

    font-family: sans-serif;
    border: 2px solid #f11313;
    background-color: #f11313;
    transition: color .5s ease, background .5s ease;
    color: #fff;
}

.form--btnPasword:hover{
    color: #f11313;
    background-color:transparent;

}

.form--btn{
    transition: all .3s ease;
    color: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    font-family: sans-serif;
    border-radius: 0.25rem;
    background-color: #f11313;
    width: 100%;
}

.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 9995;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    /* border-radius: 5px; */

}

.phone::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: rgba(133, 133, 133, 0.9);
}

.flag-container{
    background: #FAFAFF;
    border-radius: 3px 0px 0px 3px;
    height: 41px;
    margin: 2px;
    color: #000;
    z-index: 3;
}

.selected-dial-code{
    font-weight: 700;
}

label.error {
    position: absolute;
    top: 43px;
    right: 0;
    z-index: 2;
    width: 60%;
    background: #FF003C url(../images/form-attention.svg) no-repeat;
    color: #FAFAFF;
    font-size: 10px;
    padding: 5px 5px 5px 35px;
    background-position: 10px 50%;
    background-size: 16px;
    border-radius: 0 0  3px 3px
}
.form--controlWrapper-half label.error{
    width: 100%;
    box-sizing: border-box;
}

input.error {
    background: rgba(255, 0, 60, 0.3) url(../images/form-invalid.svg) no-repeat 95% !important;
    border: 2px solid #FF003C !important;
    padding-right: 30px!important;
    text-overflow: ellipsis;
    -webkit-background-size: 13px 10px!important;
    background-size: 13px 10px!important;
}

input.valid {
    background: rgba(57, 181, 74, 0.3) url(../images/form-valid.svg) no-repeat 95% !important;
    border: 2px solid #39B54A !important;
    padding-right: 30px!important;
    text-overflow: ellipsis;
}

.valid-block {
    position: absolute;
    background: #FAFAFF;
    border: 1px solid #FF003C;
    box-sizing: border-box;
    z-index: 9996;
    top: 44px;
    width: 100%;
}

.valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valid-check label {
    color: #f90201;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: sans-serif;
    font-size: 10px;
    line-height: 1;
    margin: 0;
}

.valid-check.check label {
    color: #39B54A !important;
}

.valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/form-invalid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/form-valid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

@media(max-width:991px){
.md-full-width{
    width:100%;
    padding: 0;
}
.md-full-col{
    flex-wrap:wrap
}
    
}

@media(max-width:576px){
    .form-size{
        max-width:100%
    }
}

@media (max-width:425px){

}
@media (max-width:400px){

}

