@media screen and (max-width: 768px) {
    .logined {
        margin-bottom: 10px;
    }
}
.logined {
    display: flex;
    align-items: center;
}

.loginDialog {
    z-index: 1011;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    height: 300px;
    border: 1px solid #FBFBFB;
    border-radius: 25px;
    background: #FBFBFB;

}
.loginForm h2 {
    text-align: center;
}
.loginTitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}
.login-form{

}
.login-form input{
    text-align: center;
    width: 70%;
    margin: 10px auto;
}
.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0.4em;
    /*background-color: #d3d3d3;*/
    background: linear-gradient(to bottom,#fff 0%,#d3d3d3 100%);
    border-radius: 25px;
    transition: .4s ease-in-out;
    margin-block-end: 0;
}

.form:hover {
    /*transform: scale(1.05);*/
    /*border: 1px solid black;*/
}

#heading {
    text-align: center;
    margin: 1em;
    color: black;
    font-size: 1.5em;
    font-weight: 600;
}

.field {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    border-radius: 25px;
    padding: 0.6em;
    border: none;
    outline: none;
    color: white;
    background-color: white;
    box-shadow: inset 2px 5px 10px rgb(232 232 232);
}

.input-icon {
    height: 1.3em;
    width: 1.3em;
    fill: black;
}
input {
    background-color: #000000;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #000000;
    transition: background-color 50000s ease-in-out 0s;
}

.input-field {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: #000000;
}

.form .btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 0.5em;
}

.button1 {
    padding: 0.5em;
    padding-left: 2.3em;
    padding-right: 2.3em;
    border-radius: 5px;
    margin-right: 0.5em;
    border: none;
    outline: none;
    transition: .2s ease-in-out;
    /*background-color: #ffffff;*/
    color: black;
    background: linear-gradient(to bottom,#00c9e1 0%,#007fff 100%);
    width: 100%;
}

.button1:hover {
    background-color: black;
    color: white;
}

.button2 {
    padding: 0.5em;
    padding-left: 2.3em;
    padding-right: 2.3em;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: .4s ease-in-out;
    background-color: #ffffff;
    color: black;
}

.button2:hover {
    background-color: black;
    color: white;
}

.button3 {
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: .4s ease-in-out;
    background-color: #ffffff;
    color: black;
}

.button3:hover {
    background-color: black;
    color: white;
}
.closeDialog{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
input:-webkit-autofill {
    box-shadow:0 0 0 1000px #ffffff inset !important;
}
.loginBtn {
    font-size: 1.5rem;
    color: #404040;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid #FAFAFA;
    background: #f5f5f5;
    box-shadow: 3px 3px #cfbebe;
    cursor: pointer;
    width: 100px;
    height: 40px;
}

.loginBtn:active {
    box-shadow: none;
    transform: translate(3px, 3px);
}
.mask{
    display: none;
    z-index: 1000;
    position:fixed;
    top     : 0;
    left    : 0;
    bottom  : 0;
    right   : 0;
    background:rgba(0,0,0,.5);  /*一般遮罩随便设置一个颜色*/
}
.forgitPwd{
    text-align: center;
}
.input-field::-ms-input-placeholder{
    text-align: left;
}
.input-field::-webkit-input-placeholder{
    text-align: left;
}
.fatherBread  .showChild {
    white-space: nowrap;
}
