html {
    height: 100%;
}
body {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
a {
    color: #449d44;
    text-decoration: none;
}
input,textarea {
    background:none;
    outline:none;
}
input:focus,textarea:focus {
    border: 1px solid #4cae4c;
}
input[type="checkbox"] {
    -webkit-appearance:none;
    margin:0;
    border-radius: 2px;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border: 1px solid #9d9d9d;
}
input[type="checkbox"]:hover{
    border-color: #4cae4c;
}
input[type="checkbox"]:checked{
    background-color: #5cb85c;
    border-color: #4cae4c;
}
input[type="checkbox"]:checked::before{
    content: '';
    position: relative;
    display: block;
    height: 3px;
    width: 6px;
    border: 0 solid #fff;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
    left: 2px;
}
button:disabled {
    color: #ccc;
}
.item1 {
    flex-grow: 1;
    width:40%;
    height:100%;
    background-color: #333333;
    opacity: 0.95;
}

.item2 {
    flex-grow: 2;
    width:60%;
    height:100%;
}
.container{
    text-align: center;
    color:#fff;
    padding: 40px 60px;
    max-width: 100%;
    box-sizing: border-box;
    margin:auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.container img{
    width:50%;
}
.login-container {
    background-color: #ffffff;
    padding: 40px 60px;
    /*border-radius: 8px;*/
    box-shadow: -20px 20px 10px 0px rgb(0 0 0 / 50%);
    max-width: 100%;
    width: 380px;
    box-sizing: border-box;
    margin:auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.login-container:hover{
    top:51%;
    box-shadow: -20px -20px 20px 10px rgb(0 0 0 / 50%);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.login-title {
    margin-bottom: 30px;
    color: #333333;
    text-align: center;
}
.form-group {
    margin-bottom: 20px;
    width: 100%;
}
.captcha{
    position:absolute;
    display:inline-block;
    width:87px;
    height:37px;
    margin-top:3px;
    margin-left:-88px;
    background-color: #fff;
    border-radius:4px;
    border: none;
    cursor:pointer;
    overflow:hidden;
}
.send-code{
    position:absolute;
    color:#4cae4c;
    width:87px;
    height:37px;
    margin-top:3px;
    margin-left:-88px;
    background-color: #fff;
    font-size:12px;
    border-radius:4px;
    border: none;
    outline: none;
    cursor:pointer;
}
.icon {
    position:absolute;
    color:#9e9e9e;
    padding: 12px;
    font-size:15px;
}
.eye{
    cursor:pointer;
    margin-left:-40px;
}
.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 40px;
    width: 100%;
    line-height:15px;
    box-sizing: border-box;
}
#cookie{
    padding: 12px 20px;
    resize:none;
}
.login-btn {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    margin-top: 10px;
    transition: background-color 0.3s ease-in-out;
}
.login-btn:hover {
    background-color: #449d44;
}
.error-message {
    color: #d9534f;
    text-align: center;
    font-size: smaller;
    height:15px;
    line-height:15px;
    margin-bottom:0;
}

.changel-r{
    font-size: smaller;
    color:#9d9d9d;
}
label{
    position: relative;
    top:-2px;
    padding-left: 3px;
}
.repass{
    position: relative;
    top:-2px;
    float: right;
}
/* 弹窗背景 */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.popup-content {
    position:relative;
    background-color: #fff;
    max-width: 320px;
    height:340px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    /*border-radius: 5px;*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
/* 弹窗内容 */
.popup-content2 {
    position:relative;
    background-color: #fff;
    max-width: 750px;
    height:90%;
    margin: auto;
    top: 50%;
    color:#4cae4c;
    transform: translateY(-50%);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    overflow: auto;
}
.popup-content2 p{
    font-size: 12px;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.refreshIcon {
    color:#fff !important;
}
.modal-colorful-header {
    position: absolute;
    color: #fff;
    background: #5cb85c;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-colorful-header>.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #4cae4c;
    border:1px solid #4cae4c;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    opacity: .6;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    z-index: 9;
}
.modal-colorful-header .close:hover {
    border:1px solid #e6e8eb;
}
.text-center{
    text-align: center;
    z-index: 9;
}
.modal-colorful-header>.colorful-make {
    bottom: 0;
    height: 290px;
    width: 323px;
    top: 60%;
}
.modal-colorful-header>.colorful-make, .modal-colorful-header>.colorful-make::after, .modal-colorful-header>.colorful-make::before {
    position: absolute;
    background: #248f32;
    border-radius: 100%;
    content: ' ';
}
.modal-colorful-header>.colorful-make::before {
    right: -558px;
    bottom: 0;
    height: 300px;
    width: 677px;
    top: -325px;
    transform: rotate(341deg);
    opacity: .6;
}
.modal-colorful-header>.colorful-make::after {
    left: -262px;
    bottom: 0;
    height: 214px;
    width: 402px;
    top: -170px;
    transform: rotate(326deg);
    opacity: .4;
}
.em2x {
    font-size: 24px;
}
.mt6 {
    margin-top: 6px;
}

.em12 {
    font-size: 16px;
}
@media (max-width: 767px) {
    .login-container {
        /*padding: 40px 20px;*/
        width: calc(100% - 40px);
    }
    .item1{
        display:none;
    }
}