@font-face {
  font-family: "FSMatthew";
  src: url('fonts/FSMatthew.woff') format('woff');
}
@font-face {
  font-family: "FSMatthewLight";
  src: url('fonts/FSMatthew-Light.woff') format('woff');
}
@font-face {
  font-family: "FSMatthewBold";
  src: url('fonts/FSMatthew-Bold.woff') format('woff');
}
@font-face {
    font-family: 'proxima_nova_light';
    src: url("fonts/proximanova-light-webfont?#iefix") format('embedded-opentype');
    src: url("fonts/proximanova-light-webfont.eot"), url("fonts/proximanova-light-webfont.woff2") format('woff2'), url("fonts/proximanova-light-webfont.ttf") format('truetype'), url("fonts/proximanova-light-webfont.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_regular';
    src: url("fonts/proximanova-regular-webfont.eot?#iefix") format('embedded-opentype');
    src: url("fonts/proximanova-regular-webfont.eot"), url("fonts/proximanova-regular-webfont.woff2") format('woff2'), url("fonts/proximanova-regular-webfont.ttf") format('truetype'), url("fonts/proximanova-regular-webfont.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_bold';
    src: url("fonts/proximanova-bold-webfont.eot?#iefix") format('embedded-opentype');
    src: url("fonts/proximanova-bold-webfont.eot"), url("fonts/proximanova-bold-webfont.woff2") format('woff2'), url("fonts/proximanova-bold-webfont.ttf") format('truetype'), url("fonts/proximanova-bold-webfont.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_semibold';
    src: url("fonts/proximanova-semibold-webfont.eot?#iefix") format('embedded-opentype');
    src: url("fonts/proximanova-semibold-webfont.eot"), url("fonts/proximanova-semibold-webfont.woff2") format('woff2'), url("fonts/proximanova-semibold-webfont.ttf") format('truetype'), url("fonts/proximanova-semibold-webfont.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_medium';
    src: url("fonts/proximanova-medium-webfont.eot?#iefix") format('embedded-opentype');
    src: url("fonts/proximanova-medium-webfont.eot"), url("fonts/proximanova-medium-webfont.woff2") format('woff2'), url("fonts/proximanova-medium-webfont.ttf") format('truetype'), url("fonts/proximanova-medium-webfont.woff") format('woff');
    font-weight: 600;
    font-style: normal;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'proxima_nova_regular', 'FSMatthew', "Microsoft YaHei";
}
#container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    /* background-image: url("../../images/layout/login-bg.jpg"); */
    background-size: cover;
}
#auth-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.column {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
}
#auth-content-left{
    height: 100%;
}
#auth-content-left-c1{
    height:35%;
    display: flex;
    padding: 40px;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    background-size: cover;
    justify-content: space-between;
}

#auth-content-right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#title1{
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    margin-top:64px;
}
#title2,#title3{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}
#right-header{
    width: 100%;
    display: flex;
    padding: 40px;
    flex-direction: row;
    justify-content: flex-end;
}
#need-help{
    font-weight: 400;
    font-size: 14px;
    color: #1D3D7D;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}
#login-content,#changepwd-content{
    width: 100%;
    display: flex;
    justify-content: center;
}
#login-content-c1,#changepwd-content-c1{
    width: 566px;
    height: auto;
    background-color: rgb(255, 255, 255);
    border: 1px solid #D4D6D7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#changepwd-content-c2{
    width: auto;
    height: auto;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 10%;
}
#changepwd-content-border{
	 border: 1px solid #D4D6D7;
	 width: 566px;
     margin: auto;
}
#changepwd-content-c2 #btnBack
{
    width: 100%;
    background-color:#fff;
    color: #525B61;
    border: 1px solid #D4D6D7;
    border-radius: 0px;
    outline: none;
    box-shadow: none; 
}
#changepwd-footer p{
	    margin: 0 0 0 0;
}
#changepwd-content-position{
	position: absolute;
}
#changepwd-content-c1{
	height:auto;
}

