body {
    background: #f1f3f6;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
}

.login-form {
    width: 350px;
    max-height: 450px;
    overflow: visible;
    padding: 70px 0 20px 0;
    /*center to body*/
    margin-top: calc((100vh - 400px) / 2.5);
}

.verify-mfa {
    padding: 0 !important;
    /*center to body*/
    margin-top: 0 !important;
}

.login-form form {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #FDFDFD;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
}

.login-form .avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    width: 100px;
    height: 100px;
    z-index: 10;
    background-color: #FFF;
    background-position: center;
    background-size: cover;
}

.login-form input[type="checkbox"] {
    position: relative;
    top: 1px;
}

.login-form .btn-primary,
.login-form .btn-primary:active {
    font-size: 16px;
    font-weight: bold;
    /*background: #70c5c0 !important;*/
    border: none;
}

.login-form .btn-primary:hover,
.login-form .btn-primary:focus {
    /*background: #50b8b3 !important;*/
}

.login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}

.login-form form a:hover {
    /*color: #70c5c0;*/
    text-decoration: none;
}

.login-form .bottom-action {
    font-size: 14px;
}

.login-form .input-group .form-control {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}