/* .reset-password{
    height: 100vh;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
     background-image: url("../images/Foto_Achim_Presse.jpg"); 
    background-size: cover;
    background-position: top;
}

.box-white{
    background-color: #ffffff;
}

.box{
    padding:5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.28) ;
    border-radius: 5px;
}

.box-reset-password{
    max-width:360px;
    width:360px;
    padding:15px;
    height:420px;

}
 */

 .reset-password{
    text-align: center;
    width: 35%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.28);
    padding: 30px;
    border-radius: 5px;
}

.reset-password__form {
    
}


@media (max-width: 768px){
    .reset-password{
        text-align: center;
        width: 100%;
        padding:none;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        border-radius: 0px;
    }
     
}


