html , body{
    width:100%;
    height:100%;
}

body{
    background: url("../background.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.eeairimg{
    background: #fffff8;
}
.eeairmain{
    background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    padding-bottom: 50px;
    border-radius: 10px;
}
.form-background{
    background-color: rgb(0,166,147);
    border-radius:4px;
}
.form-background * {padding: 5px !important;}
.error {
    margin-top: 3px ;
    margin-right: 0px !important;
    color : red;
    width: 100%;
}
.AjaxFormLoader,.AjaxFormLoader2{
    position: absolute;
    top: 5%;
    right:0%;
    margin: 50px;
	box-shadow: 0 0 100px 50px black;
    display: none;
}
.header-form-register{
    background: #0b0b0b;
    border-radius: 4px 4px 0px 0px;
    color: white;
}
#TypeFile{display: none;}
#demo{
    display:inline-block !important;
    position: absolute !important;
}
#loadingAjax{
    color: red;
     position:fixed !important;
     top: 40%; 
     left: 40%; 
     background-color: silver;
     box-shadow: 0 0 100px 100px black;
    border-radius:50px;
    display: none;
    }
.AjaxFormcheckerLoader{
    position:absolute;
    top:10rem;
    background-color: whitesmoke;
    box-shadow: 0 0 100px 100px black;
    border-radius: 10px;
    display:none;
    max-width:100%;
    min-width:27.5rem;
    padding:0;

}
.cheCKRegsteri{
    padding:10px;
    border-radius:10px;
}
.cheCKRegsteri p{
    display:flex;....................................
}
.header-form-checker{
    text-align:center;
    background: #0c88b4;
    padding: 5px;
    border-radius:10px 10px 0 0 ;
}
#closeButton3{
    position: absolute;
    margin:5px;
}
.EeeairPersonalimg{
    width: 150px;
    height: 200px;
    display: block;
}
