@font-face {
    font-family: 'Santander Headline';
    src: url('../font/scoheadline-regular-webfont.eot');
    src: url('../font/scoheadline-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/scoheadline-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Santander Text';
    src: url('../font/scotext-regular-webfont.eot');
    src: url('../font/scotext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/scotext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {height: 100%; min-height: 100vh;}
html, body {margin: 0; padding: 0;}
body {background: url('../media/bg.jpg') no-repeat center top; background-size: cover; font-family: 'Santander Text', helvetica, sans-serif;}
a {-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease;}
#login {min-height: calc(100vh - 110px);}
.container {max-width: 970px;}
.boxes {margin: 4rem 0 3rem;}
.boxes .item {background-color: #FFF; border-radius: 30px; padding: 2rem; box-shadow: 0px 1px 4px 2px rgba(0,0,0,.1); line-height: 1.375;}
.boxes .item::before {content: ''; display: block; border-top: 3px solid #ec0000; width: 40px;}
.boxes .item h1 {margin: 1rem 0 .5rem; font-size: 1.75em; font-family: 'Santander Headline', helvetica, sans-serif; font-weight: 700;}
.boxes .item p {font-size: .9em;}
.boxes .item .link-highlight,
.boxes .item .link-highlight a {color: #ec0000; text-decoration: none;}
.boxes .item .link-highlight a:hover {color: #930000;}
.boxes .item .link-secondary a {color: #000;}
.boxes .item .link-secondary a:hover {color: #ec0000;}
.form-control::placeholder {color: #6c757d; opacity: 1}
.form-control:focus, .form-control:active {
    outline: 0;
    box-shadow: none;
    color: #2e2f32;
    border: 1px solid #ec0000;}
footer {background-color: #595959; height: 110px; color: #FFF; padding: .5rem 1rem; font-size: .75em; line-height: 1.25;}
footer a {color:#FFF; text-decoration: underline;}
footer .disclaimer {border-left: 1px solid #FFF; padding-left: 1.5rem;}
.basic-button {
    display: inline-block;
    text-align: center;
    font-family: 'Santander Text', helvetica, sans-serif;
    background-color: #ec0000;
    border-color: #ec0000;
    color: #fff;
    border-radius: 30px;
    padding: 15px;
    line-height: 1;
    vertical-align: middle;
    border: 0;
    outline: 0;
    cursor: pointer;
    min-width: 10rem;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.basic-button:active,.basic-button:focus,.basic-button:hover {
    outline: 0;
    background-color: #930000;
    border-color: #930000;
    color: #fff;
    text-decoration: none;
}
.basic-button:disabled {
    background: #babbbe;
    color: #fff;
    pointer-events: none;
    cursor: default
}

@media screen and (max-width: 568px) {
	body {background: url('../media/bg.jpg') no-repeat 37% 20%;
	background-size: unset;
	height: 100%;}
	.logo img {width: auto; max-height: 180px;}
	.boxes {margin: 6rem 0 2rem; padding: 0 1rem;}
	.boxes .item {padding: 1.5rem 2rem;}
	.boxes .item::before {content: ''; display: none;}
	.boxes .item .form-control {margin: 5px 0;}
	.boxes .item small {display: none;}
	.boxes .item .link-highlight,
	.boxes .item .link-secondary {text-align: center;}
	.basic-button {width: 100%;}
	#login {min-height: 100vh;}
	footer {height: auto; padding: 1rem;}
}