.formTitle h3{
    font-size: 30px;
    line-height: 36px;
    color: #c6006f;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'ralewaymedium';
}
.formTitle p{
    font-size: 16px;
    line-height: 20px;
    color: #a9a9a9;
    font-family: 'latoregular';
    margin-bottom: 20px;
}
.interestArticle h4{
    color: #a6a6a6;
    font-family: "ralewaymedium";
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0;
    text-transform: uppercase;
}
.interestArticle p{
    font-size: 16px;
    line-height: 20px;
    color: #a9a9a9;
    font-family: 'latoregular';
    margin-bottom: 10px;
}
.loginForm{
    width: auto;
    padding: 56px;
}

.loginForm h1, h2, h3, h4, h5, h6{
    color: #898b8d;
    font-weight: normal;
}

.loginForm .col-1{
    width: 400px;
    float: left;
    margin-right: 50px;
}

.loginForm .col-2{
    width: 400px;
    float: left;
    margin-left: 50px;
}

.loginForm .col-1 > h4, .loginForm .col-2 > h4{
    margin-bottom: 20px;
}

.loginForm .custom-form-group{
    display: block;
    margin-bottom: 15px;
}

.loginForm .custom-form-group > label, .sub-col-1 > label, .sub-col-2 > label{
    color: #808284;
}

.loginForm .custom-form-control-style-1{
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 0px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-top: 8px;
}

.loginForm .custom-form-control-style-1::-webkit-input-placeholder{
    font-style: italic;
}

.loginForm .custom-form-control-style-1::-moz-placeholder{
    font-style: italic;
}

.loginForm .custom-form-control-style-1:-ms-input-placeholder{
    font-style: italic;
}

.loginForm .custom-form-control-style-2 {
    color: #808284;
    display: block;
    float: right;
}
.loginForm .custom-form-control-style-2 label, .custom-form-control-style-3 label, .custom-form-control-style-4 label{
    margin-left: 15px;
}

.loginForm .custom-form-control-style-3{
    color: #808284;
    padding: 15px 0px;
}

.loginForm .custom-form-control-style-4 a {
    color: #c6006f;
    margin-left: 12px;
}

.loginForm .custom-form-control-style-4 {
    margin-top: 7px;
}

.loginForm .custom-form-control-style-4 > input[type="submit"] {
    background-color: #c6006f;
    border: 0 none;
    color: white;
    height: 60px;
    width: 100%;
    margin-top: 10px;
}

.loginForm #gender-error-1{
    display: none !important;
}

.loginForm #gender-error-2 {
    color: red;
    display: block !important;
}

.loginForm label.error {
    color: red;
    display: block;
}

.loginForm #tc-error{
    margin-left: 0;
    width: 300px;
    margin-top: 5px;
}

.loginForm .custom-form-group-2{
    margin-top: 25px;
    bottom: 0px;
    position: relative;
}

.loginForm .sub-col-1 {
    display: block;
    position: relative;
}

.loginForm .sub-col-2 {
    display: flex;
    margin: 10px 0;
    padding: 10px 0;
    position: relative;
    display: block;
}

.loginForm .sub-col-2 > label {
    float: left;
    display: block;
}

.loginForm .message{
    border: 1px dashed #ccc;
    padding: 5px;
    color: red;
    text-align: center;
}
#msgOkay{
    background: #00a8ec;
    color: white;
    width: 300px;
    padding: 15px;
    text-align: center;
    display: block;
}

@media (min-width: 960px) and (max-width: 1249px){
    .loginForm .col-1{
        margin-right: 25px;
        width: 45%;
    }

    .loginForm .col-2{
        margin-left: 25px;
        width: 45%;
    }

    .loginForm .custom-form-control-style-3{
        color: #808284;
        padding: 15px 0px;
    }

    .loginForm .custom-form-group-2{
        margin-top: 25px;
        bottom: 0px;
        position: relative;
    }

    .loginForm .custom-form-control-style-1{
        width: 100%;
    }

    .loginForm #gender-error{
        margin-top: -15px;
    }
}

