.signup-asthma button.btn.clear-btn.btn-default.btn-lg {
    display: none;
}
.signup-asthma button.btn.submit-btn.btn-primary.btn-lg {
    width: 325px;
        background: #FB001C !important;
        color: #ffffff;
    font-size: 19px;
        font-family: ApexNew-Medium;
    font-style: unset;
}
.signup-asthma button.btn.submit-btn.btn-primary.btn-lg:hover{text-decoration:none;}
   .signup-asthma .form-group.margin-top-30.button-group {
    text-align: center;
}
.signup-asthma label.control-label {
    font-family: ApexNew-Medium;
    font-size: 18px;
    color: #adacb6;
    font-weight: 400;
}
.signup-asthma p.text-muted {
    display: none;
}
.easthma-lungprint-understand-section {
    margin-left: 30.5%;
    width: 39%;
}
span.text-danger {
    display: none;
}
br {
    display: none;
}
.signup-asthma label span {
    color: rgb(168,168,168) !important;
}
.signup-asthma .form-validation .form-control-container input {
    border-bottom: 1px solid #545159;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: none;
}
.signup-asthma .checkbox label input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-left: -48px !important;
}
.signup-asthma .checkbox label {
        padding-left: 0px;
    /* position: unset; */
    margin-left: 50px;
}
.signup-asthma .checkbox label span p {
    font-size: 15px;
    margin-top: -5px;
    font-family: ApexNew-Book, 'Helvetica', sans-serif !important;
        cursor: text;
}
.signup-asthma .checkbox label span:focus {
    background-image: unset;
}
.signup-asthma .checkbox label input[type="checkbox"]:checked {
    -webkit-appearance: none;
    background-image: url(/content/dam/open-digital/easthma/en-au/images/checkbox-checked.png);
    background-repeat: no-repeat;
    background-size: 30px;
    border-bottom: none;
}
.signup-asthma .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: none;
}
.signup-asthma .text-danger {
    color: #eb002d;
        font-size: 12px;
        font-family: ApexNew-Book, 'Helvetica', sans-serif;
}
.signup-asthma .has-error .control-label {
    color: #adacb6;
}
.signup-asthma .has-error .form-control {
    border-bottom: 1px solid #eb002d !important;
}
.signup-asthma input[type="checkbox"]:focus {
    outline: none;

}
@media screen and (max-width:767px){
.signup-asthma button.btn.submit-btn.btn-primary.btn-lg {
    width: 100%;
        }}
@media screen and (max-width:992px){
.easthma-lungprint-understand-section {
    margin-left: auto;
    width: 90%;
}
}