.module-wrapper {
    width: 500px;
    margin: 0 auto;
    height: calc(100vh - 100px);
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.form-wrapper {
    padding: 30px;
}

.input[type='text'] {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 1px 281px 481px #fff inset;
    -moz-box-shadow: 1px 281px 481px #fff inset;
    -webkit-box-shadow: 1px 281px 481px #fff inset;
    -o-box-shadow: 1px 281px 481px #fff inset;
    /* margin-bottom: 10px; */
    outline: none;
    padding: 10px 0;
    height: 40px !important;
    font-size: 13px;
}

.module-container {

    height: 100%;
}

.logo {
    height: 18vh;
}

.submit-btn {
    background-color: #20437b !important;
    color: white;
    padding: 18px 48px;
    font-family: "ITC Avant Garde Pro Bk", "arial" !important;
    border-radius: 10px;
}

.feedback-section {
    height: 0;
    position: fixed;
    bottom: 0 !important;
    background-color: #20437b;
    color: white;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.feedback-section span:nth-child(1) {
    line-height: 70px;
    font-size: 17px;
}

.login-bg {
    position: fixed;
    bottom: 0;
    height: 391px;
    width: 100%;
    z-index: -1;
    background: url("../img/bg.png") no-repeat center / contain;
}
.login-fields input[type="text"],.login-fields input[type="password"]{
    height: 60px;
    box-shadow: 90px 90px 90px #fff inset !important;
    border: solid 1px #c5c5c5;
}
.login-txt{
    color: #20437b;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .login-bg {
        background-size: cover;
    }
}