.login-wrapper {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #e9f2f7;
}
.login-box {
    display: table-cell;
    vertical-align: middle;
}
.login-content {
    width: 850px;
    padding: 25px;
    margin: auto;
    background: white;
    box-shadow: 0px 0px 10px 1px #bababa;
}
.login-wrapper img.top-bg {
    width: 175px;
    position: absolute;
    top: 0;
    left: 0;
}
.login-wrapper img.bottom-bg {
    width: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
}
img.img-fluid.login-logo {
    width: 150px;
}
.login-content input[type=email], .login-content input[type=password] {
    background: #e9f2f7;
    color: #000 !important;
    border: none;
}
.login-text {
    position: absolute;
    top: calc(100% - 300px);
    padding: 35px;
    width: 100%;
}
.login-text div {
    font-size: 20px;
    color: #FFF;
    line-height: 35px;
}