h1.page-title {
font-size: 40px;
margin-top: 30px;
margin-bottom: 30px;
}
.bottom-header{
margin: 0 0 20px 0;
padding: 0;
border-bottom: 1px solid #ccc;
}
label{text-align:right}

.label-title{
font-family: 'ProximaNova-Regular';
color: #454545;
line-height: 24px;
font-size: 18px;
}
.submit-btn{
color: #fff;
background-color: #0133B3!important;
border-color: #0133B3!important;
}
.box-margin{
margin-bottom:0px!important;
}


/*Iphone X */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
.submit-btn{
margin-bottom:3%!important;
}

label{text-align:left!important}

h1.page-title {
font-size: 30px!important;
}
.label-title {
font-size: 18px!important;
}
}

/* ipad */
@media only screen and (max-width: 1023px) {
.submit-btn{
margin-bottom:3%!important;
}

label{text-align:left!important}
}

