.input-login {
    border: none;
    padding: 0;
    background: #afafaf;
    height: 34px;
    padding-left: 10px;
}

.logo-login {
    width: 235px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.block-login {
    background-color: #ffffffa3;
    border-radius: 10px;
    padding: 0;
    margin: auto;
    top: 23%;
}

.form-login {
    text-align:  center;
}

.input-submit-login {
    border-radius: 20px;
    border: 1px solid #125789;
    color: #125789;
    background-color: #f6f8f9;
    padding: 5px 30px;
    margin-top: 13px;
    font-family:  "Roboto";
}

.input-submit-login:hover {
    border-radius: 20px;
    border: 1px solid #125789;
    color: white;
    background-color: #125789;
    padding: 5px 30px;
    margin-top: 13px;
}

.input-submit-login:focus {
    outline:  none;
}

.remember-me {
    margin-top: 15px;
}

.logo-input{
    padding: 0;
    color:  #125789;
    margin-top: 10px;
}

.row-input {
    background-color: #afafaf;
    border-bottom: 2px solid grey;
}

.row-username {
    border-top: 2px solid grey;
}

.input-login::placeholder {
    color: white;
}

.input-login:focus {
    outline:  none;
}

.text-items {
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.text-item {
    display: block;
}

.titre-cfg {
    color: #125789;
    font-family: "Roboto";
}

.oublier {
    color: black;
    font-size: 11px;
}


.oublier:hover {
    color: #C57910;
}

.cnil {
    text-align: center;
    font-size: 10px;
    margin-top: 22px;
}

.block-reset {
    background-color: #ffffffa3;
    position:  absolute;
    left: 37%;
    top: 36%;
    padding:  0;
    text-align:  center;
    height: 198px;
    border-radius:  20px;
}

.input-reset {
    width: 100%;
    padding-left: 8px;
    background-color: #afafaf;
}

body {
    background-image: url(../images/home-disconecte.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    perspective: 800px;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 768px){
    .block-login .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 55%;
    }
}
