/**
 *
 *      OClass login form styling
 *
 */

.ocw-login-form {
    margin-top: 30px;
    margin-bottom: 20px;
}

.user-already-logged-in {
    color: rgb(30, 70, 32);
    padding: 10px;
    text-align: center;
    background: #edf7ed;
    font-size: 16px;
    border-radius: 4px;
}

.user-already-logged-in p {
    margin: 0px;
}

.ocw-login-container h4 {
    padding-bottom: 10px;
}

.ocw-login-container .ocw-footer-links {
    text-align: center;
}

@media(max-width: 767px) {
    .ocw-login-container h3{
        font-size: 22px;
    }

    .ocw-div p,
    .ocw-div label {
         font-size: 14px;
     }

    .ocw-input-group input[type='email'],
    .ocw-input-group input[type='text'],
    .ocw-input-group input[type='date'],
    .ocw-input-group input[type='tel'],
    .ocw-input-group input[type='password']{
        font-size: 14px;
    }

    button.ocw-submit{
        font-size: 14px;
    }

    .ocw-login-container .ocw-footer-links{
        font-size: 14px;
    }

    .ocw-toggle-password{
        top: 32px;
    }
}