/* @import "input-form.css"; */
@import "glyphicon.css";
@import "button.css";



#button_seconnecter{
    background:white;
    color:black;
    border: solid #052a44;
}

: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: white;
    border-bottom: solid 2px #052a44;
}

.img-logo {
    position: absolute;
    background: url('../images/logo.jpg') no-repeat;
    background-size: 100% 100%;
    width: 400px;
    height:100px;
    top: 60px;
    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%);
}


.mainbox {
    min-width: 400px;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 350px;
    transform: translate(-50%);
}



.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: 14px;
    font-size: 13px;
}

@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: 14px;
    }

}

.logoIXAO{
  text-align: center;
  margin-top: 10px;
  margin-left: 0px i !important;
}
