15 lines
190 B
CSS
Raw Normal View History

2018-05-26 15:50:33 +02:00
/**
* Reset password main script
*
* @author Pierre HUBERT
*/
.reset-password-box {
max-width: 300px;
margin: auto;
margin-top: 30px;
}
.reset-password-box .btn {
display: block;
}