body{ 
    background-color: #e8ecef !important;
    padding-top:100px;
}

body.new-mywebpage-mode {
    padding-top:0px !important;
}

.pt-area #body{
  background: none;
}

.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  width: 500px;
  padding: 50px 70px 70px 71px;
  overflow: hidden;
}

.login-form .form-group {
  margin-bottom:10px;
  overflow: hidden;
}
.login-form{ text-align:center;}
.login-form  .btn.btn-primary {
  background: #3492cf none repeat scroll 0 0;
  border-color: #3492cf;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.login-form .btn.btn-primary.reset {
  background: #3492cf none repeat scroll 0 0;
}
.logo_fixed {
    display: block;
    width: 255px;
    padding-bottom:15px;
    margin: 0 auto;
}  
.pwd-field-wrap > input {
    -webkit-text-security: disc;
}

/* Two-Factor Authentication */
.pt-2fa-step {
    text-align: left;
}
.pt-2fa-description {
    color: #666;
    font-size: 14px;
    margin: 8px 0 0;
    line-height: 1.5;
}
.pt-2fa-otp-input {
    font-size: 20px !important;
    letter-spacing: 6px !important;
    text-align: center !important;
    height: 50px !important;
}
.pt-2fa-trust-wrap {
    margin: 15px 0;
    font-size: 13px;
}
.pt-2fa-trust-wrap label {
    font-weight: normal;
    margin-left: 5px;
}
.pt-2fa-actions {
    margin-top: 15px;
}
.pt-2fa-resend-wrap {
    margin-top: 20px;
    font-size: 13px;
}
.pt-2fa-resend-btn:disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}
.pt-2fa-cancel-link {
    font-size: 12px;
    color: #3492cf;
}
.loginBox .pt-2fa-step .form-group label.bold {
    font-size: 16px;
    color: #333;
}
.pt-2fa-dev-hint {
    background: #fff8e6;
    border: 1px solid #f0d78c;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 13px;
    margin-top: 10px;
    color: #856404;
}
.pt-2fa-dev-hint code {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}