@import url("/css/iface/fonts.css");

/* new login page */

body.login {
    background: transparent;
}
.login #header_container {
    padding: 10px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.login .language {
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 0;
}
.login .language select {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    background: rgba(255,255,255,0.1);
    margin-bottom: 10px;
    padding: 5px 25px 5px 32px;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: auto;
    min-width: 200px;
    height: auto;
    margin: 5px 0px;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
}

.login .language select:focus {
    outline: 0 !important;
    padding: 4px 24px 4px 31px;
    border: 2px solid;
    border-color: inherit;
}

.login .language:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f57d';
    font-size: 18px;
    color: inherit;
    top: 8px;
    left: 13px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.login .language:after {
    font: normal normal normal 17px/1 FontAwesome;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    content: '\f0d7';
    color: inherit;
    right: 12px;
    top: 11px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.login .language.languageaccessibility:before, .login .language.languageaccessibility:after {
    content: '';
}

.login .language i.fa-globe-americas, .login .language i.fa-caret-down {
    display: none;
}

.login .language.languageaccessibility i.fa-globe-americas {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 24px;
    left: 21px;
}

.login .language.languageaccessibility i.fa-caret-down {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 26px;
    right: 7px;
    z-index: -1;
}

.login #header_container .centerlayout {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}
.login .language {
    order: 2;
}
.login .backgroundcontainer {
    background-size: cover;
    background-position: 0 106px;
    width: 100%;
    margin: 0;
    position: fixed;
    height: 100%;
    z-index: 1;
    top: 0;
}

.login .backgroundcontainer:after {
    width: 100%;
    margin: 0;
    position: fixed;
    height: 100%;
    z-index: 1;
    top: 0;
    content:'';
}

.login .containerwrapper {
    background-size: cover;
    width: 100%;
    margin: 0;
    max-width: initial;
}

.login #container {
    position: relative;
    background: transparent;
    border: 0;
    width: 100%;
    height: calc(100vh - 111px);
    padding: 0;
    z-index: 2;
    -box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.login .containercontent {
    width: 1160px;
    margin: 40px auto;
    background: rgba(255,255,255,0.1);
    padding: 20px;
}

.login .containercontent:after {
    clear: both;
    display: block;
    content: "";
}

.login #container .form {
    float: left;
    background: transparent;
    border: 0;
    padding: 0;
    width: 45%;
}

.login #container .form h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
}

.login form {
    display: inline-block;
    padding-top: 10px;
    width: 100%;
}

.login #container .form .errormessage {
    margin-bottom: 10px;
    border-radius: 3px;
}

.login #container .formcontent {
    margin-top: 35px;
}

.login #container .formcontent > div:nth-of-type(-n+2) {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

.login #container .formcontent > div:nth-of-type(2) {
    margin-bottom: 15px;
} 

.login #container .formcontent > div input#password , .login #container .formcontent > div input#user {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    background: rgba(255,255,255,0.1) !important;
    color: inherit;
    padding: 10px 0 10px 10px;
    border: 1px solid !important;
    border-color: inherit;
    border-radius: 0;
    font-size: 20px;
    box-sizing: border-box;
    box-shadow: none !important;
    line-height: unset;
}


.login input#user , .login input#password {	
    font-size:18px;
    padding:10px;
    width:100%;
    outline: none;
    outline-style: none;
}


.login input#user ~ label, .login input#password ~ label { 	
    font-size:18px;						
    font-weight:normal;
    position:absolute;    
    left: 10px;
    top:13px;
    pointer-events: none;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}

.login input#user ~ label .fa  , .login input#password ~ label .fa , .login input#user ~ label .fas , .login input#password ~ label .fas {
    margin-right: 5px;
}

.login #container .formcontent > div input#password ~ .passwordToggle {
    display: none;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.login #container .formcontent > div input#password:focus ~ .passwordToggle , .login #container .formcontent > div input#password:valid ~ .passwordToggle{
    display: inline-block;
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.login .passwordToggle {
    transition: background 0.1s ease;
}

.login input#user:focus ~ label, .login input#user:valid ~ label, .login input#password:focus ~ label, .login input#password:valid ~ label {
    top:-20px;
    font-size:14px;
}

.login input#user:focus , .login input#password:focus{
    outline: none;
    outline-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.login input[type="submit"] {
    font-size: 23px;
    padding: 10px 15px 10px 15px;
    margin: 5px 0px;
}

