body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxShadow {
    width: 60%;
    height: max-content;
    padding: 40px;

    display: flex;
    flex-direction: row;
}

/* LEFT */
.presentation, .box {
    display: flex;
    flex-direction: column;
}

.presentation {
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.fts {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    max-width: 80%;
}

.depois h1 {
    color: var(--color03);
    text-shadow: 1px 1px 0px #57595940;
}

.i {
    border-radius: 50%;
    border: 2px solid var(--color03);
    margin: 10px !important;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label img {
    border: 3px solid var(--color03);
    width: 71px;
    height: 71px;
    box-shadow: 0px 0px 1px 1px #5d5d5d1a;
}

/* RIGHT */
label, a, .criar, .box img, p, a input {
    color: var(--color01);
}

h1 {
    color: var(--color02);
    text-shadow: 1px 1px 0px #00000040;
    text-align: center;
}

label {
    font-size: 1.4em;
}

.box-blue {
    background-color: var(--color02);
    width: 50%;
    border-radius: 30px;
    padding: 30px;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.box {
    background-color: white;
    min-height: 80%;
    width: 100%;
    font-size: 1.2em;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box input, .input {
    padding: 4px;
    background-color: var(--color00);
    align-items: center;
    justify-content: center;
}

.box input {
    margin-right: auto;
    font-size: 1.2em;
    width: 100%;
}

.input {
    display: flex;
    padding: 5px;
}

i {
    margin: 0px 5px;
    color: var(--color01);
}

.sinput i:hover {
    cursor: pointer;
    color: var(--color03);
}

.topic {
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}

.topic a, a input {
    margin-left: auto;
}

a input {
    background-color: transparent !important;
    font-size: 1em;
    cursor: pointer;
}

a.criar {
    margin: 10px;
}

/* RIGHT BOTTOM */
input.btn {
    margin: 20px 0 0 0;
    padding: 5px 40px;
    width: 80%;
    font-size: 1.5em;
}

input.login {
    background-color: var(--color01);
}

input.criar {
    background-color: white;
    box-shadow: 0px 0px 1px 1px #0000001a;
}

@media screen and (max-width: 1250px) {
    .box-blue h1 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 1150px) {
    .boxShadow {
        width: 70%;
        flex-direction: column;
    }
    .depois {
        margin-top: 100px;
        max-width: 100%;
    }
    .presentation {
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: -40px;
        padding-right: 0px;
        max-width: 90% !important;
    }
    .box-blue {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .depois {
        max-width: 80%;
    }
}

@media screen and (max-width: 635px) {
    .boxShadow {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .box-blue h1 {
        font-size: 1.5em;
    }
    p.alert {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 425px) {
    .box-blue, .boxShadow {
        padding: 10px;
    }

    .box-blue i {
        display: none;
    }

    .box-blue .input {
        background-color: transparent;
    }
}

@media screen and (max-width: 370px) {
    .i {
        border: 2px solid var(--color03);
        width: 50px;
        height: 50px;
    }

    input[type="radio"]:checked + label img {
        border: 3px solid var(--color03);
        width: 51px;
        height: 51px;
    }
}