#login-strim{
background-color: #A51E4D;
}

.btn-primary {
    color: #fff;
    background-color: #0075AC;
    font-size: 22px;
}

body {

    color: #686867;
    font-size: 20px;
}
  .custom-select{    height: 44px; border-radius: 5px;}

.iti {
    width: 100%;
    color: #686867;
}

.alert {
    color: #ffffff;
    z-index: 5000;
    background-color: red;
    display: none;
    position: fixed;
    bottom: 0;
}
.alertText{
color: white;
font-size: 18px;
}
  .logo_header, .logo_extra{text-align:center;}

.menu_principal{display:none;}

.img-fluid {text-align:center;}

header div{text-align: center; }

#recordatorio{     margin-left: 0px; }

#recordatorio + .form-check-label{     margin-left: 20px; }


@media(max-width: 700px){
.alert {
top:15px;
bottom: auto !important;
}
}