.login .forgotpassword {
    display: inline-block;
    margin: 15px 0;
    width: 50%;
    text-align: right;
    float: right;
}
.login .singlesignon {
    display: inline-block;
    margin: 15px 0;
    width: 50%;
    text-align: left;
    float: left;
}
.login .forgotpassword a, .login .singlesignon a {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.login .forgotpassword a:hover , .login .forgotpassword a:focus  {
    text-decoration: underline;
    padding-right: 5px;
}

.login .singlesignon a:hover, .login .singlesignon a:focus  {
    text-decoration: underline;
    padding-left: 5px;
}
.login .btn:focus , .login .ButtonSm:focus , .login .Button:focus {
	outline: 0;
	box-shadow: 0 0 0 2px var(--buttonkeybordercolor, var(--buttonbgcolor, #dfdfdf)) inset, inset 0 1px 2px rgb(0 0 0 / 50%), inset 0 0 35px rgb(255 255 255 / 20%) !important;
	z-index: 1;
	transition: all 0s;
}
body:not(.login) .passwordToggle-button > i {
    top: -5px;
}

.login .passwordToggle-button > i {
    color: inherit;
}
.login .passwordToggle-button > i:focus {
    color: #333;
}
.bottomsection {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    clear: both;
}
.bottomsection .privacypolicy , .bottomsection .linksection {
    float: left;
    width: 50%;
    padding: 10px 0 10px 40px;
    margin: 0;
    border-left: 1px solid;
    border-color: inherit;
    box-sizing: border-box;
}
.bottomsection  > div:only-child , .bottomsection > div:first-of-type {
    border-left: 0;
    padding-left: 0;
}
.bottomsection  > div:only-child {
    width: 100%;
}
.bottomsection .privacypolicyhide + div   {
    border-left: 0;
    padding-left: 0;
    width: 100%;
}
.bottomsection .privacypolicy a  {
    margin-bottom: 20px;
}
.bottomsection button {
    padding: 6px 12px;
    margin: 5px 5px 0px 0px;
}
.bottomsection .privacypolicy p , .bottomsection .linksection p {
    font-size: 18px;
    color: inherit;
    margin-bottom: 5px;
}
.bottomsection .privacypolicy span {
    display: inline-block;
    background: transparent;
    padding: 0;
}
.bottomsection .privacypolicy span:hover {
    background: transparent;
}
.login #container .contentwrapper {
    width: calc(55% - 40px);
    margin-left: 40px;
}
.login #container h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 15px;
}
.login #container p {
    font-size: 16px;
    color: inherit;
    margin-top: 0;
}

.login #container .contentwrapper .content {
    width: 100%;
    padding:0 0 10px 35px;
    margin: 0;
    border-left: 1px solid;
    border-color: inherit;
    border-bottom: 0;   
    box-sizing: border-box;
}

.capsdiv {
    display: inline-block;
    color: #fff;
    background: #ec1c00;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}

/* login template */

html {
    -webkit-text-size-adjust: 100%;
}

html, body {
    font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height:100%;
}

.containerwrapper {
    width: 1045px;
    margin: 40px auto;
}

#container {
    display: table;
    width: auto;
    /* --- uncomment to override border color ---
    border: 1px solid #72aed7;
    */
    background-color: #fefefe;
    padding: 25px;
    border-radius: 3px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 2px -2px 32px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px -2px 32px -2px rgba(0, 0, 0, 0.20);
    box-shadow: 2px -2px 32px -2px rgba(0, 0, 0, 0.20);
}
#container .contentwrapper {
    display: block;
    float: left;
}
#container .contentwrapper p {
    line-height: 180%;
    margin-top: 5px;
}
#container .contentwrapper p a {
    font-size: 16px;
}

#container .contentwrapper .content {
    width: 600px;
    border-bottom: 1px solid #e9e8e8;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-right: 33px;
}

#container .contentwrapper .content:only-child , #container .contentwrapper .content:last-child {
    border-bottom: 0;
}

#container .form {
    float: right;
    width: 340px;
    border: 1px solid #ebeaea;
    background-color: #f7f7f7;
    padding: 15px 20px 10px 20px;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.centerlayout .logo {
    float: left;
    width: auto;
}

.centerlayout .logo img {
    max-height: 56px;
    box-sizing: border-box;
}

h1 , .title , .title1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    margin: 5px 0px 0px 0px;
    padding-bottom: 5px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    margin: 0px;
    padding-bottom: 5px;
}


