2019-10-08 21:14:30 +00:00
|
|
|
img{
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.navbarLogo{
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.onboarding{
|
|
|
|
padding-left: 5%;
|
|
|
|
text-align: justify;
|
2020-02-03 23:01:08 +00:00
|
|
|
font-size: 1.8em;
|
2019-10-08 21:14:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon{
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
form{
|
|
|
|
margin-left: 2%;
|
|
|
|
}
|
2019-10-17 10:00:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
noscript{
|
|
|
|
font-size: 2em;
|
|
|
|
color: yellow;
|
2020-03-26 07:26:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formBtn{
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
.steps-content{
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.step-content .box{
|
|
|
|
padding: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.step-content .box span{
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.steps-content input[type='checkbox'] {
|
|
|
|
margin-right: 10px;
|
2019-10-17 10:00:24 +00:00
|
|
|
}
|