#view-login {
    padding: 0;
}

#top {
}

#logo {
    width: 84px;
    height: 84px;
    margin: 0 auto 14px;
}

#logo img {
    border-radius: 50%;
    width: 84px;
    height: 84px;
}

#title {
    color: #2C2C33;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}

form {
    display: grid;
    width: 100%;
    padding: 40px;
}

input {
    color: #A4A8A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.input-box {
    border-radius:                          10px;
    margin-bottom:                          10px;
}

.button-underline {
    margin-top:                             2px;
    margin-left:                            auto;
}

#button-login {
    margin:                                 48px 0 0;
}
