*{
	margin: 0px;
	padding: 0px;
}

body {    
    background: url(../assets/fundo_mosaico4a.svg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
    background-color: #330707;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

@-moz-document url-prefix() {
    body {
        /*background: url(/assets/bg1.svg) no-repeat bottom center fixed;*/
        background: #330707;
    }
}

img {
    max-width: 100%;
    max-height: 95vh;   
}

.grid1 {
    display: flex;    
    /*justify-content: space-between;        */
}

.coluna_e {
    position: absolute;
    bottom: 0;
    left: 0;
}

.coluna_d {
    position: absolute;
    bottom: 0;
    right: 0;
}

.meio {
    border: none;
    padding: 20px;
    width: 85%;

    display: flex;
    /*flex-direction: column;*/
    align-items: center; 
    justify-content: center;
    margin: auto;
   
}

.center{
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.form{
    width: 95%;
    max-width: 400px;
    margin: auto;
    padding-top: 40px;
}

.card{
    box-shadow: 1px 1px 5px #000;
    background-color: rgba(80, 0, 0, .5);
    /*background-color: #500000;*/
    /*padding: 0px 20px 0px 20px;*/
    border-radius: 10px;
    width: 100%;
    max-width: 400px;    
}

.card-top{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imglogin{
    margin-top: 25px;
    width: 100px;
    border-radius: 50px;
    box-shadow: 1px 1px 15px rgba(255, 0, 0, .7);    
}

.logotipo {
    width: 40vw;
    max-width: 200px;
    margin-top: 25px;
}

.card-group{
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
}

.card-group > label{
    width: 100%;
    color: #fff;
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: 300;
}

.card-group-check{
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
}

.card-group-check > label{
    font-size: 12pt;
    color: red;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
}

.card-group > input{
    border-radius: 7px;
    border: 0px;
    width: 98%;
    height: 30px;
    outline: 0;
    padding: 5px 0px 5px 5px;
    background-color: rgba(0, 0, 0, .3);
    color: whitesmoke;
}


.senha > input{
    text-align: center;
    border-radius: 7px;
    border: 0px;
    width: 98%;
    height: 30px;
    outline: 0;
    padding: 15px 15px 15px 10px !important;
    background-color: rgba(0, 0, 0, .3);
    color: whitesmoke;
}

.card-group > button{
    border-radius: 25px;
    width: 100%;
    height: 50px;
    padding: 10px;
    color: white;
    font-size: 12pt;
    border: 1px solid red;
    outline: 0;
    background: #330707;
    margin-bottom: 5px;    
}

.btn button:hover{
    background: #640000;
}

.titulo{
    color: #ffa806;
    margin: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*margin-bottom: 20px; */    
    font-size: 18pt;
    font-weight: 400;
}

.obra{
    color: #ff0000;
    margin: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*margin-bottom: 20px; */    
    font-size: 12pt;
    font-weight: 100;
}


.titulosenha{
    color: #ffa806;
    margin: 0px;   
    font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;    
}


.titulosenhaspan{
   margin-top: 10px; 
   color: #ffcf76;
   margin: 20px 0 0 0;   
   font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;   
}


.text-danger {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    margin-top: 10px;
    color: #ff8a88;    
    text-align: center;
    
}


.text-success {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    margin-top: 10px;
    color: #ccc;    
    text-align: center;
    
}

.msgs{
    
    margin: 10px 0;
    padding: 10px;
    height: 30px;
   
    /*border: 1px solid yellow;*/

}


