*{
    margin:0px;
    padding:0px;
    
}

body{
    background-image:url("/Imagens/Backgrounds/index.jpg");
    background-position:50% 70%;
}

a{
    color:white;
}


input{
    border:1px solid white;
    border-radius:10px;
    color:black;
    display:block;
    font-size:14pt;
    height:35px;
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
    padding:10px 20px;
    text-align:center;
    width:350px;
}

input[type=submit]{
    background-color:#23aba8;
    border:1px solid white;
    border-radius:10px;
    color:white;
    cursor:pointer;
    display:block;
    font-size:14pt;
    height:40px;
    line-height:20px;
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
    padding:10px 20px;
    width:150px;
}


div#corpo_form{
	background-color: rgba(128, 128, 128, 0.541);
	border-radius:10px;
    margin:150px auto 0px auto;
    text-align:center;
    width:450px;
}

div#corpo_form h1{
    color:white;
    padding:20px;
    text-align:center;
    
}

div#msg_sucesso{
	background-color: #1d9645fd;
	border: 1px solid rgb(4, 91, 25,.5);
    color: whitesmoke;
	height: 20px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
	width: 420px;
}

div#msg_erro{
    background-color: #f706066c;
    border: 1px solid rgb(236, 10, 10,.5);
    color: whitesmoke;
	margin: 10px auto;
    padding: 10px;
    text-align: center;
	width: 420px;
}