.container-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85vh;
    border-radius: 4px;
}

.wrapper-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 70%;
    box-shadow: 0 2px 20px rgba(90, 115, 159, 50);
    border-radius: 5px;
}

.container-form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10vh 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    background-color: rgb(8, 153, 158);
    width: 50%;
}

.container-form h1 {
    color: #ffffff;
}

.redirect {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    background-color: #ffffff;
    color: rgb(8, 153, 158);
    font-weight: bold;
}

.redirect a {
    color: rgb(8, 153, 158);
    font-weight: bold;
    margin: 0 10px;
}

.redirect a:hover {
    cursor: pointer;
}

.container-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50%;
}

.container-image>img {
    width: 20vw;
}

.container-form input {
    width: 20vw;
}

.container-email label {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

.container-email {
    margin: 3vh 0;
}

.container-password label {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

.container-password {
    margin: 3vh 0;
}

.container-remember {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 3vh 0;
}

.container-remember label {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

.container-button button {
    background-color: #ffffff;
    color: rgb(8, 153, 158);
    font-weight: bold;
    width: 5vw;
    border: 1px solid rgb(8, 153, 158);
}

.container-button a {
    color: #ffffff;
    font-weight: bold;
}

.container-button {
    margin: 3vh 0;
}

.container-register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85vh;
    border-radius: 4px;
}

.wrapper-register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    box-shadow: 0 2px 20px rgba(90, 115, 159, 50);
    border-radius: 5px;
}

.container-name label {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

.container-name {
    margin: 3vh 0;
}

.container-confirm label {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

.container-confirm {
    margin: 3vh 0;
}

.btn-reset-password {
    background-color: #ffffff;
    color: rgb(8, 153, 158);
    font-weight: bold;
    width: 12vw;
    border: 1px solid rgb(8, 153, 158);
}

.btn-confirm-password {
    background-color: #ffffff;
    color: rgb(8, 153, 158);
    font-weight: bold;
    width: 10vw;
    border: 1px solid rgb(8, 153, 158);
}

.container-btn-confirm-password {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sub-container-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-container-button a {
    color: #ffffff;
}

.btn-confirm {
    background-color: #ffffff;
    color: rgb(8, 153, 158);
    font-weight: bold;
    border: 1px solid rgb(8, 153, 158);
}

@media (max-width: 950px) {
    .container-login {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 85vh;
        border-radius: 4px;
        font-size: calc(1em + 1vw)
    }
    .container-form {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        padding: 7vh 0;
        border-radius: 5px;
        display: flex;
        background-color: rgb(8, 153, 158);
        width: 100%;
        font-size: calc(1em + 1vw)
    }
    .container-form h1 {
        font-weight: bold;
    }
    .container-form .group-inputs {
        width: 95%;
    }
    .pb-4 {
        padding: 0 !important;
    }
    .container-email {
        width: 95%;
        margin: 1vh 0;
        position: relative;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container-email input {
        width: 100%;
    }
    .container-password {
        width: 95%;
        margin: 1vh 0;
    }
    .container-password input {
        width: 100%;
    }
    .container-remember {
        margin: 1vh 0;
    }
    .container-remember {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .container-remenber div div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .form-check-input {
        position: relative;
        width: 5vw !important;
    }
    .container-image {
        display: none
    }
    .container-button {
        margin: 1vh 0;
    }
    .container-button div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container-button button {
        width: 10vw;
    }
}

@media (max-width: 600px) {
    .container-login {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 85vh;
        border-radius: 4px;
        font-size: calc(1em + 1vw)
    }
    .container-form {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        padding: 7vh 0;
        border-radius: 5px;
        display: flex;
        background-color: rgb(8, 153, 158);
        width: 100%;
        font-size: calc(1em + 1vw)
    }
    h1 {
        font-size: 2rem;
    }
    .container-email {
        margin: 1vh 0;
    }
    .container-email div input {
        width: 95%;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container-form h1 {
        font-weight: bold;
    }
    .container-form .group-inputs {
        width: 95%;
    }
    .container-password {
        margin: 1vh 0;
    }
    .container-password input {
        width: 95%;
    }
    .container-remember {
        margin: 1vh 0;
    }
    .container-remember {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .container-remenber div div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .form-check-input {
        position: relative;
        width: 5vw !important;
    }
    .container-image {
        display: none
    }
    .container-button {
        margin: 0;
        width: 100%;
    }
    .container-button div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container-button button {
        width: 40vw;
    }
    .btn-reset-password {
        width: 40vw;
    }
}