#login-strim{
background-color: #151517;
}

.btn-primary {
    color: #000;
    background-color: #ebd742;
    font-size: 22px;
}

body {
 background-color: #151517;
    color: #ffffff;
    font-size: 18px;
}
.label-formulario, .form-check {
font-size: 16px;
}
  .custom-select{
    height: 44px; border-radius: 5px;}

.container  {
    width: 100%;
}

.iti {
    width: 100%;
    color: #161618;
}

.alert {
    color: #ffffff;
    z-index: 5000;
    background-color: red;
    display: none;
    position: fixed;
    bottom: 0;
}
.alertText{
color: white;
font-size: 18px;
}

.logo_header, .container-login {
text-align:center;
display: none;
}

.img-fluid, .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;
}
}