* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Red Hat Display";
}

input[type="radio"] {
    /* -webkit-appearance: none; */
    width: 20px;
    height: 20px;
    border: 2px solid #696969;
    border-radius: 10px;
    accent-color: #9c1b1b;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #696969;
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    background-color: #9c1b1b;
    border-color: #460c0c;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #9c1b1b;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background-color: #DEDEDE;
    border-radius: 8px;
}

::-webkit-scrollbar-button {
    display: none;
}

.half {
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    background: white;
    width: 50%;
    height: 100%;
    padding: 20px;
    justify-content: center;
}

.display-none {
    display: none !important;
}

.img-container {
    position: fixed;
    left: 0;
    background-color: #9c1b1b;
    background-blend-mode: soft-light;
    background-image: url('../img/6.0/background-min.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    min-height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-background {
    max-width: 400px;
    float: left;
}

.content-signin {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    gap: 30px;
    height: auto;
    margin: auto;
}

.signin-wrapper {
    height: 100vh; 
}

.signin-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signin-lang {
    display: flex;
    flex-direction: row;
    gap: 5px;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.signin-nav {
    display: flex;
    align-items: center;
}

.signin-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-bottom: 2px solid #E6E6E6;
}

#form-login, #form-register, #form-forgot {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.signin-login-btn, .signin-signup-btn {
    width: 50%;
    height: 32px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    border-bottom: 2px solid #E6E6E6;
}

.signin-signup-deact-btn, .signin-login-deact-btn {
    width: 50%;
    height: 32px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.15px;
    border-bottom: 1px solid #E6E6E6;
}