h3 {
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

p {
    font-size: 13px;
    line-height: 160%;
    color: #686868;
}

ul , ol {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 5px;
    list-style: none;
}

li {
    list-style: disc;
    line-height: 170%;
    padding-bottom: 5px;
}

#pbwarning {
    margin-top: 5px;
    margin-bottom: 0;
}

.label{
    font-size: 15px;
    padding:6px;
    padding-top: 8px;
    width:100px;
}

.field{
    position: relative;
    padding:6px;
}

.button {
    display: inline-block;
    width: 100%;
}

input[type=submit] {
    width: 100%;
    box-sizing: border-box;
}
.narrative {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px
}

.narrative p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.narrative p.register {
    font-size: 14px;
}

.narrative a {
    font-size: 13px;
    text-decoration: none;
}

.narrative a:hover {
    text-decoration: underline;
}



.errormessage {
    color: #DC0000;
}

.container_left {
    width: 60%;
    float: left;
    text-align: left;
}

.container_right {
    width: 40%;
    float: right;
    text-align: left;
}

.ButtonSm {
    border-radius: 6px 6px 6px 6px;
    font-size: 17.5px;
    padding: 11px 19px;
    cursor: pointer;
}

label {
    font-weight: bold;
}

input[type="submit"] {
    font-size: 18px;
    padding: 5px 15px 5px 15px;
    margin: 5px 0px;
}

.mobile {
    display: none;
}

.header_container_left {
    width: 100%;
}
.centerlayout {
    width: 1056px;
    margin: auto;
    text-align: center;
}

.centerlayout img {
    padding-left: 0;
}

.language {
    float: right;
    width: auto;
    padding: 10px 12px 10px 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.language .fa, .language .fas, .language .far, .language .fal, .language .fab {
    padding-right: 5px;
}

.language select {
    font-size: 14px;
    line-height: 1.42;
    padding: 3px 5px 3px 5px;
    vertical-align: middle;
    width: 150px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebeaea;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.language select option {
    color: #000;
}

.clear {
    clear: both;
}

#pbwarningdiv {
    background: #F5F5F5;
    margin: 15px 0 0 0;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 20px 12px 20px 52px;
    overflow: hidden;
    box-sizing: content-box;
    line-height: 20px;
    border-left: 6px #D8A93F solid;
    display: none;
}

#pbwarningdiv p.warning {
    font-size: 19px;
    line-height: 25px;
    color: #444;
    padding: 0 0 10px 0;
    margin: 0;
    display: block;
}

#pbwarningdiv p.warning i {
    display: none;
}

.warning_msg_container ul li:before {
        color:#D8A93F;
}
.warning_msg_container > span {
    color:#444;
}
#pbwarningdiv:before{    
    content: '\f071';    
    color:#D8A93F;
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
    font-weight: 600;
    vertical-align: top;
    padding: 10px 10px 0 0;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: top 0.5s;
}
   
#pbwarningdiv #browserwarning {
    color: #444;
    margin: 0px;
    padding: 0px;
    display: block;
}

.errormessage {
    display: block;
    color: #fff;
    background: #d81a01;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}
#browserwarning{
    display: none;
}
#powereddiv{
    float:right;
    width:auto;
    text-align:right;
}
#copywritediv{
    width:400px;
}

table {
    border-collapse: collapse;
}

div.form tr {
    display: inline-block;
}

tr {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}

tr:last-child {
    border-bottom: 0;
    padding-top: 0px;
}

.ButtonSm {
    font-size: 22px;
}

a.btn , .bottomsection .privacypolicy a.btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    margin: 5px 5px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}


a.btn:hover {

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1285C3', endColorstr='#33ABF6', GradientType=0);
}

a.btn:last-of-type {
    margin-right: 0;
}

a .fa, a .fas, a .far, a .fal, a .fab {
    padding-left: 8px;
}

/* option bar reworking for privacy policy page */

.option_bar_wrapper {
    padding: 8px 20px 6px 0;
    background: #FFFFFF;
    border-bottom: 1px #C7C7C7 solid;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
}

