@import "./theme.css";

body {
    background: var(--primary-background-color-hexadecimal);
    min-height: 100%;
}

hr {
    background-color: var(--primary-text-color-hexadecimal);
    height: 2px;
}

form a {
    color: var(--primary-text-color-hexadecimal);
    text-decoration: underline !important;
}

form a:hover {
    color: var(--primary-text-color-hexadecimal);
    text-decoration: underline !important;
}

.orientacoes {
    font-size: 14px;
}

.orientacoes h4 {
    font-size: 17px;
    margin: 10px 0
}

.body_login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: var(--primary-text-color-hexadecimal);
    height: 90vh;
}

.login_header img {
    width: 200px;
}

.login_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.login_body {
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: var(--context-background-color-hexadecimal);

}

#togglePassword {
    background: transparent;
    color: var(--primary-text-color-hexadecimal);
}

.login_body form svg {
    color: rgba(158, 158, 158, 0.87);
    width: 18px;
    height: 18px;
}

form .form-control {
    color: var(--primary-text-color-hexadecimal);
    background-color: var(--context-background-color-hexadecimal);
    border: 1px solid var(--primary-text-color-hexadecimal);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.body_resetLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -4rem;
    height: 105vh;
}

.login-box .form-control-box {
    position: relative;
}

.btn-block {
    transition-duration: 0.4s;
    color: var(--primary-background-color-hexadecimal);
    background-color: #005FA7;
    border: 1px solid var(--primary-text-color-hexadecimal);
}

.btn-cadastro {
    transition-duration: 0.4s;
    color: var(--primary-background-color-hexadecimal);
    background-color: #005FA7;
    border: 1px solid var(--primary-text-color-hexadecimal);
    display: flex;
}


.container_custom {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: .25rem;
    box-shadow: 0 0 10px #00000029;
    background-color: var(--context-background-color-hexadecimal);
}

/*MOBILE RESPONSIVO LOGIN*/

@media screen and (max-width:1024px) {
    .remember {
        font-size: 100% !important;
    }

    .login_header img {
        width: 100%;

    }

    .body_register {
        width: 100% !important;
    }
}

/*PRÉ REGISTRO*/

.body_register {
    width: 70%;
    color: var(--primary-text-color-hexadecimal);
}

.video_container {
    background: #0B1531 0% 0% no-repeat padding-box;
}

.video_text {
    font-family: 'Roboto', sans-serif;
    color: var(--primary-background-color-hexadecimal);
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 3rem;
}

.subtitle {
    color: var(--primary-text-color-hexadecimal);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.form form {
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 7px 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.form form fieldset {
    background-color: var(--context-background-color-hexadecimal);
}

.form_0 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form form fieldset p,
.form form fieldset label {
    font-family: 'Roboto', sans-serif;
    color: var(--primary-text-color-hexadecimal);
    font-size: 13px;
}

.form form fieldset input {
    font-family: 'Roboto', sans-serif;
    color: var(--primary-text-color-hexadecimal);
    background-color: var(--context-background-color-hexadecimal);
    font-size: 16px;
}

.form form fieldset p,
.form form fieldset label {
    font-family: 'Roboto', sans-serif;
    color: var(--primary-text-color-hexadecimal);
    font-size: 13px;
}

.alert {
    text-align: center;
    position: relative;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    margin-top: 3rem !important;
    border: 1px solid transparent !important;
    border-radius: .25rem !important;
}

.alert .p {
    vertical-align: middle;
    color: #ea5b0c;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
}

.video_youtube iframe {
    margin: 10px !important;
    width: 93%;
    height: 96%;
}

.video_youtube {
    background-image: url('furniture/images/preregister/video_top.png'), url('furniture/images/preregister/video_bottom.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    margin-left: 3vw;
    max-width: 480px;
    min-height: 240px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: 363636;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

input:focus-visible {
    border: 1px solid #005FA7;
}

.description {
    font-size: 20px;
}

form fieldset .form-control-box {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--primary-text-color-hexadecimal);
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.body_ok.mb-3 {
    height: 93vh;
    display: flex;
    align-items: center;
}