@import "input-form.css";
@import "glyphicon.css";
@import "button.css";



#button_seconnecter{
    background:white;
    color:black;
    border: solid 2px black;
}

:root {
    --my-color: rgb(200, 60, 80);
}

   
.img-top {
    position: absolute;
    border-bottom-right-radius: 130px ;
    border-bottom-left-radius:  130px;
    box-shadow: 1px 1px 5px 1px ;
    background-size: 100% 100%;
    width: 100%;
    height: 180px; 
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(255 255 255);
    border-bottom: solid 2px rgb(3 99 51);
}

.img-logo {
    position: absolute;
    background: url('../../logo.png') no-repeat;
    background-size: 100% 100%;
    width: 436px;
    height:168px;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
}

.img-ixao {
    position: absolute;
    background: url('../../ixao.png') no-repeat;
    background-size: 100% 100%;
    top: 220px;
    width: 100px;
    height: 33px;
    left: 48%;
    transform: translate(-45%);
}

.bgbox {
    margin:auto;
    background: url('../../images/IXAO-GMAO-JBV-V1.png') no-repeat;

    background-size:contain;
    background-position: 50%;
    left:0;
    right:0;
    top:0px;
    bottom:0px;
    z-index:-1;
    position:fixed;
}

.mainbox {
    min-width: 400px;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%);
}

.content-container {
    display: flex;
    justify-content: space-between; /* Adjusts space between form and buttons */
}


.language-buttons {
    display: flex;
    flex-direction: column; /* Layout buttons in a column */
    padding-left: 35px; /* Space between form and buttons */
    padding-right: 52px
    
}

.language-buttons a {
    margin-bottom: 10px; /* Space between buttons */
}

.alert-danger {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: bold;
    color: var(--my-color);
}

.form-control {
    width: calc(100% - 20px);
    border-radius: 8px !important;
    border-color: rgba(0,0,0,.5);
    height: 35px;
    margin: 10px;
}
.has-error .form-control {
    border: 1px solid var(--my-color) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
.has-error .form-control:focus {
    border: 1px solid var(--my-color) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px var(--my-color) !important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px var(--my-color) !important;
}



.seconnecter {
    display: inline-block;
    text-indent: 10px;
    margin-top: 0px;
    font-size: 13px;
}
label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) {
    .form-control {
        width: calc(100% - 34px);
    }
}


@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .img-logo {
        width: 104px;
        height: 57px;
    }

    .mainbox {
        min-width: 300px;
        width: 100%;
    }

    .form-control {
        height: 40px;
    }

    .seconnecter {
        margin-top: 0px;
    }

}

.logoIXAO{
  text-align: center;
  margin-top: 10px;
  margin-left: 0px i !important;
}