.signin-title-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.signin-title {
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.signin-subtitle {
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.signin-inputs, .signin-input-div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.signin-inputs {
    gap: 24px;
}

.signin-input {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-spacing-sm, 8px);
    border-radius: var(--border-radius-sm, 6px);
    border: 1px solid #dcdcdc;
    background: #FFF;
    color: #000;
    font-family: "Red Hat Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    outline: none;
}

.signin-span {
    color: var(--Sapphire-Siren-30, #9c1b1b);
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
}

.signin-submit-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.signin-button {
    display: flex;
    width: 249px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--border-radius-sm, 6px);
    border: 1px solid #9c1b1b;
    background: #9c1b1b;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #fff;
    cursor: pointer;
}

.signin-link {
    color: #68686E;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
}

.signin-forgot-activate {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.signin-text {
    color: #AA25E0;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.signin-terms-text {
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.signin-button-signup {
    width: 458px;
    padding: 16px 24px;
}

.signin-submit-form-center {
    justify-content: center;
    align-items: center;
}

.forgott-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-image: url('../img/fundoAcademic.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.header-return {
    width: 100%;
    min-height: 10vh;
    max-width: 800px;
    margin-top: 20px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    color: #FFF;
}

.return-forgot {
    font-size: 22px;
    color: #9c1b1b;
    text-decoration: none;
}

.button-return {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal-wrapper {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-email {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
    gap: 20px;
    height: auto;
}

.modal-email-image {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.password-logo {
    width: 200px;
}

.recover-title {
    font-size: 28px;
    color: #454545;
}

.recover-text {
    font-size: 28px;
    color: #535353;
}

.submit-button-recover {
    background-color: #000000;
    width: 200px;
    padding: 15px;
    font-size: 1.2rem;
    color: #FFF;
    border: none;
    border-radius: 8px;
    transition: 0.5s;
}

.submit-button-recover:hover {
    background-color: #9c1b1b;
}

.form-email-div {
    display: flex;
    flex-direction: column;
}

.input-form-recover {
    width: 75%;
    height: 45px;
    max-width: 500px;
    border: 1px solid #B9B9B9;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.0rem;
}

 /* Footer */

footer {
    background: #fff;
    border-top: #dcdcdc solid 1px;
    bottom: 0px;
    font-size: 11px;
    position: fixed;
    width: 100%;
    z-index: 5;
}

footer .site-coyright {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 8px 20px;
    width: 20%;
}

footer .site-information {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 8px;
    text-align: center;
    width: 60%;
}

footer .site-information li {
    display: inline-block;
    padding: 0 3px;
}

footer .site-information li.division {
    color: #BBB;
}

footer .site-version {
    box-sizing: border-box;
    float: right;
    padding: 10px 20px 8px 10px;
    text-align: right;
    width: 20%;
}

.h-captcha {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-followus {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    padding-bottom: 50px;
}

.signin-text {
    color: #9c1b1b;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.iziToast.iziURI {
    padding: 2px 45px 2px 0;
    min-height: 30px;
}

.iziToast.iziURI>.iziToast-body .iziToast-message {
    color: #222;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.iziToast.iziURISuccess {
    background: #c2eb7b;
    min-width: 500px;
}

.iziToast.iziURIWarning {
    background: #f5f79b;
    min-width: 500px;
}

.iziToast.iziURIFailure {
    background: #f29696;
    min-width: 500px;
}

.iziToast.iziURIMaintenance {
    background: #cb9bf7;
    min-width: 500px;
}

.iziToast.iziURIStatus {
    background: #9bc7f7;
    min-width: 500px;
}

.iziToast-wrapper {
    padding: 38px 0!important;
}

.iziToast>.iziToast-body .iziToast-texts {
    width: 100%;
}

.s-menu li {
    background-image: url('../img/social-links-new.png');
    background-repeat: no-repeat;
    border-radius: 3px;
    margin: 0px 0.5px 0px 0.5px;
    /* padding: 15px 0px 15px 80px; */
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 33px;
    height: 33px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.s-menu a {
    font-family: BryantMedium;
    font-size: 14px;
    display: inline-block;
    line-height: 15px;
    width: 33px;
    height: 33px;
    text-transform: uppercase;
}

.s-menu p {
    display: inline-block;
    line-height: 15px;
}

.s-linkedin {
    background-position: -2px -2px;
}

.s-instagram {
    background-position: -37px -2px;
}

.s-facebook {
    background-position: -72px -2px;
}

.s-youtube {
    background-position: -107px -2px;
}

.s-twitter {
    background-position: -142px -2px;
}

.s-twitch {
    background-position: -177px -2px;
}

.s-tiktok {
    background-position: -212px -2px;
}

#span-email, #span-password, #span-name, #span-university, #span-country, #span-course, #span-captcha {
    visibility: hidden;
}

#span-email-corp, #span-email-student{
    display: none;
}

#span-email-invalid {
    display: none;
}

.signin-text-center {
    text-align: center;
}

.signin-chk-div, .signin-radio-div, .professor_student {
    display: flex;
    gap: 10px;
    text-align: left;
}

.signin-check-text {
    text-align: left;
}

.signin-judge-link {
    text-decoration: underline;
    color: #9c1b1b;
}

@media screen and (max-height: 768px) {
    .content-signin {
        padding: 30px;
        gap: 20px;
    }

    .signin-inputs {
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    .half {
        padding: 0px;
    }

    .content-signin {
        overflow-y: auto;
    }

    .signin-logo, .signin-button {
        width: 200px;
    }
}


@media screen and (max-width: 1200px) {
    .h-captcha, .content-signin, .signin-title-container, .signin-social, .signin-input, .signin-submit-form, .signin-forgot-activate, .signin-followus, .signin-password-contain, .signin-terms-text {
        width: 100%;
    }

    .signin-signup-deact-btn, .signin-login-deact-btn, .signin-login-btn, .signin-signup-btn{
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .half, .modal-email, .signin-button {
        width: 100%;
    }

    .img-background, .img-container {
        display: none;
    }

    .logo {
        width: auto;
        height: auto;
    }

    .signin-button-signup {
        width: 100%;
    }
    .content-signin {
        width: 100%;
        padding: 20px;
        gap: 20px;
    }

    .header-return {
        width: auto;
        margin-top: 0px;
        margin-left: 0px;
        padding: 20px;
    }

    .modal-email {
        padding: 20px;
    }

    .recover-title {
        font-size: 24px;
    }

    .signin-password-contain {
        font-size: 10px;
    }

    footer .site-version, footer .site-information, footer .site-coyright {
        padding: 5px 10px;
    }

    ::-webkit-scrollbar {
        width: 3px;
    }
}

.signin-input-check {
    display: flex;
    /* justify-content: center; */
    gap: 5px;
}

input[type="checkbox"] {
    margin-top: 4px;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #696969;
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    content: url('../img/chk.svg');
    background-color: #9c1b1b;
    border-color: #460c0c;
}

.signin-label {
    color: var(--Black, #000);
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
