#login_box_istres ul {
    clear: both;
    list-style: none;
    margin-bottom: 10px;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-left: 0;
}

#login_box_istres li {
    display: inline;
}

.form-control {
    background-color: #eee;
}

#login,
#pasword,
#compte_portail_col div input {
    width: 100%;
    height: 50px;
    padding: 0 1.5rem;
    border: 0;
    color: #333;
}

#compte_portail_col div label {
    display: block;
    margin: 0;
    padding-bottom: .5rem;
    font-weight: 400;
    color: rgb(63, 63, 63);
}

.btn-jaune {
    color: #fff;
    background-color: #ffcc33;
    border-color: #fc3;
}

#login_box_istres .chip {
    text-transform: uppercase;
}

#comptelogin {
    text-transform: uppercase;
    color: #565656;
}

#login_box_istres h3 {
    font-size: 2em;
}

.center {
    text-align: center;
}

#login_box_istres .maliste_btn1 {
    padding-top: 90px;
    margin-bottom: 20px;
}

#login_box_istres .maliste_btn2 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #ffcc33;
    box-shadow: none;
}