body {
    background-color: #121321;
    margin: 0;
    height: 100vh;
    max-height: 100vh;
    max-height: 100%;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.logindiv {
    align-items: center;
    align-content: center;
    text-align: center;
    position: relative;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #22253d;
    height: fit-content;
    width: 500px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 30px;
    padding-bottom: 30px;
    transition: top 0.5s ease;
}

.logindiv h1 {
    color: white;
    margin-bottom: 50px;
}

.logindiv h2 {
    text-align: left;
    margin-left: 45px;
    width: 400px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.829);
    margin-bottom: 0px;
    margin-top: 10px;
}

.logindiv h3 {
    text-align: left;
    margin-left: 45px;
    width: 400px;
    font-size: 15px;
    color: rgb(119, 121, 224);
    cursor: pointer;
}

.logindiv input {
    padding-left: 10px;
    margin-bottom: 10px;
    color: white;
    outline: none;
    width: 400px;
    height: 35px;
    border-radius: 5px;
    border: 1.5px solid rgb(119, 121, 224);
    background-color: #292f3f;
}

.logindiv button {
    margin-top: 30px;
    width: 400px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    background-color: rgb(119, 121, 224);
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
}

.logindiv button:hover {
    background-color: rgb(100, 102, 212);
}

.sucl {
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.sucll {
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 0.5px solid black;
}