.section_pass {
    display: flex;
    height: calc(100vh);
}


.content_image_create {
    width: 20%;
    min-width: 260px;
    background-color: #da6005;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_intern_aside_password {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 14px;
}

.gif_timeout_seconds {
    padding: 6px;
    width: 40px;
}

.content_create_password {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20%);
    background-color: #ffffff;
    min-width: 600px;
}

.subcontent_create_password {
    width: 560px;
    min-width: 400px;
}

.content_intern_form_password {
    width: 100%;
    padding: 22px 6px;
}

.content_logotipo_password {
    display: flex;
    justify-content: center;
    padding: 10px
}

.content_flip_inputs {
    padding: 6px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.input_create_pass {
    padding: 14px 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d4d4d4
}

.flip_timeout_redirect {
    z-index: -1;
    opacity: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.timeout_seconds {
    padding: 6px
}












/*Tipography content reset password*/
.subtitle {
    font-size: 1.2em
}

.subtitle_aside {
    color: white;
    padding: 10px 0;
}

.text_description_password {
    color: white;
}

.input_create_pass {
    font-size: 1.2em;
}

.text_description_password {
    font-size: .9em;
}

.text_flip_timeout_redirect {
    font-size: .9em
}