.option_bar_wrapper .option_bar_in {
    width: 1045px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.captcha {
    border-bottom: 0;
    padding-bottom: 0;
}

.captcha .field {
    padding:  5px 0 0 0;
}

.captcha .field:empty {
    display: none;
}

.g-recaptcha {
    margin-bottom: 10px;
}
.rc-anchor-checkbox-label {
    font-family: helvetica,arial,sans-serif !important;
}

/* Fallback language Support for Roboto */


:lang(ja) html, :lang(ja) body, :lang(zh) body , :lang(zh) html ,  :lang(ko) body , :lang(ko) body {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* cookie policy */

body.cookiebg , body.privacybg {
    font-family: 'Roboto',Helvetica, Arial, Sans-Serif !important;
    color: #444;
    background: #F9F9F9 !important
}


.containerwrapper.cookie .container_policy , .containerwrapper.privacy .container_policy {
    border: 1px solid #f1f1f1;
    background: #FFF;
    padding: 15px 25px;
    margin: 30px 10px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 20px;
    border-radius: 5px;
    background-repeat: repeat-x;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #f1f1f1;
}

.containerwrapper.cookie h1 , .containerwrapper.privacy h1 {
    font-size: 25px;
    text-rendering: optimizelegibility;
    border-bottom: 1px solid #f1f1f1;
    color: #444;
    padding: 0px 0 8px 0;
    margin-bottom: 20px;
}

.containerwrapper.privacy .container_title {
    margin: 0;
    border: 0;
}

.containerwrapper.cookie h2 , .containerwrapper.privacy h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    margin: 0px;
    padding: 2px 0 10px 0;
}

.containerwrapper.cookie p , .containerwrapper.privacy p {
    color: #444;
}

.containerwrapper.cookie table thead {
    background: #f5f5f5;
    text-align: left;
    padding: 20px;
}

.containerwrapper.cookie table thead th , .containerwrapper.cookie table tbody td {
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.containerwrapper.cookie table tr {
    display: table-row;
    border-bottom: 1px solid #eee;
}

.containerwrapper.cookie table tr:last-child {
    border-bottom: 0;
}

.containerwrapper.cookie table th:first-of-type {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}

.containerwrapper.cookie table th:last-of-type {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
}

/* privacy policy link for login page*/

.privacypolicy {
    margin-top: 10px;
}
.privacypolicy span {
    display: block;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.privacypolicy span:hover {
    background-color: var(--hl);
}
.privacypolicy a {
    text-decoration: none;
    display: block;
    webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.privacypolicy a:hover {
    color: #fff;
    text-decoration: none !important;
}
.privacypolicy span:hover {
    text-decoration: none;
}
.privacypolicy .fa ,  .privacypolicy .fas {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
}

.bottomsection .privacypolicy a {
    display: inline-block;
}


/* smartsimple captcha */


.scaptcha {
    display: inline-block;
    width: 260px;
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
    overflow: hidden;
}

.scaptchawrapper {
    display: inline-block;
    background: #eee;
    width: 100%;
    padding: 2px 5px;
    border-radius: 0;
    box-sizing: border-box;
} 

.scaptchawrapper > div {
    float: left;
}

.scaptchawrapper > div + div {
    float: right;
    margin: 5px 0 0 5px;
}

.scaptchaanswer {
    display: inline-block;
    padding: 1px 10px 3px 10px;
    width: 100%;
    box-sizing: border-box;
}

.scaptchaanswer p {
    font-size: 14px !important;
    line-height: 160%;
    padding: 0 0 3px 0;
    margin: 0;
}

.scaptchaanswer input {
    margin-bottom: 5px;
    width: 100%;
}

.error_msg_container > span {
    padding: 0;
}

.devmodeon {
    border: 1px dashed #95d2de;
    background: #d9edf7 !important;
    cursor:pointer;
    border-radius: 0px;
}

.privacypolicyhide {
    display: none !important;
}
.footer_content a {
    color: #fff;
    font-weight: 600;
}

.footer_content a:focus, .footer_content a:hover{
	text-decoration: underline;
}

@media screen and (max-width:1210px) {
    .login #header_container .centerlayout {
        width: 1058px;
    }
    
    .login .containercontent {
        width: 1018px;
    }

    .bottomsection .privacypolicy, .bottomsection .linksection {
        width: 45%;
        padding-left: 15px;
    }
}

@media  (min-width: 992px) and (max-width: 1200px) {

    .login #container .form h1 , .login #container h2 {
        font-size: 28px;
    }

    .login #container p {
        font-size: 15px;
    }

    .login input[type="submit"] {
        font-size: 20px;
        padding: 8px 15px 8px 15px;
        margin: 5px 0px;
    }

    .login .forgotpassword a {
        font-size: 15px;
    }

    .bottomsection .privacypolicy, .bottomsection .linksection {
        border: 0;
        width: 100%;
        padding: 0;
    }

    .centerlayout , .login #header_container .centerlayout {
        width: 980px;
    }

    .login .containercontent {
        width: 940px;
    }
    .containerwrapper {
        width: 980px;
        margin: 60px auto;
        margin-top: 35px;
    }

    #container {
        padding: 20px;
    }

    .option_bar_wrapper .option_bar_in {
        width: 980px;
    }
    #container .contentwrapper p {
        margin-top: 7px;
    }

    #container .contentwrapper .content {
        width: 560px;
        margin-bottom: 15px;
        margin-right: 33px;
    }

    h1, .title, .title1 {
        font-size: 21px;
    }

    h2 {
        font-size: 19px;
    }

    #container .form {
        width: 325px;
        padding-top: 10px;
    }

    /*
    .centerlayout img {
        width: 80%;
    }
    */

    input[type="submit"] {
        font-size: 17px;
    }

    .g-recaptcha {
        transform:scale(0.95);-webkit-transform:scale(0.95);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
    .bottomsection > div:nth-of-type(2) {
    margin-top: 15px;
    }
}

