2013-12-30 05:13:35 +08:00
|
|
|
|
|
|
|
.b-login-content {
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.loginFormWrapper {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
2015-04-14 02:45:09 +08:00
|
|
|
perspective: 500px;
|
2014-01-19 04:49:14 +08:00
|
|
|
|
|
|
|
.descWrapper {
|
2014-09-22 15:12:12 +08:00
|
|
|
|
2014-01-19 04:49:14 +08:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
}
|
2013-12-30 05:13:35 +08:00
|
|
|
|
2014-02-01 05:37:26 +08:00
|
|
|
.alertError {
|
|
|
|
max-width: 450px;
|
|
|
|
}
|
|
|
|
|
2015-06-01 01:40:54 +08:00
|
|
|
.wrapper-parent {
|
|
|
|
}
|
|
|
|
|
2013-12-30 05:13:35 +08:00
|
|
|
.loginForm {
|
|
|
|
background-color: #efefef;
|
|
|
|
text-align: left;
|
|
|
|
color: #333;
|
|
|
|
margin: 0;
|
|
|
|
float: none;
|
2014-12-06 05:01:33 +08:00
|
|
|
width: 303px;
|
2013-12-30 05:13:35 +08:00
|
|
|
}
|
|
|
|
|
2015-06-01 01:40:54 +08:00
|
|
|
.loginWelcomeForm {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-on {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome-off {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-12-06 05:01:33 +08:00
|
|
|
/* .control-label {
|
2013-12-30 05:13:35 +08:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 30px;
|
2014-12-06 05:01:33 +08:00
|
|
|
}*/
|
2013-12-30 05:13:35 +08:00
|
|
|
|
2014-12-06 05:01:33 +08:00
|
|
|
.controls, .control-group {
|
2013-12-30 05:13:35 +08:00
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
2016-09-16 04:34:30 +08:00
|
|
|
padding: 40px 40px 20px 40px;
|
2013-12-30 05:13:35 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#recaptcha_image img {
|
|
|
|
border: 1px solid #ccc;
|
2014-08-28 23:27:30 +08:00
|
|
|
border-radius: 3px;
|
2013-12-30 05:13:35 +08:00
|
|
|
}
|
|
|
|
|
2014-12-06 05:01:33 +08:00
|
|
|
.controls {
|
|
|
|
.inputLoginForm, .inputEmail, .inputLogin, .inputPassword, .inputAdditionalCode {
|
|
|
|
font-size: 18px;
|
|
|
|
height: 40px;
|
2015-01-10 03:58:10 +08:00
|
|
|
line-height: 20px;
|
2016-08-31 04:24:02 +08:00
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
2014-12-06 05:01:33 +08:00
|
|
|
}
|
2013-12-30 05:13:35 +08:00
|
|
|
}
|
|
|
|
|
2015-04-25 21:50:10 +08:00
|
|
|
.languageLabel {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signMeLabel .e-checkbox {
|
2013-12-30 05:13:35 +08:00
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2014-09-22 15:12:12 +08:00
|
|
|
.languageLabel {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2013-12-30 05:13:35 +08:00
|
|
|
.input-append .add-on {
|
|
|
|
position: relative;
|
|
|
|
height: 30px;
|
|
|
|
background: none;
|
|
|
|
margin-left: -35px;
|
|
|
|
z-index: 1000;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append .add-on i {
|
|
|
|
font-size: 17px;
|
|
|
|
line-height: 29px;
|
|
|
|
color: #999;
|
2016-09-16 04:34:30 +08:00
|
|
|
|
|
|
|
&.login-submit-icon{
|
|
|
|
font-size: 24px;
|
|
|
|
padding-top: 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-12-30 05:13:35 +08:00
|
|
|
}
|
|
|
|
|
2014-12-06 05:01:33 +08:00
|
|
|
.controls.error .add-on i, .control-group.error .add-on i {
|
2013-12-30 05:13:35 +08:00
|
|
|
color: #b94a48;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonLogin {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginAfter {
|
|
|
|
display: inline-block;
|
|
|
|
height: 90%;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flag-selector {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2014-10-30 21:59:25 +08:00
|
|
|
|
|
|
|
.social-buttons {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-button, .language-button {
|
|
|
|
padding: 5px;
|
|
|
|
outline: none;
|
|
|
|
}
|
2013-12-30 05:13:35 +08:00
|
|
|
}
|
2016-06-23 06:26:54 +08:00
|
|
|
|
|
|
|
@keyframes loginRotation {
|
|
|
|
to {transform: rotate(1turn);}
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitting-pane {
|
|
|
|
position: relative;
|
2016-09-02 04:41:36 +08:00
|
|
|
&.submitting:before{
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background: transparent;
|
|
|
|
background: rgba(0,0,0,.3);
|
|
|
|
z-index: 1051;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
2020-07-22 14:17:02 +08:00
|
|
|
html &.submitting:after{
|
2016-09-02 04:41:36 +08:00
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin-top: -30px;
|
|
|
|
margin-left: -30px;
|
|
|
|
|
|
|
|
border: 8px solid transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
border-top-color: #fff;
|
|
|
|
animation: loginRotation 1s infinite ease-in-out;
|
|
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
z-index: 1052;
|
2016-06-23 06:26:54 +08:00
|
|
|
}
|
|
|
|
}
|
2016-09-22 00:57:13 +08:00
|
|
|
|
|
|
|
.btn-submit-icon-wrp {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
outline: none;
|
|
|
|
cursor: pointer;
|
2020-07-22 14:17:02 +08:00
|
|
|
}
|