#login-strim{
background-color: #000000;
}
.iti {
    width: 100%;
    color: #000000;
}
.btn-primary {
    color: #fff;
    background-color: #FF372F;
    font-size: 22px;
    border-radius: 10px;
}

body {
    color: #ffffff;
background-color: #000000;
 font-size: 20px;
}

.menu_principal{
display:none;}

.logo_header, .logo_extra{text-align:center;}

#recordatorio{     margin-left: 0px; }

#recordatorio + .form-check-label{     margin-left: 20px; }

.custom-select{    height: 44px; border-radius: 10px;}

.contact .form-block-strim input, .contact .form-block-strim textarea {
    border-radius: 10px; font-size: 16px;
}
.alert {
    color: #ffffff;
    z-index: 5000;
    background-color: red;
    display: none;
    position: fixed;
    bottom: 0;
}



.error01{
color: #000000;
}
.alertText{
color: white;
font-size: 18px;
}

@media(max-width: 700px){
.alert {
top:15px;
bottom: auto !important;
}
}
