html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    font-weight: 300 !important;
}
a {
    color: #6c7293;
    text-decoration: none;
}
a:hover {
    color: #22b9ff;
    text-decoration: none;
}
.left-part {
    height:100vh;
    background-size:cover !important;
}
.left-part .content{
    color: #fff;
    margin-top: calc(50vh - 70px);
}
.left-part h1, .left-part h4, .right-part h1, .right-part h4 {
    font-weight: 300 !important;
}
.right-part .login-form{
    color: #a9a9a9;
    padding-top: calc(50vh - 150px);
    height: 100vh;
    max-width: 300px;
    margin: auto;
}
.right-part .login-form.password-set {
    padding-top: calc(50vh - 250px);
}
.form-control{
    background: rgba(247, 247, 249, 0.7);
    height: 40px;
    border: 0px;
    font-weight: 300;
}
.footer {
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 300;
}
@media (max-width: 767px) {
    .right-part {
        height:100vh;
        background-size:cover;
    }
    .right-part .login-form, .right-part .login-form.password-set {
        padding-top: 0px;
        height: auto;
        margin-bottom: 120px;
    }
}