html, body {
    margin: 0;
    padding: 0;
}
body {
    background-image: url(../../../../LoginScripts/assets/imgarriere.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.container_b {
    display:flex;
    justify-content: center;
    margin-top: 100px;
}

#globalContainer{
  position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; padding-top: 30px;  
}

#globalContainer div:nth-child(1), #globalContainer div:nth-child(2){
    height: 100%; width: 50%; margin-top: 0px; position: relative;
}

#globalContainer div:nth-child(1) img{
    width: 90%;
}

#logos{
    position: fixed; top: 0px; left: 0px; margin-bottom: 50px;
}

#logos img{
    width: 80px;
}

#logos img:nth-child(2){
    margin: 0px 30%;
}

#auth-box{
    height: 80% !important; width: 85% !important; overflow: hidden; background-color: rgba(255, 255, 255, .4); border-radius: 15px;
}

#auth-box #header{
    min-height: 25%; max-height: 25%; min-width: 100%; box-sizing: border-box; background-color: rgb(242, 242, 242);
}

#auth-box #header div{
    width: 100%; height: 100%; box-sizing: border-box; 
}

#auth-box #header div img{
    width: 35%; max-width: 35%; border: 9px solid #fff;
}

#auth-box div:nth-child(1) div h6{
    margin: 7px 0px 3px 0px; color: #296; font-size: 30px; font-weight: 300; text-align: center;
}

#auth-box .form-body{
    width: 100% !important;
}

.auth-field-box{
    display: flex; width: 100% !important; align-items: center; height: 18% !important; margin-bottom: 20px; position: relative;
}

.auth-field-box h6{
    font-size: 16px; color: #077688; font-weight: bold; margin-left: 20px;
}

.auth-field-box input{
    background: none; border: 0px; position: absolute; right: 80px; border-bottom: 1px solid #296; padding: 20px 15px; font-size: 15px; width: 50%;
}

#auth-box .form-body div button{
    padding: 0 20px; background-color: #57b846; height: 50px; min-width: 160px; color: #fff; font-size: 16px; border: none; border-radius: 30px; font-weight: bold; margin-top: 20px; cursor: pointer;
}

#auth-box .form-body div button:hover{
    background-color: rgb(26, 22, 22);
}

.form-foot{
    padding: 10px; margin-top: 10px; 
}

.form-foot h6{
    font-size: 15px; margin: 0px;
}

.slide_img{
    position: absolute; opacity: 0; transition: .6s ease;
}

.slide_img:nth-child(3){
    width: 50% !important;
}

.fadeIn{
    opacity: 1 !important;
}