body, html {
    height: 100%;
    font-family: 'LatoLatinWeb', sans-serif;
}
body {
    line-height: 1.5;
    color: #212529;
    background-color: #073b4c;
}
@media (min-width: 768px) {
    body {
        background-image: url('../images/eli-francis-100644-unsplash-opti.jpg');
        background-size: cover;
        background-attachment: fixed;
    }
}
.loginContainer {
    width: 100%;
    padding: 15px;
    padding-top: 30px;
}
.legal {
    margin-top: 10px;
    padding: 5px;
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
}
@media (min-width: 768px) {
    .loginContainer {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 15px;
    }
    .legal {
        position: sticky;
        bottom: 10px;
        margin-top: 10px;
    }
}
.loginBox {
    width: 820px;
    background: #fff;
    border-radius: 10px;
    max-width: 100%;
    padding: 20px 20px 10px 20px;
}
.title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 24px;
}
@media (min-width: 768px) {
    .loginBox {
        padding: 100px 50px 20px 50px;
    }
    .title {
        padding-bottom: 54px;
    }
}
.qbox {
    padding-top: 50px;
}
input.inbox {
    display: block;
    width: 100%;
    background: #e6e6e6;
    padding: 10px 10px 10px 50px;
    border-radius: 10px;
    outline: 0;
    border: 0;
    color: #666;
    font-family: 'LatoLatinWeb', sans-serif;
    font-weight: bold;
}
.btn-login {
    display: block;
    width: 100%;
    background: #06d6a0;
    color: #fff;
    font-weight: bold;
}
.btn-login:hover {
    color: #fff;
    background: #038b67;
}
.input-icon {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 10px;
}
.input-at {
    background-image: url('../images/at.svg');
}
.input-lock {
    background-image: url('../images/lock-closed.svg');
}
.lost-password {
    text-align: center;
}
.register {
    text-align: center;
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
a {
    color: #666;
    text-decoration: none;
    font-size: 10pt;
}
a:hover {
    color: #008cb4;
}
.alert-inline {
    font-size: 10pt;
}
.alert-inline ul {
    padding: 0px;
    margin: 0px;
}
.alert-inline li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.alert-red {
        color: #ef476f;
}
.single-button-box {
    padding-bottom: 50px;
    width: 300px;
    margin: 0 auto;
}
.single-column {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.single-spacer {
    height: 10px;
}
@media (min-width: 768px) {
   .single-spacer {
       height: 50px;
   }
}