body {
    background-color: #f2f2f2;
    margin-top: 0px;
    background-image: url('../images/roda-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    width: 100%;
}

.img-container-fluid {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-form {
    // max-width: 350px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.container-fluid {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    // box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border: 0 solid #e7e7e7;
    border-radius: 15px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.img-logo-peq {
    margin: 10px 0 20px 0;
}

.btn-success {
    background: #26dad2;
    border: 1px solid #26dad2;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-success:hover {
        color: #000;
        background-color: #fff;
        border-color: #26dad2;
    }

.form-control, .btn {
    min-height: 38px;
    border-radius: 7px;
}

a {
    color: #E0C284;
    text-decoration: none;
    background-color: transparent;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.field-validation-error {
    color: #e80c4d;
    font-size: 0.8em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.h-100 {
    height: 100vh !important;
}

#selectLanguage {
    padding: 0px !important;
}

#selectLanguage label, #selectLanguage br {
    display: none;
}

#selectLanguage select {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.bg-light {
    background-color: #f7f7f7;
}
