#box{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: -1;
background-color: #FFFFFF;
}
/*.services h1 {
padding: 15px 0px;
}*/

.col-md-4.col-sm-4 a h1 {
    background: #009fdb;
    color: white;
    border-radius: 5px;
    height: 160px;
}

.col-md-4.col-sm-4 a:hover h1 {
transition: .5s;
}
.col-md-4.col-sm-4 a:hover h1 {
background: #0690c4;
}
.col-md-4.col-sm-4 a h1 i {
    display: block;
    font-size: 48px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.container-fluid.services h1 {
    font-size: 40px;
    font-weight: bold;
    color: #009fdb;
    margin-bottom: 0px;
}
.container-fluid.services h2 {
    margin-top: 0px;
}
.login-box, .register-box {
    width: 100%;
    margin: 3% auto;
}
.section-1 {
    background: #00aeef0f;
    margin-right: -15px;
    margin-left: -15px;
}
.container.services {
    padding-bottom: 60px;
    padding-top: 15px;
}
.fas.fa-long-arrow-alt-right {
    color: #009fdb;
}
.col-md-6.col-sm-12 h1 {
    background: #F9F9F9;
    padding-left: 15px;
}
.footer .row {
    background: #42778a;
    color: white;
}
.footer p {
    padding: 20px;
    margin: 0;
}
strong {
    padding: 15px !important;
    font-size: 23px;
    font-weight: lighter;
}
.footer h3 {
    margin-top: 0px;
}
.copyright .row {
    background: #08222b;
    color: #939393;
}
.copyright p {
    padding-top: 8px;
}
.footer h4 {
    padding-bottom: 15px;
}
.copyright a {
    color: white !important;
}
a:hover, a:active, a:focus {
    background: none !important;
}