.email{
    max-width: 500px;
    margin: auto;
    border-radius: unset!important;
}
.email input{
    border-radius: unset!important;
}
.next{
    margin: auto;
    width: 200px;
}
.next input{
    border-radius: unset!important;
    background-color: #4273a6;
    color: white;
}
.content{
    background-color: unset;
}
.card{
    border-radius: unset;
}
.card-header{
    border-radius: unset!important;
    padding: 10px 25px;
    margin: 0;
    background: -moz-linear-gradient(45deg, rgba(66,115,166,1) 0%, rgba(0,118,135,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(66,115,166,1)), color-stop(100%, rgba(0,118,135,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(66,115,166,1) 0%, rgba(0,118,135,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(66,115,166,1) 0%, rgba(0,118,135,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(66,115,166,1) 0%, rgba(0,118,135,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(66,115,166,1) 0%, rgba(0,118,135,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007687', endColorstr='#4273A6',GradientType=1 ); /* ie6-9 */
    color: white;
}
.card-body{
    background-repeat: no-repeat;
    background-image: url(/theme/default/images/hullam.png);
    background-size: contain;
    background-position: right bottom;
}
.breadcrumbs{
	display: none;
}