body{
    background-color: #eee;
}
.inputIcon span{
    background-color: #0D5C9B;
}
.inputIcon svg{
    color: white;
}

.inputIcon input{
    border: 0.5px gray solid;
    padding-left: 5px;
}

.inputIcon .form-control:focus {
   border-color: 2px #0D5C9B;
   box-shadow: 0 0 0 0.12rem #0d5b9b52;


}
.inputIcon button{
    background-color: #0D5C9B;
    color: white;
    border: none;
}
.inputIcon button:hover{
    color: white;
    background-color: #083d68;
}
.imagenLogin img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:576px){
    .imagenLogin{
        height: 215px;
    }

}



