body{
    background-color: #f2f2f2;
}
.recoverContainer{
    position: fixed;
    width: 500px;
    height: 300px;
    top: calc(50vh - 150px);    
    right: calc(50vw - 250px);
    background-color: white;
    border-radius: 8px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recover{
    display: flex;
    flex-direction: column;
    padding: 18px;
}
.recover>*{
    margin: 16px 0;
}
.recover> h2{
    margin: 0 0;
}
.recover>input
 ,.recover>button{
    height: 33px;
    border-radius: 5px;
    font-size: 18px;
}

@media screen and (min-width: 800px){ 
	
	
	

}

@media screen and (min-width: 650px) and (max-width: 800px){ 
    
}

@media screen and (max-width:896px){ 
   
    .recoverContainer{
        width: 80vw;
        right: 10vw
    }
    
	
	
}
@media screen and (max-width:896px) and (orientation: landscape) { 
	
	
}