@media (min-width: 768px) and (max-width: 959px){

    .loginForm .col-1{
        width: 45%;
        margin-right: 25px;
    }

    .loginForm .col-2{
        width: 45%;
        margin-left: 25px; 
    }

    .loginForm .custom-form-control-style-1{
        width: 100%;
    }

    .loginForm .sub-col-2 > label{
        float: left;
        display: block;
    }

    .loginForm .custom-form-control-style-2 label{
        float: none;
    }

    .loginForm .custom-form-control-style-4 > input[type="submit"]{
        height: 60px !important;
        width: 100%;
    }

    .loginForm .custom-form-group-2{
        margin-top: 20px;
    }

    .loginForm {

    }
}

@media (min-width: 458px) and (max-width: 767px){

    .loginForm .col-1{
        width: 100%;
        margin-bottom: 27px;
        margin-right: 0px;
    }

    .loginForm .col-2{
        width: 100%;
        margin-top: 27px;
        margin-left: 0px;
    }

    .loginForm .custom-form-control-style-1{
        width: 100%;
        height: 85px;
    }

    .loginForm .custom-form-control-style-2 {
        display: block;
        float: none;
    }

    .loginForm .custom-form-control-style-2 label{
        display: none;  
    }

    .loginForm .sub-col-1 {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        margin-top: 15px;
    }

    .loginForm .sub-col-1 #postcode{
        border: 1px solid rgb(204, 204, 204);
        height: 88px;
        margin-top: 5px;
    }

    .loginForm .sub-col-2 {
        display: block;
        float: right;
        margin-bottom: 0;
        margin-right: 0px !important;
        margin-top: 15px;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        margin-right: 15px;
    }

    .loginForm .sub-col-2 > label{
        float: none;
    }

    .loginForm #passcode-error{
        width: 250px !important;
    }

    .loginForm #gender-error-2{
        display: none !important;
    }

    .loginForm #gender-error-1{
        display: block !important;
        width: 100%;
    }

    .loginForm .custom-form-control-style-4 > input[type="submit"]{
        height: 60px !important;
        width: 100%;
    }
}

@media (max-width: 457px){
    #msgOkay{
        width: 150px;
    }
    .loginForm .custom-form-control-style-4 a {
        font-size: 14px;
    }

    .formTitle h3 {
        font-size:30px !important;
    }
    
    .loginForm {
        padding:25px !important;
    }

    h4, .h4 {
        font-size: 14px !important;
    }
    
    .loginForm .custom-form-control-style-1 {
        height:35px !important;
    }
    
    .loginForm label.error {
	margin-top:10px;
    }
    
    .iradio_minimal_m {
    	background-size: 184px 45px !important;
        width: 45px !important;
        height: 45px !important;    	  
    }
    
    .iradio_minimal_f.checked {
	 background-position: -139px 0 !important;
    }
    
    .iradio_minimal_m.checked{
         background-position: -47px 0 !important;
    }
    
    .iradio_minimal_f {
        background-size: 184px 45px !important;
        background-position: -93px 0px !important;
        width: 45px !important;
        height: 45px !important;
    }
    
    label {
	  font-size: 14px;
    }
    .loginForm .custom-form-control-style-4 > input[type="submit"] {
          height:40px !important;
    }
	
    .loginForm .col-1 {
       margin-bottom:0px !important;
    }
    
    
    .iradio_minimal_f.checked {
        
    }
    
    .loginForm .custom-form-group > label, .sub-col-1 > label, .sub-col-2 > label {
        font-size:14px !important;
    }

    .loginForm .col-1{
        width: 90%;
        margin-bottom: 27px;
        margin-right: 0px;
    }

    .loginForm .col-2{
        width: 90%;
        margin-top: 27px;
        margin-left: 0px;
    }

    .loginForm .custom-form-control-style-1{
        width: 100%;
        height: 85px;
    }

    .loginForm .custom-form-control-style-2{
        float: right;
        display: block;
    }

    .loginForm .custom-form-control-style-2 label{
        display: none;  
    }

    .loginForm .sub-col-1 {
        width: 100%;
        margin-right: 15px;
        margin-top: 15px;
    }

    .loginForm .sub-col-1 #postcode{
        width: 100% !important;
    }

    .loginForm .sub-col-2 {
        display: block;
        margin-bottom: 0;
        margin-right: 0px !important;
        margin-top: 15px;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        width: 100%;
    }

    .loginForm .sub-col-2 > label{
        float: none;
    }

    .loginForm .custom-form-control-style-2{
        float: left;
    }

    .loginForm #gender-error-2{  
        margin-top: 0px !important;
    }
}