@media  (min-width: 768px) and (max-width: 992px) {

    .centerlayout , .login #header_container .centerlayout {
        width: 760px;
    }
    
    .login .containercontent {
        width: 720px;
    }

    .login #container .form h1 , .login #container h2 {
        font-size: 25px;
    }

    .login #container p {
        font-size: 15px;
    }

    .login input[type="submit"] {
        font-size: 20px;
        padding: 8px 15px 8px 15px;
        margin: 5px 0px;
    }

    .login .forgotpassword a {
        font-size: 15px;
    }

    .bottomsection .privacypolicy, .bottomsection .linksection {
        border: 0;
        width: 100%;
        padding: 0;
    }
    .bottomsection > div:nth-of-type(2) {
    margin-top: 15px;
    }
    .centerlayout {
        width: 760px;
    }
    /*
     .centerlayout img {
         width: 80%;
     }
    */
    .containerwrapper {
        width: 760px;
        margin-top: 40px;
    }


    #container {
        padding: 15px;
    }

    #container .contentwrapper .content {
        width: 415px;
        margin-right: 3px;
    }

    #container .form {
        width: 290px;
        padding: 10px 15px 10px 15px;
    }

    tr.captcha {
        width: 85%;
    }

    .option_bar_wrapper .option_bar_in {
        width: 760px;
    }

    h1, .title, .title1 {
        font-size: 19px;
        line-height: 145%;
    }

    h2 {
        font-size: 18px;
    }
    #container .contentwrapper .content {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    #container .contentwrapper p {
        margin-top: 2px;
    }

    .warning {
        font-size: 17px;
    }

    .label {
        font-size: 14px;
        width: 80px
    }

    input[type="text"] , input[type="password"] {
        width: 140px;
    }


    input[type="submit"] {
        font-size: 16px;
    }
    div.form table {
        width: 260px;
        table-layout: fixed;
    }

    .g-recaptcha {
        transform:scale(0.8);-webkit-transform:scale(0.8);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}


@media (max-width: 768px) {
    #header_container .centerlayout {
        width: 96%;
    }
    .login .containercontent {
        width: 90% !important;
    }
    .login .backgroundcontainer {
        background-position: 0 170px;
    }
    .centerlayout , .login #header_container .centerlayout , .login .containercontent {
        width: 90%;
    }
    .login #container .form {
        width: 100%;
        margin-top: 0;
    }

    .login #container .form h1 , .login #container h2 {
        font-size: 25px;
    }

    .login #container p {
        font-size: 15px;
    }

    .login input[type="submit"] {
        font-size: 20px;
        padding: 8px 15px 8px 15px;
        margin: 5px 0px;
    }

    .login .forgotpassword a {
        font-size: 15px;
    }

    .bottomsection .privacypolicy, .bottomsection .linksection {
        float: left;
        width: 45%;
        padding-left: 20px;
        border-left: 1px solid;
        border-left-color: currentcolor;
        border-color: inherit;
    }   

    .login #container .contentwrapper {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-top: 1px solid;
        border-color: inherit;
        margin-top: 35px;
        padding-top: 25px;
    }

    .login #container .contentwrapper .content {
        padding-left: 0;
        border-left: 0;
    }
    .login #header_container .centerlayout {
        display: block;
    }
    .centerlayout {
        width: 94%;
        margin-left: 20px;
    }
    /*
        .centerlayout img {
            width: 80%;
        }
    */
    .containerwrapper {
        width: 94%;
        margin: 40px 20px 0px 20px;
    }

    #container {
        padding: 15px;
    }

    #container .form {
        width: 100%;
        margin-top: 10px;
    }

    #container .contentwrapper .content {
        width: 100%;
        margin-top: 20px;
    }

    .option_bar_wrapper .option_bar_in {
        width: 94%;
    }

    h1, .title, .title1 {
        font-size: 19px;
    }

    .title.mainheading {
        display: none;
    }

    .login .title.mainheading {
        display: block;
    }

    h2 {
        font-size: 18px;
    }

    input[type="text"] , input[type="password"] {
        width: 100%;
    }

    .label {
        float: left;
        width: 15%;
        padding-top: 14px;
    }

    .field {
        float: left;
        width: 75%;
    }

    .narrative p {
        font-size: 14px;
    }

    .narrative a {
        font-size: 14px !important;
    }

    .mobile {
        display: block;
    }
    #container {
        max-width: auto !important;
        min-width: auto !important;
    }
    #powereddiv {
        display: none;
    }

    div.policytable {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}


