body{
    background: #000 url('../img/bg10.jpg') no-repeat center top;
    background-size: 100% auto;
    background-position: center top;
}



.navbar{
    height: 50px;
}

.wyms-login{
    padding: 10px 0px 20px;
}
.form-login{
    padding: 10px 15px;
    background: #14485a;
}
.form-group label {color:#fff;}
.form-control{
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form-control:focus {
    border-color: #fff;
    box-shadow: none;
    outline: 0 none;
}
.input-group-addon{
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
.btn-login{
    border: none;
    background: #fff;
    color: #14485a;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold;
}
.callout{
    color: #fff;
    font-weight: bold;
}
.slogan{
    padding: 80px 0 0;
    font-size: 50px;
    color: #fff;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 1);
}
.slogan2{
    font-size: 26px;
    color: #fff;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 1);
}

.logo-client{
    margin-top: 2px;
    padding: 5px;
    background: #fff;
}
.footer a{
    color: #fff;
}

.footer{
    color: #fff;
    background: #14485a;
}
.footer p{
    line-height: 50px;
}
.footer i{
    margin: 0 10px;
}