2019-03-26 17:20:10 +01:00
|
|
|
.signup-form {
|
|
|
|
.names-row {
|
|
|
|
input.form-control {
|
|
|
|
width: 89%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2019-03-26 17:20:10 +01:00
|
|
|
.required-row {
|
|
|
|
div.input-group {
|
|
|
|
width: 95%;
|
|
|
|
display: inline-table;
|
|
|
|
}
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2019-03-26 17:20:10 +01:00
|
|
|
select.form-control {
|
|
|
|
width: 95%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2019-03-26 17:20:10 +01:00
|
|
|
.exponent {
|
|
|
|
position: relative;
|
|
|
|
top: -14px;
|
|
|
|
right: -4px;
|
|
|
|
}
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2019-03-26 17:20:10 +01:00
|
|
|
.exponent-select {
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
}
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2019-03-26 17:20:10 +01:00
|
|
|
.info-required {
|
|
|
|
color: #5a5a5a;
|
|
|
|
font-size: 8pt;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|