body {
    font-family: 'Helvetica', 'Arial', sans-serif !important;

}

.background {
    width: 100%;
    height: 100vh;
    background-image: url("/assets/images/fondo\ 2.png");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    justify-content: center;
    align-items: center;
    display: flex;


}

.card-body {
    padding: 34px 49px;
}


.login-body {
    background-color: #182227 !important;
    border-radius: 28px;
    color: #fff;
    width: 470px;
    height: 450px;
    border-radius: 28px;
}

img {

    width: 100%;
}


.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}


.icon {
    padding: 15px;
    background: #fff;
    color: #000;
    min-width: 50px;
    text-align: center;
    border: none;
}


.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    color: #000;
}


.fa-user:before {
    content: "\f007";
}

.remember,
.recover-password {
    color: #fff;
    display: inline-block;
}

.remember {
    float: left;
}

.recover-password {
    float: right;
}


.btn-login {
    background-color: #7295EC !important;
    font-weight: bold !important;
    font-size: 1.4em !important;
    border-radius: 7px !important;
    height: 70px !important;
}

label{
    font-weight: 100 !important;
}

#incorrect, #info {
    display: inline-block;
}

#incorrect {
    color: red;

}

#info {
    color: yellow;
}