﻿body {
    background-color: #4a93f1;
}

.middle {
    padding: 21px;
    background-color: rgb(255 255 255 / 82%);
    border-radius: 15px;
    box-shadow: 10px 10px 5px rgb(0 0 0 / 25%);
}

.login {
    margin-left: 20px;
}

.font2 {
    font-size: 1em;
}

.btn {
    border-radius: 6px;
}

.loginBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.loginContain {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logintop {
    position:absolute;
    background-color: rgb(255 255 255 / 23%);
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    color: white;
}

.loginicn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: -4px 0 0 10px;
}

.loginfooter {
    position: absolute;
    bottom: 0;
    height: 41px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.loginfooterinfo {
    line-height: 41px;
    font-size: 13px;
    font-family: auto;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.swiper-smooth-scroll {
    transition-timing-function: linear;
}