ComunicWeb/assets/css/pages/createAccount.css

35 lines
523 B
CSS
Raw Normal View History

2018-04-11 08:10:11 +00:00
/**
* Create account stylesheet
*
* @author Pierre HUBERT
*/
.create-account-form {
border: 1px gray solid;
max-width: 500px;
margin: auto;
margin-top: 30px;
padding: 0px 10px 10px 10px;
}
.create-account-form h2 {
text-align: center;
margin-bottom: 20px;
}
.create-account-form p {
text-align: center;
}
.create-account-form .callout p {
text-align: justify;
}
2018-04-11 08:10:11 +00:00
.create-account-form .submit-form {
text-align: center;
2018-04-11 13:56:55 +00:00
}
.create-account-form .bottom-form-links {
text-align: center;
margin-top: 15px;
2018-04-11 08:10:11 +00:00
}