body{
    background-color: #f6f8fa;
}
.wrapper{
    max-width: 400px;
    margin: 0 auto;
}

.login{
    position: relative;
    margin-top: 2rem;
    height: calc(100vh - 8rem);
}

.signin-content{
    
}

.center-line {
    display: flex;
    align-items: center;
    text-align: center;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #000;
}