/*-- Styling Tutor LMS Registration Form --*/

.tutor-template-segmen.tutor-login-wrap,
#tutor-registration-wrap {
    padding: 0;
    margin: 24px auto;
}

#tutor-registration-wrap .tutor-form-row label {
    color: #0A369D;
    font-weight: 600;
}

#tutor-registration-wrap .tutor-form-group {
    margin-bottom: 16px;
}

#tutor-registration-form button{
    color: white;
    font-weight: 600;
    background-color:#61CE70;
    border: none !important;
}

#tutor-registration-form [type=submit]:hover {
    background-color: #EF7E0A;
}