#footer {
    position: fixed;
    width: 770px;
    height: 48px;
    margin: auto;
    bottom: 48px;
    left: 0;
    right: 0;
    color: #525B61;
    font-size: 14px;
    text-align: center;
}
#changepwd-footer {
    width: 770px;
    height: 48px;
    margin-top: 48px;
    margin-bottom: 48px;
    bottom: 48px;
    left: 0;
    right: 0;
    color: #525B61;
    font-size: 14px;
    text-align: center;
}
#footer > .copyright {
    margin: 0px;
}
#footer > .address {
    margin-top: 4px;
}
#form-title{
    margin-top: 48px;
    margin-right: 48px;
    margin-bottom: 0px;
    margin-left: 48px;
    font-size: 24px;
    color:#273239;
    font-weight: 400;
}
.form-item{
    text-align: center;
    padding-top: 32px;
    padding-right: 48px;
    padding-left: 48px;
    position: relative;
}
.form-item-rule{
    padding-bottom: 48px;
    padding-right: 48px;
    padding-left: 48px;
    position: relative;
    color: #525B61;
}
.form-item-rule .ruleBottom8px{
	padding-bottom: 8px;
	color: #525B61;
}
.form-item-rule .ruleTop8px{
	padding-top: 8px;
	color: #525B61;
}
.form-item-last{
    text-align: center;
    padding-top: 32px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 48px;
    position: relative;
}
.form-item-lastBtn{
    text-align: center;
    padding-top: 16px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 32px;
    position: relative;
}
#verifyCodeTR .input-group-addon:last-child {
    border-left: 1px solid #ccc;
    border-radius: 0;
}
.input-group-verifyCode{
	padding-right: 24px;
}
#changepwd-success-dialog .popup_ok{
	min-height: 36px;
    max-height: 36px;
    min-width: 120px;
    max-width: 120px;
}
.form-item2{
    text-align: center;
    padding-right: 48px;
    padding-left: 48px;
    padding-top: 32px;
    position: relative;
}
.form-item2.forgotpwssword{
	height: 20px;
    text-align: right;
    position: relative;
    z-index: 10;
    font-size: 14px;
    color: #525B61;
    padding-top: 4px;
}
.form-item2.forgotpwssword a{
    color: #525B61;
}
.form-item2.forgotpwssword a:hover {
	color: #525B61;
	text-decoration: none;
}
#login-btn,#btnSubmit{
    width: 100%;
    background-color:#EC0100;
    border: 1px solid #EC0100;
    border-radius: 0px;
    outline: none;
    box-shadow: none; 
}
#login-btn:hover,#btnSubmit:hover{
	background-color:#BA1B19;
}
#login-btn[disabled],#btnSubmit[disabled]{
	background-color:#D4D6D7; 
	border: 1px solid #D4D6D7;
}
#changepwd-btn-content{
	display: flex;
    justify-content: space-between;
}
#btnReset,#btnSubmit{
	width: 45%;
    height: 38px;
}
#divErrMessage,
#ruleMessage,
#tdResndMfaMsg,
#tdErrMfaMsg{
	color:#EC0100;
    word-break: break-word;
    font-size: 14px;
    text-align: left;
    background-color: #f7d8d3;
    min-height: 40px;
    padding: 8px 24px;
}
#changepwd-content-c2 #divErrMessage,
#login-content-c1 #divErrMessage{
	display: flex;
    align-items: center;
}
#need-help-content{
     height: 500px;
}
.need-help-content-item{
     padding: 15px;
}
#need-help-header{
	display: flex;
    justify-content: space-between;
}
#need-help-header-title{
	font-size: 18px;
	font-weight:600;
	color: #273239;
}
#need-help-close-btn,#email-copy-btn{
	cursor: pointer;
}
.input-border {
	color: #525B61;
    border: 1px solid #d4d6d7;
    border-radius: 0px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    height: 40px;
    width: 468px;
    outline: none;
}
#login-content #loginId .input-group .form-control{
	width: 468px;
}

.input-border::placeholder {  
  color: #d4d6d7;
}  
.input-border:focus {
    border-color: #7D8488;
    box-shadow: none;
    color: #525B61;
}
.login-input-addon {
  	border-bottom: 0;
}
.input-border[disabled], .input-border[readonly]{
	background-color:#E9EAEB;
}

