@import url(bootstrap.min.css);
@import url(colors.css);
@import url(util.css);

body,html{
	line-height:1.8;
	font-family:'Roboto',sans-serif;
	color:#6a6a6a;
    background-color: #8b8b8b;
	text-transform:capitalize;
	font-weight:400;
	margin:0px;
	padding:0px;
}

body {
    background-image: url('../icons/plano.png');
    z-index: -1;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
}

h5, h6, div.form-group, div.form-control, button {
    margin-top: 10px;
}

#planoFundo {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%;

}

form{
    background: rgb(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
    height: 480px;
    width: 360px;
    padding: 30px 30px 30px 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 5px 10px 40px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

form a{
    color: #6a6a6a;
	font-weight:400;
	pointer-events: focus;
	text-decoration: none;
}

form a:hover{
	color: #a9a9a9;
}

#button, #buttonSuccess {
    font-weight:500;
    color: #EEEEEE;
    background-color: #35B3A8;
    border-color: #2eb0a5;
}

#button:hover, #buttonSuccess:hover{
    color: #EEEEEE;
    background-color: #2fa49a;
    border-color: #2ba298;
}

#button:focus, #buttonSuccess:focus{
    color: #EEEEEE;
    background-color: #2fa49a;
    border-color: #2ba298;
}
button[type="button"] {
    font-weight:500;
    color: #EEEEEE;
    background-color: #cf4040;
}

button[type="button"]:hover{
    color: #EEEEEE;
    background-color: #b93636;
}

button[type="button"]:focus{
    color: #EEEEEE;
    background-color: #b93636;
}

/*===========Inicio msg ==========*/ 
.success{
    background-color: #F5F5F5;
    color: #3ABB46;
    width: 15rem;
    left: auto;
    right: auto;
    z-index: 10;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 5px solid #3ABB46;
    border-radius: 5px;
    top: 10px;
}
.error{
    background-color: #F5F5F5;
    color: #DC4C64;
    width: 15rem;
    left: auto;
    right: auto;
    z-index: 10;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 5px solid #DC4C64;
    border-radius: 5px;
    top: 10px;
}
    
/*===========Final msg ==========*/ 

footer {
    position: fixed;
    z-index: 2;
    line-height: 5px;
    bottom: 0;
    text-align: center;
    width: 100%;
}
footer div {
	background-color: #e7e7e7;
}