#loginform label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

#loginform input[type="submit"] {
    color: #fff;
    cursor: pointer;
}
#loginform input[type=text],
[type=password] {
    width: 50% !important;
}
@media (max-width: 61.24em) {
#loginform input[type=text],
[type=password]{
  width: 100% !important;
  height: 54px;
}
}
form#loginform {
    margin-bottom: 4rem;
}

.page-id-428 .o-page-wrap {
    background: #28a8b9;
}

.page-id-428 .c-header {
    background: #28a8b9;

}
.page-id-428 .c-header .c-header__navtoggle span {
    background-color: #ffffff;
}
