﻿.login-layout {
    width: 100%;
    height: 100%;
    position: relative;
}

.dx-theme-ios.dx-version-major-7 .login-layout .layout-content{
    background-color: #EFEFF4;
}

/* Prevent margin collapse */
.login-layout::before {
    content: "\00a0";
    display: block;
    overflow: hidden;
    height: 0;
}

.login-layout > div.content,
.login-layout > div.content > div {
    width: 100%;
    height: 100%;
    padding-top: 15px;
}

.login-layout div.banner {
    background: url("images/defaultbanner_nicole_3.jpg") no-repeat top left;
    background-size: 100% 100%;
    height: 50px;
}
.login-layout div.logo {
    background: url("images/logo.png") no-repeat top Right;
    background-size: auto 80%;
    height: 50px;
}