@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, h1, h2, h3, h4, h5, h6, div{
  font-family: Poppins,sans-serif !important;
}
.login, .login .wrapper {
    background-image: linear-gradient(#2aa7bf, #1c6e73);
    height: 100vh;
}
.btn-submit{
    background-color: #2aa7bf;
    border-color: #2aa7bf;
    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 10px;
    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;
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
}
.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;
    display: none;
}
.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;
}
@media (max-width: 767.98px) {
    .login-mn{
        margin: 0 auto;
        width: 400px;
        padding: 100px 0 0 0;
        max-width: 85%;
    }
}