#login {
    top: -60px;
    z-index: 9999;
    background: white;
    /* background: linear-gradient(135deg, #EFDD39 1%,#3CBFF1 49%,#3CBFF1 100%); */
}

#login>div {
    display: table;
    width: 100%;
    height: 100%;
}

#login .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#login .content {
    width: 350px;
    display: inline-block;
    text-align: center;
}

#login .content .tit {
    color: #6f6f6f;
    font-size: 48px;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 100;
    letter-spacing: 0.15em;
}
#login .content .sub-tit {
    color: black;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 40px;
    display: inline-block;
}


#login .content img {
    width: 50%;
    margin-bottom: 40px;
}

#login .content .input-box i {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    opacity: 0.3;
}

#login .content>div {
    position: relative;
    overflow: hidden;
    background: white;
    border-radius: 25px;
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    /* display: inline-block; */
    width: 100%;
    border: 1px solid #d4d4d4;
}

#login .content>div input::placeholder {
    color: rgb(219, 219, 219);
}
#login .content>div input {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    left: 66px;
    right: 0;
    line-height: 50px;
    font-size: 15px;
    color: #393939;
    font-weight: bold;
    font-family: nbg;
}

#login .submit-button:hover {
    color: white;
}
#login .submit-button {
    font-size: 16px;
    font-weight: bold;
    background: black !important;
    color: #6daeff;
    cursor: pointer;
}

#login .braker {
    width: 1px;
    height: 1px;
    pointer-events: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: absolute;
    bottom: -20px;
}