.login-logo img {
max-width:250px;
padding:15px;
padding-top:30px;
}

.login-logo {
text-align:center;
}
.header {
    box-shadow: none;
    border: none;
    background: none;
}

.section_Login form [class*="col-"] {
width:100%;
margin-top:0;
}

.section_Login form .btn {
width:150px;
}

.login-col {
width:65%;
float:none;
margin:0 auto;
}


.section_Login p, .section_Login .form-group.error-message {
margin:0;
}


@media screen and (max-width:1400px) {
.login-col {
width:70%;
}
}

@media screen and (max-width:991px) {
.login-col {
width:100%;
}
}
.centered-content {
	text-align: center;
}
.header-logo-row img {
  margin-top: 20px;
  margin-bottom: 5px;
  max-width: 500px;
  width: 100%;
}
.header .section_Image {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
h3.sub-header {
    border-bottom: 2px solid #007fc9;
    padding-bottom: 5px;
    color: #797979;
}
.pt-page-login label {
    color: #797979;
}
.pt-page-login .btn {
    background: grey;
    border-color: grey;
}
.section_Login .btn,
#js-send-sign-up {
    background: #ff5316;
    border-color: #ff5316;
    color: #fff;
}
.login-width {
    max-width: 800px;
    margin-bottom: 20px;
}
.pt-page-login .modal h3.section-heading {
	border-bottom: 2px solid #007fc9;
	color: #797979;
	letter-spacing: 0;
}
.pt-page-login .modal .nav-tabs {
  display: none;
}
.section_ForgotPassword #forgot-pw-input {
    width: 100%;
}
.section_ForgotPassword .input-group {
    display: block;
}
.section_ForgotPassword #js-forgot-pw {
    margin-top: 10px;
}
.pt-page-login .modal-header {
    background: #007fc9;
    margin-top: -40px;
    margin-left: -40px;
    width: calc(100% + 80px);
    padding: 20px;
}
.pt-page-login h3.modal-title:before {
    content: 'SIGN UP';
    color: #fff;
    margin-top: 20px;
    height: 50px;
    display: block;
    position: relative;
    left: 46%;
    top: 22px;
}
.pt-page-login .bootstrap-dialog-close-button button {
    z-index: 9999;
}
.pt-page-login .close {
    color: #fff;
      margin-right: 0;
    top: 5px;
    right: 10px;
    font-size: 30px;
}
.pt-page-login .close:hover {
    opacity: 1;
}
#section_441 p{
	display: none;
}
#section_441 h3{
	display: none;
}
/*Hide H3 "login" header*/
section#section_462 h3.sub-header{
	display: none;
}