body, html {
    height: 100%;
}
body {
    color: #000000;
    background-color: #e3e3e3;
}
a {
    color: #000000;
}
input:required,
input:invalid,
input:-moz-submit-invalid,
input:-moz-placeholder,
input:-moz-ui-invalid,
input:-moz-focusring {
    box-shadow: none;
}
.sp-content {
    -webkit-box-shadow:  -10px 10px 20px -9px #262626;
    -moz-box-shadow:  -10px 10px 20px -9px #262626;
    box-shadow:  -10px 10px 20px -9px #262626;
    background-color: transparent;
    border-radius: 10px;
}
.sp-content .sp-form {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.sp-content .sp-logo {
    background: #0f4c81;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sp-content .sp-logo img{
    width: 230px;
}
.sp-form .subtitle {
    font-size: 16px;
}
hr.custom-hr {
    border: 2px solid #0f4c81;
    border-radius: 15px;
    width: 50%
}

.sp-link:hover {
    color: #0f4c81;
}

/* Media Queries */
@media (max-width: 992px) {
    .sp-content .sp-logo img{
        width: 170px;
    }
}

@media (max-width: 767.9px) {
    .sp-content .sp-form {
        border-radius: 10px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
    .sp-content .sp-logo {
        border-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .sp-content .sp-logo img{
        width: 80px;
    }
}
