.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #de962a;
    background: -webkit-linear-gradient(-135deg, #de962a, #177ac2);
    background: -o-linear-gradient(-135deg, #de962a, #177ac2);
    background: -moz-linear-gradient(-135deg, #de962a, #177ac2);
    background: linear-gradient(-135deg, #de962a, #177ac2);
}

.form-control {
    min-height: 41px;
    background: #f2f2f2;
    box-shadow: none !important;
    border: transparent;
}

.form-control:focus {
    background: #e2e2e2;
}

.form-control, .btn {
    border-radius: 2px;
}

.login-form {
    margin: 30px auto;
    text-align: center;
}

.login-form h2 {
    margin: 10px 0 25px;
}

.login-form form {
    color: #7a7a7a;
    margin-bottom: 15px;
    background: #fff;
    padding: 30px;
}

.login-form a {
    color: #000;
    text-decoration: underline;
}


.login-form .btn {
    font-size: 16px;
    font-weight: bold;
    background: #000000;
    border: none;
    outline: none !important;
}

.inp {
    border: 1px solid #888;
    border-bottom: 2px solid #888;
    background-color: #fff;
    color: #666;
}

.login-form .btn:hover, .login-form .btn:focus {
    background: #404244;
}

.login-form a:hover {
    text-decoration: none;
}

.login-form form a {
    color: #000000;
    text-decoration: none;
}

.login-form form a:hover {
    text-decoration: underline;
}
