﻿.submit_btn {
    background: #D74B00;
    color: white;
}

    .submit_btn :hover {
        background: #D74B00 !important;
        color: white;
    }

legend {
    border: none;
    width: auto;
}

legend {
    font-size: 2.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    margin-bottom: 0px;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 100% !important;
}

.login {
    font-size: 1.5em;
}

.Auth_Div_Login {
    font-size: 2rem !important;
    height: 50px;
}

.Auth_Div_Password {
    height: 90px;
}

.Auth_Div {
    width: 50px;
}
