* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.app-wrapper
{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: linear-gradient(-45deg, #8fc4ff, #3c3fe7,#9ae4ff, #2172fe);
    background-size: 400% 400%;

}

.login-body
{
    margin: 0 auto;
    width: 6.5rem;
    z-index: 0;
    position: relative;
    height: 100%;
}

@media screen and (min-width: 460px) {
    .login-body
    {
        width: 5.5rem;
    }
}

@media screen and (min-width: 460px) {
    .iziToast {
        min-width: 246px;
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 5px 10px rgba(0,0,0,.15)
    }
}

.login-container
{
    position: relative;
    top: 30%;
    background-color: #fff;
    box-shadow: 0 0.04rem 0.2rem 0.04rem rgb(13 72 145 / 10%);
    background-size: cover;
    border-radius: 3px;
    height: auto;
    padding: 10px;
}

.content-header {
    margin-bottom: 16px;
}

.content-header .content-body .content-form
{
    width: 100%;
    height: auto;
}

.content-body
{
    padding: 10px;
}

.content-header>span
{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #227df7;
    letter-spacing: 3px;
}

.content-form {
    display: flex;
    flex-direction: column;
}

.input-content
{
    outline: none;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #cacaca9c;
    font-size: 14px;
    line-height: normal;
    color: #080808;
}

.input-content:focus
{
    border: 1px solid #2b8fff;
}

.input-content::placeholder
{
    font-size: 13px;
}

.login-btn
{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 3px;
    background-color: #2b8fff57;
    border: none;
    outline: none;
    color: #2180f2;
    font-size: 16px;
    margin-top: 12px;
    border-radius: 2px;
}
