* {
    padding: 0;
    margin: 0;
}

body{
    height: 100vh !important;
    background-image: url('../images/login.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    height: 100vh !important;
}

.form-group {
    margin-bottom: 20px;
}
.form-group input {
    color: #000 !important;
}
.form-group span {
    padding: 7.5px;
}

.alert {
    margin-top: 220px !important;
    margin-bottom: -190px !important;
}
.alert-ajax {
    list-style-type: none;
    display: none;
}

.title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* width: 250px; */
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 30px;
}

.Sis{
    font-family: 'Bree Serif', serif;
    font-size: 60px;
    color: #0C2E45;
    margin-bottom: 0;
    line-height: 100%;
}
.Voo{
    font-family: 'Bree Serif', serif;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 100%;
}

.login-container{
    width: 250px;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.login-error {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.login-error > .alert {
    width: 250px;
    margin-bottom: 30px;
}

.login-img img{
    width: 400px;
    height: 100%;
}

.form-container{
    margin-top: 220px;
    padding: 10px;
    background: white;
    border-radius: 5px;
}


.form-container input,
.form-container select{
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
}

.form-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    padding-left: 7px;
    color: #9999A2;
    display: block;
}

.form-container .row{
    display: flex;
    align-items: center;
}

.form-container .row a{
    margin-left: 16px;
}

.form-control:focus {
    border-color: #13496c;
}

.btn-primary {
    padding: 10px;
    line-height: 75%;
    background-color: #0C2E45;
    border-color: #081d2b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: #13496c;
    border-color: #0f3a57;
}



.bottom-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}