body {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 300px;

    background-image: url('https://th.bing.com/th/id/R.6fc2354416132de36cc1b9a4a05271fd?rik=1YbGDfkk5pUdcA&riu=http%3a%2f%2fwww.memoriamotor.com.br%2fwp-content%2fuploads%2f2016%2f01%2fLink.jpg&ehk=3Jcb9rHQpV7WhXFS%2fiyOvbH%2bRPn3umQz8bJ%2bhQuf1YI%3d&risl=&pid=ImgRaw&r=0');
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    text-align: center;
    padding: 20px;
    background: #1e1e1e;
    color: white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
  

.login-container {
    background: white;
    padding: 50px;
    margin: 1px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    align-items: center;
    width: 380px;
}

.form-group {
    text-align: left;
    margin: 10px;
    padding: 5px;
}

label {
    font-size: larger;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #081d61;
}

input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

button {
    background: #081d61;
    color: white;
    margin: 10px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

button:hover {
    background: #081d61;
}

footer {
    background: #1e1e1e;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

a{
    padding: 10px;
    margin: 10px;
}


.cajaentradarecaptcha 
{
    width: 70%;
    padding: 8px 10px;
    margin: 10px 0 10px 0;
	font-size:16px;
	border-radius:5px;
	border:1px solid black;
}

.fondorecaptcha 
{
	border: 2px solid black;
    padding: 10px;
	font-size:100%;
    background-color: #081d61;
    background-size: 100%;
    display: inline;
	cursor: pointer;
    color: white;
}