input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-shadow: none;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.left-sidebar { display: none; }
.accountContainer {
    margin: 0 auto;
}
@media (min-width: 600px) {
    .accountContainer {
        max-width: 800px;
    }
}
.accountContainer label {
    font-size: 12px;
}
.accountContainer h1 { font-size: 16px }
.accountContainer h2 { font-size: 14px }
.accountContainer label, .accountContainer p { font-size: 12px }
.accountContainer fieldset {
    border: 0;
    border-top: 1px solid #f1f1f1;
    border-top: 0.0625rem solid #f1f1f1;
    display: table;
    padding: 15px 0 24px;
    padding: 0.9375rem 0 1.5rem;
    margin: 0;
}
#accountInfoContainer .form-field div.input,
#accountInfoContainer .form-field div.input input {
}
.fieldset__heading {
    display: table-cell;
    width: 220px;
    width: 13.75rem;
    vertical-align: top;
}
@media (max-width: 800px) {
    .fieldset__heading {
        display: none;
    }
}
.fieldset__fields {
    display: table-cell;
    vertical-align: top;
    width: 460px;
    width: 28.75rem;
}
.form-field {
    list-style: none;
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    padding: 0;
}
.submit-input {
    background: #105033;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    min-width: 140px;
    min-width: 8.75rem;
    padding: 11px 10px;
    padding: 0.6875rem 0.625rem;
    outline: none;
    text-align: center;
}
input#keepMeSignedIn {
    width: 20px;
    height: 15px;
}
.check-label--helper {
    display: inline-block;
    vertical-align: middle;
}
.check-label, .radio-label {
    display: block;
    font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}
.check-label--helper {
    display: inline-block;
    vertical-align: middle;
}

/* Social button styles */
#main_body .accountContainer .social-signin a { color: white; }
.social-signin:after, .social-signin:before {
    content: '';
    display: table;
}
.social-signin .social-signin__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.social-signin .social-signin__action--gplus {
    margin-left: 10px;
    margin-left: 0.625rem;
    width: 220px;
    width: 13.75rem;
}
.social-signin .social-signin__action--gplus {
    background-color: #dd4b39;
}
.social-signin .social-signin__action {
    color: #ffffff;
    display: block;
    font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0 9px;
    padding: 0.5rem 0 0.5625rem;
    text-indent: 24px;
    text-indent: 1.5rem;
    width: 240px;
    width: 15rem;
    position: relative;
    text-align: center;
}
a, .u-fauxlink {
    color: #005689;
    cursor: pointer;
    text-decoration: none;
}
.i-gplus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd%E2%80%A64zVjBoLS45djQuMWgtNC4xdjEuMWg0LjF2NC4xaC45VjUuMmg0LjNWNC4xeiIvPjwvc3ZnPg==);
    background-position: 0 0;
    background-size: contain;
    top: 9px;
    top: 0.5625rem;
    left: 10px;
    left: 0.625rem;
}

.identity-page-header .identity-page-header__title {
    display: table-cell;
    width: 460px;
    width: 28.75rem;
    vertical-align: top;
}

.identity-page-header .identity-page-header__detail {
    display: table-cell;
    margin-left: 20px;
    text-align: right;
}
.registerLinkMobile {
    display: none;
    float: left;
    padding: 0 0 0 5px;
}
@media (max-width: 800px) {

    .identity-page-header:after {
        clear: both;
    }
    .identity-page-header .identity-page-header__title,
    .identity-page-header .identity-page-header__detail {
        display: block;
    }
    .identity-page-header .identity-page-header__title,
    .identity-page-header .identity-page-header__title h1 {
        float: left;
    }

    .identity-page-header .identity-page-header__detail {
        display: none;
    }

    #accountInfoContainer .form-field div.input input {
        width: 293px;
    }

    .registerLinkMobile {
        display: block;
        line-height: 40px;
    }
}
