Files
dojo/public/users/reg/formr.css

54 lines
834 B
CSS
Raw Normal View History

2018-07-27 16:45:29 -05:00
section.hero{
2019-03-19 02:56:18 -06:00
height: calc(100vh - 25px);
min-height:730px;
2018-07-27 16:45:29 -05:00
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
background-image:url("puerta.jpg");
background-position: center center;
}
2019-03-19 02:56:18 -06:00
article.reg{
2018-07-27 16:45:29 -05:00
background: rgba(33, 33, 33, 0.8);
color:white;
2019-03-19 02:56:18 -06:00
margin: auto auto auto auto;
2018-07-27 16:45:29 -05:00
padding: 1px 0px;
text-align: center;
min-width: 300px;
2019-03-19 02:56:18 -06:00
max-width: 500px;
2018-07-27 16:45:29 -05:00
width: 36%;
min-height: 100vh;
}
2019-03-19 02:56:18 -06:00
article.reg p{
margin: 10vh auto 20px;
2018-07-27 16:45:29 -05:00
font-size: 2em;
}
2019-03-19 02:56:18 -06:00
article.reg form{
2018-07-27 16:45:29 -05:00
font-size:1.2em;
width:80%;
margin:auto;
}
label{
display:block;
2019-03-19 02:56:18 -06:00
text-align:left;
2018-07-27 16:45:29 -05:00
margin:10px 5px 15px 10px;
}
2019-03-19 02:56:18 -06:00
form.reg > input{
2018-08-14 17:43:12 -05:00
width: 100%;
height: 10vh;
font-size: 1.3em;
max-height: 50px;
2018-07-27 16:45:29 -05:00
}
2019-03-19 02:56:18 -06:00
form.reg > input#submit {
2018-07-27 16:45:29 -05:00
display:block;
margin:30px auto;
width:200px;
height:60px;
}