.display-5 {
    font-size: 35px;
}

body{
    color:#666666;
}

.btn{
    font-size: 18px;
}

.login-links a{
    font-weight:600;
    text-decoration:underline;
}

span.lined {
    display: block;
    height: 1px;
    background: #5F5D5D;
    width: 100%;
}

span.seprator{
    font-sizeA:18px;
}

.module-right {
    position: absolute;
    width: 50%; 
    right: 0;
    height: 100%;
    top: 0;
    background: url(/images/bg-small-pattern.svg);
}
#jform_email-lbl{
    display:none;
}

@media (max-width: 575px) {
    .module-right{
        background:none;
    }
}
