#content {
    min-height: calc(100vh - 50px);
}

.header-line {
    background-color: #03bad9;
    height: 8px;
}

.login-form-container {
    padding: 2.5em 1em 1em 1em;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    position: relative;
    margin-top: 7.5em;
}

.login-form-container p {
    color: #888888;
    font-size: 0.8em;
}

input[type=text], input[type=password] {
    margin: 0;
}

.login-logo {
    position: absolute;
    /*left: 38%;*/
    top: -50px;
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 55px;
    border: 1px solid #d0d0d0;
}

.login-logo a img {
    width: 55px;
}

.remember-me-container label {
    margin-top: 7px;
    margin-left: 17px;
}

.subheader {
    margin: 1em 0 0 0;
}

.footer-text {
    margin-top: 1em;
    margin-bottom: 0;
    color: #999;
    font-size: 0.8em;
}

.footer-text a {
    color: #999;
}

.footer-text a:hover {
    text-decoration: underline;
}

.title {
    /*color: #047bd5 !important;*/
    color: #4ccfdd !important;
    letter-spacing: 1px;
    font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
}

.title span {
    color: #3b3b3b !important;
    font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
}
.login-box{
    width: 25%;
    position: absolute;
    height: auto;
    /*background-color: #000;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.company-logo{
    width: 100%;
    text-align: center;
    height: 80px;
    margin-bottom: 20px;
}
.company-logo img{
    height: 100%;
    width: auto;
}
.login-box input:not([type=checkbox]){
    font-size: 18px;
    padding: 24px 10px;
    display: block;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
    margin: 0!important;
    text-align: center;
    width: 100%;
    margin-bottom: 15px!important;
}
.login-box input:focus{
    outline: none!important;
    border-bottom: 2px solid #2199e8;
}
.check-r{
    margin-top: 5px;
    float: right;
}
.login-button{
    background-image: linear-gradient(260deg,#04a4e6,#177ec3);
    box-shadow: 0 1px 8px #999;
    width: 100%!important;
    font-size: 1.25rem;
    color: #fff;
    border-radius: 5000px!important;
    padding: 18px 20px!important;
}