.login-7 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-7 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.login-7 .form-section {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 0;
}

.login-7 .form-section:before {
    content: "";
    width: 100%;
    height: 168px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/login.png) top left repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 30px 30px 0 0;
}

.login-7 .form-box {
    width: 100%;
    float: left;
    position: relative;
}

.login-7 .login-inner-form .form-group {
    margin-bottom: 35px;
}

.login-7 .login-inner-form .form-control {
    padding: 13px 15px 13px 30px;
    font-size: 16px;
    outline: none;
    background: transparent!important;
    color: #535353;
    font-weight: 500;
    border: none;
    border-bottom: solid 2px #bdbdbd;
    border-radius: 0;
    width: 100%;
    float: left;
}

.login-7 .login-inner-form .form-box i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 23px;
    color: #777575;
}

.login-7 .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    box-shadow: none!important;
    padding: 0 50px;
    line-height: 50px;
    background: #039ae0;
}

.login-7 .btn-theme:hover {
    background: #048dcd;
}

.login-7 .logo {
    margin-bottom: 10px;
    font-size: 20px;
    color: orange;
}

.login-7 h4 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #191818;
    font-weight: 400;
}

.login-7 .form-section a {
    text-decoration: none;
}

.login-7 .form-section p {
    font-size: 16px;
    color: #535353;
    text-align: left;
    margin-bottom: 0;
}

.login-7 .form-section p a {
    color: #535353;
}

@media (max-width: 992px) {
    .login-7 .form-section {
        padding: 50px 30px;
    }
}
