.login, .login .wrapper {
    background-image: linear-gradient(#0088cc, #2c3e50);
    height: 100vh;
}
.login .btn-submit
{
    background-color: var(--primary) !important;
    border-color: #5c868d;
    color: #fff !important;
}
.btn-submit:hover
{
    color: #fff !important;
}
.login-mn {
    margin: 0 auto;
    width: 400px;
    padding: 100px 0 0 0;
}
.log-logo {
    width: 100%;
    text-align: center;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.log-fld {
    width: 100%;
    padding: 35px 30px 20px;
    box-sizing: border-box;
    margin-top: 15px;
    background: #eee;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #fff;
}
.log-logo img {
     max-width: 250px;
    max-height: 100px;
}
.log-fld h2 {
    color: #000 !important;
    position: relative;
    margin-bottom: 30px;
}
.log-fld h2:before {
    left: 0;
}
.log-fld h2:before, .log-fld h2:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 23px;
    width: 20%;
    background: #000;
}
.log-fld h2:after {
    right: 0;
}
.log-fld h2:before, .log-fld h2:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 23px;
    width: 20%;
    background: #000;
}
.form-group {
    position: relative;
}
.error {
    color: #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.btn-login {
    width: 100%;
}
.form-control:focus {
    border: 2px solid #5c868d;
    box-shadow: none;
}
.log-copy p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
