body {
    background:url('../img/foto-inicial.jpeg ')no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.login-img {
    width: 420px;
    background:rgba(58, 54, 54, 0.268);
    border: 2px solid rgba(255, 255, 255, .2);
    color: rgb(205, 241, 144);
   border-radius: 10px;
   padding: 30px 40px;
   
}

.login-img h1 {
 font-size: 36px;
text-align: center;

}
.cadastro-uber{
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.cadastro-uber input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 16px;
    padding: 20px 40px 20px 20px;
}

.cadastro-uber input::placeholder {
    color: #fff;
}
.cadastro-uber i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    
}

.btn-login {
    background:rgba(128, 128, 128, 0.587);
    margin: 10px;
    padding: 10px 25px;
    width: 20rem;
    text-align: center;
    
    border-radius: 8px;   
    text-decoration: none;
    font-size: 1rem;
 
}

a{
    color: #fff;
    text-decoration: none;
    
}

a:hover{
    text-decoration: none;
    background-color: grey;
}
button {
color:#fff; 
background: transparent;
margin-bottom: 10px;
border: none;
}

button[disabled] {
    opacity: 0.7;
}

button:active{
    opacity: 0.9;
}

.form-field{
    margin-bottom: 10px;
}

.nova-senha {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.nova-senha label input {
accent-color: #fff;
}

.nova-senha a {
    color: #fff;
    text-decoration: none;

}
.nova-senha a:hover{
    text-decoration: underline;
}

.cadastro #btn {
    width: 50%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.novo-usuario{
    font-size: 14.5;
    text-align: center;
    margin: 20px 0 15px;
}
.novo-usuario a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.novo-usuario  a:hover{
text-decoration: underline;
}
.erro {
    background: rgba(19, 19, 20, 0.748);
    color: #e90f0f;
    border-radius: 10px;
    display: none;
}