body{
    height: 100%;
    line-height: 100%;
    background: url("./../image/index.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
}


.login {
    display: flex;
    margin: 60px auto;
    align-items: center;
    justify-content: center;
    max-width: 561px;
    height: 417px;

    border-radius: 5px;
    background-color: hsla(0, 0%, 0%, 70%)
}


.login-box {
    width: 360px;
    height: 42px;
    display: block;
    margin: 5px auto;
    border-radius: 5px;
    border: none;
    text-indent: 8px;
} 

.login-btn {
    width: 164px;
    height: 42px;
    display: block;
    text-transform: uppercase;
    margin: 30px auto 0 auto;
    border-radius: 5px;
    border: none;
    padding: 4px;
    color: #000;
    background-color: #f44242;
    cursor: pointer;
    font-size: 1.1rem;

}

.login-btn:hover {
    color: #fff;
}

