/* ===========================================================
    Home
 * =========================================================== */


.home__login {
    margin: 0 auto;
    padding: 90px 0 100px;
    width: 310px;
    text-align: left;
    position: relative;
}
.home__login #loginForm {
    position: relative;
    width: 310px;
}
.home__login .validation-advice {
    position: absolute;
    right: -230px;
    top: 0;
    width: 220px;
}
.home__login h2 {
    background: url('../images/icon_user.png') 0 0 no-repeat;
    color: #1c1c1a;
    font-size: 18px;
    padding-left: 28px;
    line-height: 20px;
    margin-bottom: 15px;
}
.home__login .input-box {
    background-color: #666f77;
    width: 310px;
    height: 35px;
    border-radius: 4px;
    margin-bottom: 7px;
    position: relative;
}
.home__login input,
.home__login input:focus {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    color: #FFF;
    font-family: "OpenSansBold" !important;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    width: 270px !important;
}
.home__login .buttons-set {
    margin: 14px 0 0;
    padding: 0;
    border: 0 none;
}
.home__login .buttons-set a {
    background: url('../images/icon_arrow_header.png') 0 15px no-repeat;
    padding-left: 20px;
    color: #1c1c1a;
    font-size: 13px;
    text-decoration: none;
    line-height: 35px; 
}
.home__login .buttons-set a:hover {
    color: #ff9900;
}
.home__login .buttons-set button span {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ff9900 !important;
    border-radius: 4px !important;
    width: 120px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-transform: none !important;
    font-size: 14px !important;
    font-family: "OpenSansBold" !important;
}
.home__login .buttons-set button:hover span {
    background-color: #1c1c1a !important;
}