.content{
    margin-top: 15rem;
}
.top-logo {
    width: 18rem;
    position: absolute;
    top: 4rem;
}
.main-logo {
    width: 18rem;
}
.login-table {
    margin-top: 4rem;
}
.login-table input {
    width: 23rem;
    height: 3.5rem;
    margin-bottom: 0.5rem;
    border: 0.1rem solid #68636354;
    border-radius: 0.4rem;
}
.login-table input::placeholder {
    font-size: 1.5rem;
    color: #00000047;
    padding-left: 0.5rem;
}
.login-table #login {
    border-radius: 0.4rem;
    height: 4rem;
    width: 23rem;
    background-color: red;
    color: #FFFFFF;
    margin-top: 1rem;
}
.login-table #register {
    border-radius: 0.4rem;
    height: 4rem;
    width: 18rem;
    background-color: #c9c9ca;
    color: #676464;
}
.text-1{
    font-size: 2rem;
    color: #000000;
}
.text-2{
    font-size: 4rem;
    color: red;
    font-weight: 100;
    height: 4.5rem;
}

#group_id {
    width: 23.5rem;
    height: 3.5rem;
    border: 0.1rem solid #68636354;
    border-radius: 0.4rem;
    color: #aeaeae;
}