@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v18/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
  }

body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
    width: 100%;
    height: 100vh;
    background-image: url(../img/fundo-painel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-family: 'Raleway';
}
body::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

h2{
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin: 30px 0 30px;
    font-weight: 700;
    font-family: 'Raleway';
    word-wrap: break-word;
    word-break: break-word;
}

.container{
    width: 100%;
    max-width: 700px;
    padding: 0 !important;
    box-shadow: 0 0 24px #000000;
}

.card-container{
    padding: 30px 20px 20px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.card-container img{
    width: 120px;
}
.card-container .msg-error{
    width: 100%;
    display: flex;
    font-weight: 700;
    color: #ff0000;
    justify-content: center;
    font-size: 16px;
    padding-bottom: 15px;
}
.card-container .msg-sucesso{
    width: 100%;
    display: flex;
    font-weight: 700;
    color: #007604;
    justify-content: center;
    font-size: 16px;
    padding-bottom: 15px;
}
.card-container form{
    width: 90%;
}
.card-container form input{
    width: 100%;
    height: 46px;
    font-size: 15px;
    padding: 0 12px 0 45px;
    border: none;
    border-radius: 6px;
}
.card-container form input:focus-visible{
    text-decoration: none !important;
    outline: none !important;
}
.card-container form input[type=submit]{
    font-size: 18px !important;
    background: #9f5b62 !important;
    padding: 0 20px !important;
    height: 46px !important;
    text-align: center;
    color: #ffffff;
    border: none;
    margin: 8px 0;
}
.card-container form input[type=submit]:hover{
    background-color: #ba6775 !important;
}
.card-container p{
    width: 100%;
    text-align: center;
}
.card-container p.bloco-campo{
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    position: relative;
}
.card-container p.bloco-campo:focus-visible{
    border-color: #9f5b62;
}
.card-container p.bloco-campo i{
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 18px;
    color: #333333;
}
.card-container form label{
    display: flex;
    justify-content: center;
    font-weight: 700;
    padding: 5px 0;
}
.card-container form label a{
    color: #a0425a;
    margin-left: 5px;
}

.card-container .bt-voltar{
    font-family: 'Raleway';
    border-color: #b37a80;
    border-width: 1px;
    border-style: solid;
    color: #b37a80;
    transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    background: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 15px;
    padding: 7px 15px;
    line-height: 1;
    margin-top: 10px;
    text-decoration: none;
}
.card-container .bt-voltar:hover{
    color: #ffffff;
    background-color: #b37a80;
}
.card-container .bt-voltar:active{
    transform: scale(0.96);
}

/*
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .checkbox{
    padding-left: 0;
}
.form-signin .checkbox a{
    color: #fff;
    font-size: 18px;
}

.btn-warning{
    background-color: #c67b81;
    border-color: #c67b81;
}

.btn-warning:hover{
    background-color: #a36267;
    border-color: #a36267;
}

.row:nth-of-type(3){
    margin-top: 15px;
}
*/