.login {
    background-color: #003466!important;
}

.login .content {
    border: #ccc 1px solid;
}

.login .content .form-actions {
    background-color: #fff;
    clear: both;
    border: 0;
    padding: 0 30px 25px;
    margin-left: -30px;
    margin-right: -30px;
}

.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #003466;
    border-color: #003466;
}

.btn.btn-outline.blue {
    border-color: #003466;
    color: #003466;
    background: 0 0;
}

.login .content .input-icon {
    border-left: 2px solid #dc505b!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}