Status message
span.input-group-addon {
display: table-cell !important;
}
input#edit-house-unit-no- {
margin-top: 0px;
}
img {
width: 100%;
height: auto;
}
.webform-submission-form {
max-width: 980px !important;
}
.reg-page-header {
background: #012060;
color: #fff;
padding: 0px 0px 25px 0px;
width: 100%;
border: #012060 1px solid;
box-sizing: border-box;
position: relative;
margin-bottom: 30px;
}
.reg-page-header .main-title {
font-size: 24px;
font-weight: bold;
text-align: center;
margin: 35px 40px 20px;
color: #fff;
line-height: 1.1;
}
.reg-page-header p {
font-size: 16px;
text-align: center;
margin: 10px 40px;
}
.form-group {
text-align: left;
}
.form-item:nth-child(n+3),
form #edit-submit {
margin-left: 40px;
margin-right: 40px;
}
.form-item:nth-child(5),
.form-item:nth-child(14) {
padding-bottom: 10px;
}
.form-item:nth-child(13) {
padding-top: 15px;
}
#edit-containernew {
padding: 0 20px;
}
.form-item label {
text-transform: uppercase;
color: #2f2f2f;
}
.help-block {
color: #2f2f2f;
font-size: 15px;
font-weight: bold;
}
.link-styles {
color: white !important;
text-decoration: underline;
font-size: 16px !important;
}
.help-block a {
color: #186fc7;
text-decoration: underline !important;
}
.custom-small-text {
font-size: 12px !important;
}
.checkbox input[type=checkbox] {
left: 0;
margin-left: 0;
}
.help-block {
margin-left: 25px;
margin-bottom: 15px;
}
.webform-submission-form button {
width: 92%;
display: block;
margin-left: auto;
margin-right: auto;
}
.webform-submission-form {
padding-bottom: 30px;
}
.bannerDesktop{
display:block;
margin:auto;
max-width:100%;
}
.bannerMobile{
display:none;
}
@media screen and (max-width: 991px) {
.webform-submission-form input {
margin-top: 0;
}
}
@media screen and (max-width: 768px){
.bannerDesktop{
display:none;
}
.bannerMobile{
display:block;
margin:auto;
max-width:100%;
}
}