/* Configuracao da fonte Myriad-Pro */

@font-face {
    font-family: 'Lato bold';
    font-style: normal;
    font-weight: normal;
    src: local('Lato bold'), url('../fonts/lato-bold.woff2') format('woff2');
}
html,
body {
    height: 100%;
    overflow-x: hidden;
}
.page-container {
    height: 100%;
}
.row {
    height: 100%;
}
.sidebar {
    height: 100%;
    background: #FFFAFA;
    float: left;
}
.sidebar h3 {
    font: 20px 'Lato bold', serif;
    color: #4B0082;
    clear: both;
}
.frmLogin {
    margin-top: 50%;
}
.main-content {
    opacity: 0.7;
    background-image: url('/images/fundo.jpg');
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.main-content h1 {
    font: 90px Aller-Light, Arial, sans-serif;
    color: #ffffff;
    margin-top: 35%;
    border: 0;
    clear: both;
    text-align: right;
}
.background-mobile {
    z-index: -1;
    background: url('/images/background_login/Cel_Tela_Aluno_640X960px_01.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 100%;
}
.card-container.card {
    width: 500px;
    padding: 40px 40px;
}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.card {
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 17%;
    background: rgba(130, 130, 130, .3);
    border: 1px solid;
    border-top-color: rgba(255, 255, 255, .4);
    border-left-color: rgba(255, 255, 255, .4);
    border-bottom-color: rgba(60, 60, 60, .4);
    border-right-color: rgba(60, 60, 60, .4);
}
.card_mobile-container.card {
    width: 100px;
    padding: 40px 40px;
}
.card_mobile {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 20px 25px 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-5%, -50%);
    transform: translate(-3%, -48%);
}
.profile-img-card {
    width: 30%;
    margin: 0 auto 10px;
    display: block;
}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"] {
    margin-left: 20%;
    width: 60%;
    text-align: center;
}
input[type="password"] {
    margin-left: 20%;
    width: 60%;
    text-align: center;
}
button[type="submit"] {
    margin-left: 20%;
    width: 60%;
    text-align: center;
}
#mfrmLogin input {
    direction: ltr;
    height: 100%;
    width: 100%;
    font-size: 20px;
    margin-left: 0;
}
#mfrmLogin button {
    direction: ltr;
    width: 100%;
    margin-left: 0;
}
.frmLogin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}
.btn-signin {
    background-color: #4169E1;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
.btn-signin:hover,
.btn-signin:active,
.btn-signin:focus {
    background-color: #000080;
}
.forgot-password {
    margin-left: 20%;
    color: #4169E1;
}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: #000080;
}
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#mensagem{
    z-index: 9999;
}