:root {
    --rebc: rgb(27, 89, 160);
    --rpbc: rgb(27, 89, 160);
    --rprbc: rgb(27, 89, 160);
    --rlnbc: rgb(27, 89, 160);
    --rfnbc: rgb(27, 89, 160);
    --rbbc: rgb(27, 89, 160);
    --rbfbc: rgb(27, 89, 160);
    --rtoubc: rgb(27, 89, 160);
    --rcs: 1.0;
    --rcpx: 200vw;
    --rcpy: 0vh;
}

#register-container {
    position: fixed;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    transform: translateX(var(--rcpx)) translateY(var(--rcpy)) scale(var(--rcs));
    width: 400px;
    height: fit-content;
    background-color: transparent;
    border-radius: 50px;
    animation: shadow infinite 5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-emailcontainer {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rebc);
}

#register-email {
    background-color: rgb(0, 0, 0, 0);
    width: 300px;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
}

.register-passwordcontainer {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rpbc);
}

#register-password {
    background-color: rgb(0, 0, 0, 0);
    width: 300px;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
}

.register-passwordreplycontainer {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rprbc);
}

#register-passwordreply {
    background-color: rgb(0, 0, 0, 0);
    width: 300px;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
}

#register-last-first-namecontainer {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.register-lastnamecontainer {
    margin-right: 20px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rlnbc);
}

#register-lastname {
    background-color: rgb(0, 0, 0, 0);
    width: 150px;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
}

.register-firstnamecontainer {
    display: flex;
    padding-left: 7px;
    padding-right: 7px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rfnbc);
}

#register-firstname {
    background-color: rgb(0, 0, 0, 0);
    width: 150px;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
}

.register-birthdaycontainer {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rbbc);
}

.register-birthday {
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
    margin-right: 10px;
}

#register-birthday {
    background-color: #4d4d4d;
    outline: none;
    border: none;
    color: rgb(170, 170, 170);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.register-termsofusecontainer {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rtoubc);
}

#register-termsofuse {
    background-color: rgb(0, 0, 0, 0);
    width: fit-content;
    height: 25px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
    cursor: pointer;
}

#register-termsofuse:hover {
    color: rgb(0, 153, 255);
}

#register-fpass {
    font-family: "Josefin+Sans";
    font-size: larger;
    margin-right: -40%;
    color: rgb(170, 170, 170);
    cursor: pointer;
}

#register-fpass:hover {
    color: rgb(0, 153, 255);
}

#register-login {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    font-size: larger;
    color: rgb(170, 170, 170);
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;
    bottom: 0;
}

#register-login:hover {
    color: rgb(0, 153, 255);
}

#register-botfiltertext {
    background-color: rgb(0, 0, 0, 0);
    width: 300px;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
}

.register-botfilterimage {
    margin-top: 10px;
}

.register-botfiltertextcontainer {
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--rbfbc);
}

#register-botfilter {
    background-color: rgba(45, 51, 58, 0.733);
    min-width: 150px;
    cursor: pointer;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
    border: 2px solid rgb(27, 89, 160);
    border-radius: 10px;
    box-shadow: 0 0 3px #4d4d4d;
    line-height: 35px;
}

#register-botfilter:hover {
    background-color: rgb(43, 54, 65);
    cursor: pointer;
}

#register-register {
    background-color: rgba(45, 51, 58, 0.733);
    min-width: 160px;
    display: none;
    cursor: pointer;
    height: 35px;
    text-align: center;
    font-size: large;
    outline: none;
    color: rgb(170, 170, 170);
    border: 2px solid rgb(27, 89, 160);
    border-radius: 10px;
    box-shadow: 0 0 3px #4d4d4d;
    line-height: 35px;
}

#register-register:hover {
    background-color: rgb(43, 54, 65);
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    #register-container {
        scale: 0.8;
    }
}