html,
body {
    min-height: 100%;
}

#form-login {
    width: 360px;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../img/universeg/login.jpg);
    background-color: #C61A34;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto 10px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    #height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.input-title {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 15px;
}

.input-login {
    width: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: #fff 1px solid;
    border-radius: 0px 0px 0px 0px;
    color: #FFF;
    font-weight: bold;
    padding: 3px 3px 3px 1px;
    margin-bottom: 20px;
}

.input-login-submit {
    width: 100%;
    padding: 10px 50px;
    background-color: #FFF;
    border-radius: 5px 5px 5px 5px;
    color: #C61A34;
    font-weight: bold;
    font-size: 16px;
}

.sr-only {
    color: #FFF;
}

#inputNome {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/universeg/form_ico_user.png');
}

.input-login:focus {
    color: #FFF;
}

.input-login::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #DDD;
    opacity: 1;

    /* Firefox */
}

.input-login:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #DDD;
}

.input-login::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #DDD;
}

#inputCodigoFuncional {
    background-repeat: no-repeat;
    background-image: url('../img/universeg/form_ico_pass.png');
    background-position: right center;
}

/* MODA SUPORTE */
.input-suporte {
    margin-top: 35px;
    font-size: 1em;
    color: #FFF;
}

.infos {
    margin-top: 50px;
}

.talk {
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

.talk a {
    color: #FFF;
    text-decoration: underline;
}

.phone-contacts {
    color: #FFF;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
}

.list-phones {
    list-style: none;
    padding: 0;
    font-size: 18px;
}

.list-phones:hover {
    color: #FFFFCC;
    list-style: none;
    padding: 0;
}

.phone-contacts a {
    color: #FFF;
}

.modal {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.title-modal {
    color: #db304a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.modal-header {
    padding-bottom: 5px;
}

.modalSave {
    border-bottom: none;
}

.form-contact input,
.form-contact label {
    color: #6e6e6e;
    font-size: 14px;
}

.btn-send-contact {
    display: block;
    width: 100%;
    background-color: #848181;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;
}

.btn-send-contact:hover {
    color: #fff;
    border: 1px solid #db304a;
    background-color: #db304a;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 700px;
		min-height: 700px;
        margin: 1.75rem auto;
    }
}

.text-modal-save-data {
    font-size: 14px;
    color: #4a4949;
    text-align: center;
}

.btn-save-data {
    text-transform: uppercase;
    color: white;
    background-color: #db304a;
    border: 1px solis transparent;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 20px;
}

#formFaleConosco-return {
    text-align: center;
    font-weight: bold;
    background-color: #FFCC00;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #C61A34;
}

#formLogingError {
    text-align: center;
    font-weight: bold;
    background-color: #FFDDCC;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}