@media (max-width: 600px) {
    .centerlayout .language + .logo img {
        margin-bottom: 20px !important;
    }
    .bottomsection .privacypolicy, .bottomsection .linksection {
        border: 0;
        width: 100%;
        padding: 0;
    }

    .login .language {
        width: 100%;
    }

    .login .language select {
        width: 100%;
    }

    .login .language::after {
        top: 5px;
    }
    #container {
        margin-top: 35px;
    }

    #container .form {
        padding: 15px 15px 10px 15px;
    }

    .button {
        display: inline-block;
        width: 100%;
    }

    input[type="submit"] {
        font-size: 19px;
        width: 100%;
    }

    h1, .title, .title1 {
        font-size: 20px;
    }

    #container .contentwrapper p {
        margin-top: 5px;
    }

    .label {
        width: 20%;
    }
    .field {
        width: 70%;
    }

    .language  {
        float: left;
        width: 94%;
        padding: 5px 5px 5px 0;
    }

    .language select {
        width: 78%;
    }

    #pbwarningdiv {
        display: none !important;
    }

    .containerwrapper.cookie h1 {
        font-size: 22px;
    }
    .login .language:before {
        top: 3px;
        left: 6px;
    }
    .login .language i.fa-globe-americas {
        top: 19px !important;
        left: 9px !important;
    }
    .login .language i.fa-caret-down {
        top: 19px !important;
    }
    .bottomsection > div:nth-of-type(2) {
        margin-top: 15px;
    }
}

@media (max-width: 479px) {

    .login .language:before {
        left: 6px;
        top: 2px;
    }

    #container {
        max-width: auto !important;
        min-width: auto !important;
    }
    .containerwrapper {
        width: 90%;
        margin: 30px auto;
    }


    .label {
        width: 25%;
        font-size: 14px;
    }

    .field {
        width: 58%;
    }

    .language {
        width: 94%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .language select {
        width: 68%;
    }

    a.btn {
        font-size: 13px;
        margin-right: 3px;
    }

    .option_bar_wrapper select {
        width: 94px;
    }

    .option_bar_wrapper .langdiv span {
        font-size: 13px;
        padding-right:2px !important;
    }


}

/* iPad View */

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

    #container .contentwrapper .content {
        width: 360px;
        margin-top: 0;
    }

    #container .contentwrapper p {
        margin-top: 5px;
    }

    #container .form {
        width: 295px;
    }

    .title.mainheading {
        display: block;
    }

    .label {
        width: 66px;
    }

    .field {
        width: 170px;
        max-width: 170px;
    }

    .mobile {
        display: none;
    }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
    #pbwarningdiv {
        display: none !important;
    }
    #header_container .centerlayout {
        width: 94% !important;
    }
    .login .containercontent {
        width: 90% !important;
    }
}

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
    .login #container {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    #header_container .centerlayout {
        width: 88%;
    }
}

@media screen and (-ms-high-contrast: none)  {
    .login .language select option {
        color:#000;
    }
    .login select::-ms-expand {
        display: none;
    }
    .login input#user ~ label, .login input#password ~ label {
        top: 11px;
    }
    .login #container .formcontent > div input#password, .login #container .formcontent > div input#user {
        height: 45px;
    }
    .login .containerwrapper {
        max-width: 100%;
    }

}

@supports (-ms-ime-align:auto) {
    .login .language select option {
        color:#000;
    }
}


@-moz-document url-prefix() { 
    .login .language select option {
        background:#fff;
    }
}