.login-container {
|
height: 100vh;
|
min-height: 600px;
|
background-color: #000000;
|
background-size: cover;
|
background-repeat: no-repeat;
|
background-position: center center;
|
.logo {
|
height: 100px;
|
padding-top: 30px;
|
line-height: 80px;
|
border-bottom: 2px solid #1890ff;
|
img {
|
max-height: 100%;
|
}
|
}
|
.login-middle {
|
position: relative;
|
height: calc(100vh - 194px);
|
min-height: 420px;
|
background-size: cover;
|
background-position: center center;
|
border-bottom: 2px solid #1890ff;
|
|
.login-form {
|
float: right;
|
margin-top: 5%;
|
margin-right: 20%;
|
padding: 1.6vw;
|
background: #ffffff;
|
width: 22vw;
|
min-width: 300px;
|
border-radius: 5px;
|
|
h4 {
|
font-size: 20px;
|
font-weight: bold;
|
color: #0A95CB;
|
margin-bottom: 3vh;
|
}
|
.ant-form-item {
|
font-size: 16px;
|
margin-bottom: 3vh;
|
height: 40px;
|
}
|
.btn-login {
|
margin-bottom: 3vh;
|
}
|
.minline {
|
display: inline-block;
|
margin-bottom: 3vh;
|
margin-top: -10px;
|
}
|
.minline.right {
|
float: right;
|
width: 100px;
|
.ant-select-selection {
|
border: 0;
|
box-shadow: none;
|
.ant-select-selection-selected-value {
|
float: right;
|
margin-right: 10px;
|
}
|
}
|
}
|
button {
|
width: 100%;
|
height: calc(2vw + 10px);
|
min-height: 30px;
|
line-height: 1;
|
}
|
.ant-dropdown-link {
|
float: right;
|
cursor: pointer;
|
line-height: 20px;
|
margin-top: 10px;
|
.anticon.anticon-down {
|
font-size: 16px;
|
}
|
}
|
.ant-input-affix-wrapper {
|
font-size: 16px;
|
}
|
.ant-input {
|
font-size: 16px;
|
height: calc(2vw + 5px);
|
min-height: 30px;
|
}
|
.ant-form label {
|
font-size: 16px;
|
}
|
.ant-btn {
|
font-size: 18px;
|
}
|
.anticon-eye {
|
color: #1890ff;
|
}
|
}
|
.login-sync-button {
|
position: absolute;
|
bottom: 10px;
|
left: 20px;
|
}
|
}
|
.login-bottom {
|
text-align: center;
|
color: #ffffff;
|
padding-top: 20px;
|
p span.split {
|
margin-right: 15px;
|
}
|
a {
|
display: inline-block;
|
margin-bottom: 5px;
|
color: #ffffff;
|
}
|
}
|
.ant-btn-primary[disabled] {
|
color: #fff;
|
background-color: #40a9ff;
|
border-color: #40a9ff;
|
}
|
}
|
.sync-cloud-application {
|
.ant-modal-body {
|
min-height: 176px;
|
}
|
}
|
.ant-message {
|
top: 50px;
|
z-index: 1080;
|
}
|
@media screen and (max-width: 500px) {
|
.login-container {
|
.login-middle {
|
.login-form {
|
float: unset;
|
margin: 0 auto;
|
margin-top: 5%;
|
}
|
}
|
}
|
}
|