﻿
body.login .page .page-inner .login-logo {
    height: 135px;
    width: 500px;
    background: url('./images/logo.jpg');
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page .page-inner #special_header_wrap {
    display: block;
}

.page .page-inner #special_header_wrap #special_header_inner {
    height: 95px;
    background: url('images/special_header.jpg') 100px 15px no-repeat;
}

body.login.resp-size-640-or-less .page .page-inner .login-logo {
    background: url('images/login_logo_sml.png') center center no-repeat;
}

body.resp-size-640-or-less .page .page-inner #mobile_header_wrap #mobile_header_title {
    background: url('images/mobile_header_logo_2x.png') no-repeat;
    height: 44px;
}

.page .page-inner #mobile_header_wrap #mobile_header_title {
    height: 44px;
    padding: 0;
    background: url('images/mobile_header_logo_2x.png') no-repeat;
}

/* Details image */
.page .page-inner #special_header_wrap #special_header_inner #special_header_details {
    height: 105px;
    width: 303px;
    float: right;
    background: url('images/Newdetails.png') no-repeat;
    background-size: contain;
    margin-top: 8px;
    margin-right: 12px;
}

.login {
    background: url('images/background.jpg') no-repeat fixed;
    background-size: cover;
}

.login .login-contact-details {
    width: 1200px;
    overflow: hidden;
}

.login .login-region {
    width: 1280px;
}

html {
    overflow: unset;
}