html, body {
    height: 100%;
    color: #16325c;
    font-size: 14px;
}

body {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

#left {
    display: table-cell;
    height: 100%;
}

#right {
    display: table-cell;
    vertical-align: top;
    background-color: #D8DDE6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0px 0px;
    width: 50%;
    height: 100%;
    max-height: 1080px;
    color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid #D8DDE6;
}
#right #imgwrapper {
    
    background-color: #D8DDE6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0px 0px;
    height: 100%;
    max-height: 1080px;
    color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid #D8DDE6;
}

.container {
    border: 1px solid #D8DDE6;
    padding: 20px;
    border-radius: 4px;
    color: #16325c;
}
#wrap {
    height: 100%;
    min-height: 100%;
}
#main {
    overflow: auto;
    padding-bottom: 48px;
}
#wrapper {
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.standard_logo_wrapper {
    height: 113px;
    overflow: hidden;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}
#content {
    margin: 0px auto;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #D8DDE6;
    color: #16325c;
    margin-bottom: 24px;
    background-color: #ffffff;
}

#footer {
    position: relative;
    margin-top: -24px;
    height: 24px;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 12px;
}


@media only screen and (max-width: 1024px) {
    #left {
        width: 100%;
    }
    
    #right {
        display: none;
    }
}
    
@media only screen and (max-width: 480px) {
    #wrapper {
        max-width: 100%;
        margin-left: inherit;
        left: inherit;
        padding-top: 20px !important;
    }
    
    #content {
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }
    
    /* font must be at least 16px to prevent auto-zooming on iOS devices */
    input.input {
        font-size: 16px;
    }
}

@media only screen and (min-height: 1200px) {
    #wrapper {
       padding-top: 240px;
    }
}
@media only screen and (max-height: 1200px) {
    #wrapper {
        padding-top: 180px;
    }
}
@media only screen and (max-height: 1000px) {
    #wrapper {
        padding-top: 140px;
    }
}
@media only screen and (max-height: 900px) {
    #wrapper {
        padding-top: 100px;
    }
}
@media only screen and (max-height: 736px) {
    #wrapper {
        padding-top: 60px;
    }
}
@media only screen and (max-height: 670px) {
    #wrapper {
        padding-top: 40px;
    }
}
@media only screen and (max-height: 610px) {
    #wrapper {
       padding-top: 20px;
    }
}