body {
    width: 100%;
    display: block;
    /* justify-content: center; */
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

* {
    margin: 0px;
    box-sizing: border-box;
    font-size: 11px;
}


/* login */
/* .login-body {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
} */


.main {
    width: 350px;
    height: 400px;
    display: inline-block;
    /* justify-content: center;
    align-items: center;
    flex-direction: column; */
    border: 1px solid lightgrey;
    border-radius: 5px;
    text-align: center;
}

.login_img{
    width: 18%;
    margin-top: 50px;
}
.logo {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 30px;
}

#login-submit{
    width: 100%;
    background-color: #4B04C5;
    border-color: transparent;
    color: white;
    cursor: pointer;
}

#login-signup{
    width: 100%;
    background-color: #4B04C5;
    border-color: transparent;
    color: white;
    cursor: pointer;
}

.account {
    display: block;
    margin-bottom: 3px;
    padding:8px;
    border: 1px solid lightgray;
    border-radius: 3px;
    font-size: 13px;
}

.container{
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
}

.container button{
    font-size: 13px;
}

#alert {
    border-color: transparent;
}



/* signup */


/* .signup-body {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
} */

.wrap {
    width: 45%;
    border: 1px solid lightgrey;
    display: inline-block;
}

.wrap input {
    border: 1px solid lightgrey;
    border-radius: 3px;
    line-height: 35px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}


.wrapper {
    padding: 10px;
}

.signup_img{
    width: 10%;
}

div {
    padding-top: 3px;
    padding-bottom: 8px;
}

.title {
    text-align: center;
    font-weight: 700;
}

.email input {
    width: 100%;
}

.name input {
    width: 100%;
}

.password input {
    width: 100%;
}

.passwordCheck input {
    width: 100%;
}


.signUp button {
    width: 100%;
    cursor: pointer;
    background-color: #4941B8;
    border-color: transparent;
    color: white;
    font-size: 15px;
    border-radius: 5px;
}

.signUp button {
    cursor: pointer;
    height: 30px;
}

.error {
    font-size: 1px;
    height: 20px;
    color: red;
    font-weight: 700;
    text-align: left;
}

/* modify */
#modify{
    width: 100%;
    background-color:lightgray;
    border-color: transparent;
    color: black;
    cursor: pointer;
    font-weight: 500;
}