h4{
     padding-top: 15px; 
     color: #f2edce;
}

img{
    width: 390px;
    height: 190px;
}

.form-horizontal {
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;    
}

.form-horizontal  h5 { 
    font-family: 'Open Sans' , sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #000000;
    margin-top: 1.5em;
    text-align: center;
}

.container{
    background-color: none;
}

.bg-azul {
    background-color: #252B49;
}

.control-label{
    font-weight: bold;
    font-size: 1.2rem;
}

.minimo{
    font-weight: bold; 
    font-size:10px; 
    color:black;
}

#Registrar, #EnviarSMS, #btnValidarCodigo, #btnCambiarContrasena, #ValidarTelefonoCorreo { 
    background-color:#252B49; 
    border-color: #252B49; 
}

.swal-title{
    color: #252B49;
}

.swal-title{
    font-size: 40px;
    font-weight: bold;
    color: #252B49;
}

.swal-text{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #252B49;
}

.swal-footer {
    background-color: #f3f3f3;
    margin-top: 32px;
    border-top: 1px solid #f3f3f3;
    overflow: hidden;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #252B49;
    font-size: 12px;
}

.swal-button:not([disabled]):hover { 
    background-color: rgba(37, 43, 73, 0.9);
}

.swal-button--cancel{
    color: white !important;
}