#login-strim, .preloader{
background-color: #EFD7A7;
}
.asteric{
color: red;
}
.btn-primary {
    color: #EFD7A7;
    background-color: #393930;
    font-size: 22px;
 border-radius: 11px;
}

.form-control{
    margin-top: 10px;
    background-color: #393930;
    color: #EFD7A7;
border-radius: 16px;
}

.form-control:disabled, .form-control[readonly]{
    margin-top: 10px;
    background-color: #DDDDDD;
    color: #000000;
border-radius: 16px;
}

.iti{
    margin-top: 10px;
}
.label-formulario, .label-login, .label-user{
    background-color: #EFD7A7;
    color: #393930;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 11px;
}
.form-check-label {
    background-color: #EFD7A7;
    color: #393930;
}

body {
   background-color: #EFD7A7;
    background-image: url(https://cpdataemailing.cl/sitiodin/img/3_img_ingramrock.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #393930;
    font-size: 20px;
}

.img-responsive {
    max-width: 60%;
}

  .custom-select{    height: 44px; border-radius: 5px;}

.iti {
    width: 100%;
    color: #707070;
}

.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, .img-logo-especial {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;
}
}