ComunicWeb/assets/css/pages/resetPassword/main.css

15 lines
190 B
CSS
Raw Normal View History

2018-05-26 13:50:33 +00: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;
}