body,
html {
    font-family: "Roboto", sans-serif;
}

body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.formBGLogin {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: .5rem .5rem .5rem rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mcsToolsLogoLogin {
    position: absolute;
    height: 86px;
    width: 82px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
}

.formArea{
    position: relative;
    padding: 4rem 1rem 1rem 1rem;
    cursor: default;
}

.formArea label {
    margin: .5rem;
    cursor: pointer;
}

.form-control {
    width: 100%;
    margin: 0;
    padding: .5rem;
    border: .1rem solid #aaa;
    border-radius: .3rem;
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
}

.mcs_font_title_enabled {
    display: block;
    margin: 1rem 0;
    color: #014173;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.mcs_font_title_enabled a {
    display: block;
    width: calc(100% - .5rem);
    margin: .4rem 0 2rem .4rem;
    text-align: right;
    color: #014173;
    font-size: .8rem;
    font-weight: bold;

    text-transform: uppercase;
}

.mcs_send_button {
    width:100%;
    padding: .5rem;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #014173;
    border: 0;
    border-radius: .3rem;
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    cursor: pointer;
}

.first_access {
    display: block;
    width: calc(100% - 1rem);
    margin: 1rem 0;
    text-align: center;
    color: #014173;
    background-color: #FFFFFF;
    border: 1px solid #014173;
    text-decoration: none;
}

.success-message,
.error-message {
    margin: 0 0 2rem 0;
    color: #aa0000;
    font-size: .8rem;
}

.success-message {
    color: #00aa00;
}
.recaptcha {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: .5rem;
    cursor: default;
    background: #ffffff30
}
.recaptcha > p {
    margin: 0;
}
.grecaptcha-badge {
    display: none;
}

.user-tools {
    display: flex;
    position:absolute;
    width: calc(100% - 1.6rem);
    bottom:-2.1rem;
    left:0;
    padding: .5rem 1rem .5rem .5rem;
    justify-content: flex-end;
        font-style: normal;
        font-weight: 400;
        font-size: .8rem;
        text-transform: uppercase;
        background: var(--blue-font);
        
        border-radius: 0 0 .5rem .5rem;
        -moz-border-radius: 0 0 .5rem .5rem;
        -webkit-border-radius: 0 0 .5rem .5rem;
        background: rgba( 255, 255, 255, 0.05 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 13.5px );
        -webkit-backdrop-filter: blur( 13.5px );
        border: 1px solid rgba( 255, 255, 255, 0.18 );
        cursor: default;
}

.user-tools a {
    padding: .3rem 0 0 0;
    text-align:center;
    color: #fff;
    text-decoration: none;
}
.user-tools a:hover {
    color: rgb(31, 38, 135);
    
}