html, body {
    width: 100% !important;
    height: 100% !important;
    font-family: Arial;
}

.helper-container {
    width: 100%;
    background: transparent;
}

body {
    background: url("/images/login/background-login-web-optimzed-v2.jpg?_v=2") no-repeat top center !important;
    background-size: cover !important;
}

body.custom-subdomain-body {
    background: url("/images/login/general.jpg?_v=1") no-repeat top center !important;
    background-size: cover !important;
}

#container {
    padding: 0px;
}

.login-container {
    width:400px;
    margin: 0 auto;
    padding-top: 100px;
    color: #555;
}

.login-container a {
    color: #5192f4;
}

.login-outer {
    border: solid 3px rgba(93,79,153,0.6);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(50,50,50,0.5);
}

.custom-subdomain-body  .login-outer {
    border: solid 3px rgba(200,200,200,0.5);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(50,50,50,0.2);
}

.login-inner {
    background-color: #fff;
    border-radius: 7px;
}

.login-form > div {
    padding-left: 20px;
    padding-right: 20px;
}

.login-header {
    border-bottom: thin solid #d3d7e9;
    border-radius: 7px;
    position: relative;
    padding: 15px 10px 15px 20px !important;
    background: #f5f6fa !important;
}

.login-header img {
    display: block;
    margin: 0;
}

.login-title {
    color: #333;
    font-size: 24px;
    text-align: left;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 0;
}

.login-messages {
    text-align: left;
    padding: 20px 0 0 0;
    font-weight: bold;
}

.login-messages .login-message {
    text-align: left;
    font-size: 14px;
}

.login-message.error {
    color: red;
}

.login-message.notice {
    color: orange;
}

.login-content {
    padding: 0 0 10px 0;
}

.login-content input {
    width: 100%;
    display: block;
    padding: 0px;
    text-indent: 10px;
    margin: 0px;
}

.login-content .login-input {
}

.login-content label {
    font-size: 11px;
    font-family: Arial;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    color: #8e8eb1;
}

.login-content label a {
    display: inline-block;
    float: right;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}

.login-username-container, .login-password-container,
.login-language-container {
    padding-bottom: 10px;
}

.login-buttons .login-button {
    width: 50%;
    float:left;
}

.login-buttons .login-button-left {
    width: 60%;
}

.login-buttons .login-button-right {
    width: 39%;
}

.login-buttons .login-button-left button {
	width: 100%;
	text-shadow: none;
	margin-left: 5px;
	color: #fff;
}

.login-buttons .login-button-right .login-remember-me {
    margin-top: 1px;
    color: black;
}
.login-buttons .login-button-right .login-remember-me > * {
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
.login-buttons .login-button-right .login-remember-me .input_checkbox_wrap {
    position: relative;
    top: 7px;
}
.login-buttons .login-button-right .login-remember-me.remember-me-checked {
}

.login-bottom {
    text-align: center;
    padding: 40px 0 32px 0;
}
.login-bottom p {
    margin: 0;
    font-size: 14px;
    color: #666;
}
.login-bottom a {
    font-size: 14px;
    text-decoration: underline;
    padding: 5px 5px 0 5px;
    display: inline-block;
    vertical-align: bottom;
}
.login-bottom .login-info {
    padding: 0 0 32px 0;
    border-bottom: thin solid #d3d7e9;
}
.login-bottom .login-info a {
    text-decoration: none;
}
.login-bottom .login-trial {
    padding-top: 32px;
}

.login-info-left {
    text-align: right;
}

body.custom-subdomain-body .login-info-left {
    display: none !important;
}

.login-info-right {
    text-align: left;
}

body.custom-subdomain-body .login-info-right {
    text-align: center !important;
    width: 100% !important;
}

.login-info-left, .login-info-right {
    width: 50%;
    float: left;
}

.login-content select {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    font-size: 25px;
    height: 36px;
    text-indent: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}

.login-content p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.login-content p a {
    text-decoration: underline;
}

.login-content h1 {
    font-size: 18px;
    line-height: 28px;
}

.recover-password .login-button-left {
    width: 73%
}

.recover-password .login-button-right {
    width: 27%
}

.recover-password .login-button-right a {
    display: block;
    line-height: 35px;
    font-size: 12px;
    text-decoration: underline;
    padding-left: 10px;
}

.custom-subdomain-body .logo-custom {
    padding: 0px;
}

#login_frm_submit_btn:focus {
    background-position: left -633px;
}

#login_frm_submit_btn:focus b {
    background-position: right -670px;
}

.login-select .combo,
.login-select .combo table {
    width: 100%;
    font-size: 13px !important;
}

/*<Language Switcher>*/
.language-switcher {
    background: url("/images/language-switcher/lang_normal.png") no-repeat top left;
    width: 55px;
    height: 27px;
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 28px;
    color: #555;
    text-align: center;
    cursor: pointer;
}
.language-switcher:hover {
    background-image: url("/images/language-switcher/lang_hover.png");
}
.language-switcher-opened,
.language-switcher-opened:hover {
    background-image: url("/images/language-switcher/lang_opened.png");
    width: 121px;
    height: 172px;
    top: 26px;
    right: 16px;
}
.language-switcher strong {
     font-family: Arial, _serif;
     font-size: 11px;
     text-transform: uppercase;
     display: inline-block;
     margin-top: 8px;
     margin-left: 7px;
     margin-bottom: 6px;
     font-weight: normal !important;
}
.language-switcher-opened strong {
    margin-top: 10px;
    margin-left: 65px;
    margin-bottom: 7px;
}
.language-switcher ul {
    list-style-type: none;
    margin: 8px 5px;
    padding: 0;
    text-align: left;
    width: 111px;
    display: none;
}
.language-switcher-opened ul {
    display: block;
}
.language-switcher ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 30px;
    padding-left: 20px;
}
.language-switcher ul li:hover,
.language-switcher-selected {
    background-color: #f0f0f0;
}
/*</Language Switcher>*/

/*<Redesign>*/
.page-copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
    color: #fff;
    opacity: .48;
    line-height: 20px;
}
.page-copyright a {
    color: #fff;
    text-decoration: underline;
    margin-right: 8px;
}
.custom-subdomain-body .page-copyright,
.custom-subdomain-body .page-copyright a {
    color: inherit;
}
/*</Redesign>*/