.btn-border{
	padding: 0;
	border-radius: 0;
    background-color: #fff;
    border: 0;
}
#need-help-dialog{
	width:500px;
}
#need-help-dialog-content{
	width:100%;
}
#user-name-tip{
	font-size:16px;
	top: -30px;
	right: 5px;
    z-index: 10;
    display: block;
    float: right;
}
#changepwd-content-c1 #btnBack{
    width: 100%;
    background-color:#fff;
    color: #525B61;
    border: 1px solid #D4D6D7;
    border-radius: 0px;
    outline: none;
    box-shadow: none; 
}
#changepwd-content-c1 #btnBack:hover,
#changepwd-content-c2 #btnBack:hover{
        border: 1px solid #7D8488 !important;
}
input.mfa-logo-token-input {
    color: #000;
    border: 1px solid #D4D6D7;
    border-radius: 0px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding: 0px 8px 0px 8px;
	height: 32px;
	width: 297px;
	outline: none;
}
input.mfa-logo-token-input::placeholder {
	color: #D4D6D7;
}	
.mfa-resend-button{
	padding: 5px 24px;
    width: 30% !important;
    height: 32px !important;
    font-size: 16px;
    font-weight: 400;
    color: #Ec0100;
    background-color: #ffffff;
    border: 1px solid #D4D6D7;
    border-radius: 2px;
    outline: 0;
    white-space:nowrap;
}
#tdErrMfaMsgBox{
	padding-top: 24px;
}
.mfa-submit-line #btnSubmit {
	padding: 5px 24px;
    width: 104px !important;
    height: 32px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #EC0100;
    border: 1px solid #D4D6D7 !important;
    border-radius: 2px;
    outline: 0;
}
.mfa-submit-line #btnSubmit:hover{
	background-color:#BA1B19 !important;
}
.mfa-submit-line #btnSubmit:hover label{
	cursor: pointer;
}
.mfa-code-line #btnResend{
	color:#EC0100  !important;
	background-color: #ffffff  !important;
	font-weight: bold   !important;
	padding: 5px 24px;
    width: 104px !important;
    height: 32px !important;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #D4D6D7 !important;
    border-radius: 0px;
    outline: 0;
}
.mfa-code-line .mfa-logo-button:hover{
	color:#BA1B19 !important;
	cursor: pointer !important;
}
.mfa-code-line .mfa-logo-button:hover label{
	cursor: pointer  !important;
	color:#BA1B19 !important;
}
.mfa-code-line .mfa-resend-button{
	cursor: default;
}
.mfa-email-line {
	text-align: left;
	padding-top: 24px;
	color: #7D8488;
}
.mfa-code-line {
	text-align: left;
	padding-top: 12px;
	padding-bottom: 24px;
	color: #7D8488;
	display: flex;
}
.mfa-submit-line {
	text-align: right;
	color: #7D8488;
}
.mfa-header {
   padding-top: 4px;
   padding-left: 12px;
   padding-right: 12px;
   padding-bottom: 4px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   background-color: rgba(39,50,57,0.1);
   color: #273239;
}
#mfaPage {
   padding-top: 0;
   padding-left: 24px;
   padding-right: 24px;
   padding-bottom: 24px;
}
.ptbank-logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ptbank-logo {
    background: url(../../images/icons/logo-white.png) no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 42px;
    width: 300px;
    position: relative;
    margin-top: 48px;
    margin-left: 48px;
    margin-right: 48px;
}
#login-content #loginId #verifyCodeTR .form-control{
	width: 355px;
}
#login-content #loginId .userNameTip {
	background-image: url(../../images/icons/sprites.png);
	background-position: -270px -180px;
	background-repeat: no-repeat;
	width: 20px;
    height: 20px;
}
.btn{
	font-size: 18px;
}
#login-content .ptbank-logo-input-tips {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
}
#login-content .ptbank-logo-input-tips > .tips-bg {
    position: absolute;
    width: 370px;
    height: 30px;
    right: 140px;
    top: -5px;
    color: #ffffff;
    background-color: #7D8488;
    display: inline-block;
    opacity: 0.8;
}
#login-content .ptbank-logo-input-tips > .tips-text {
    position: absolute;
    width: 370px;
    height: 30px;
    right: 140px;
    top: -5px;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
#login-content .userNameTip:hover ~ p.ptbank-logo-input-tips{
	display: inline;
	position: absolute;
	right: -92px;
	top: 0px;
}
#login-content .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    left: -150px;
    top: 24px;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #7D8488;
    opacity: 0.8;
}