﻿.form-content {
    background-color: #fff;
    box-shadow: 0 6px 120px 8px rgba(0,0,0,.3);
}

.showcase {
    background-image: url('../Images/of-blur.jpg');
    background-size: cover;
    background-position: center top;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    padding: 0 20px;
}

.bgoverlay {
    background: rgba(0,0,0,0.55);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
}

section {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
}

.form-header {
    width: 100%;
    padding: 15px 50px;
}

.form-body {
    margin: 25px;
}

.form-top-right {
    width: 25%;
    float: left;
    font-size: 66px;
    text-align: right;
}

.form-top-left {
    width: 75%;
    float: left;
}


.module-form {
    background-color: #ECF0F1;
    max-width: 550px;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    margin: 100px auto;
    z-index: 999;
}

#main-login .input-group-text {
    background-color: #E9ECF3 !important;
}

#main-login .btn-success {
    background-color: #16A085 !important;
}