body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
}

.container_login {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 1fr;
}


.banner_login img {
    width: auto;
    height: 100%;
}

.form_login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    margin-left: calc(100% - 382px);
    background-color: #ffffff;
    padding: 10px;
}

.form_login>form {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
}

.input_container {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 12px;
    position: relative;
}

.form_login>form label {
    position: absolute;
    left: 10px;
    top: 12px;
    height: 16px;
    background-color: white;
    padding: 0 5px;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.54);
    transition: all 100ms linear;
    z-index: 1;
}

.form_login>form input:focus {
    border-color: #3b96ff;
    box-shadow: 0px 0px 0px 1px #3b96ff;
}

.form_login>form input.form-error {
    border-color: #b00020;
    box-shadow: 0px 0px 0px 1px #b00020;
}

.form_login>form input.form-error+label {
    color: #b00020;
}

.form_login>form input:focus+label {
    z-index: 4;
    top: -8px;
    font-size: 0.7rem;
    color: #3b96ff;
}

.form_login>form label.focuzed {
    z-index: 4;
    top: -8px;
    font-size: 0.7rem;
}

.form_login>form button[type="submit"]:hover {
    background-color: #34d0d1;
}

.form_login>form button[type="submit"] {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    height: 36px;
    background-color: #208df5;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    appearance: none;
    border: 0;
    outline: 0;
    border-radius: 5px;
    transition: all 100ms linear;
    font-weight: 500;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
        0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.link_primary {
    font-size: 0.875rem;
    color: rgb(100, 116, 133);
    text-decoration: none;
}

.form_login>a {
    margin: 15px auto;
}

.privacity a {
    color: #00adb3;
    text-decoration: none;
}

.privacity {
    display: flex;
    align-items: center;
    gap: 15px;
}

.privacity a:hover {
    text-decoration: underline;
}

.link_primary:hover {
    text-decoration: underline;
}

.footer_elm {
    color: rgb(100, 116, 133);
    font-size: 0.875rem;
    text-align: center;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.footer_elm>div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0.35rem auto;
}

.footer_elm figure img {
    width: 115px !important;
}

.pass_input {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.23);
    width: 100%;
    box-sizing: border-box;
    max-width: 400px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding-right: 8px;
    color: rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    margin: 0 auto;
    padding-left: 14px;
}

.pass_input.focuzes {
    box-shadow: 0px 0px 0px 1px #3b96ff;
    border-color: #3b96ff;
}

.pass_input.form-error {
    border-color: #b00020;
    box-shadow: 0px 0px 0px 1px #b00020;
}

.pass_input svg {
    fill: rgba(0, 0, 0, 0.23);
}

.pass_input.form-error label {
    color: #b00020;
}

.pass_input button {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 24px;
    background-color: #ffffff;
    transition: all 100ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.pass_input button span {
    display: none;
    width: 100%;
    height: 100%;
}

.pass_input button.show>svg {
    display: none;
}

.pass_input button.show span {
    display: block;
}

.pass_input button:hover svg {
    fill: rgba(0, 0, 0, 0.87);
}

.pass_input button:hover {
    background-color: rgba(0, 0, 0, 0.23);
}

.pass_input>input {
    border: 0 !important;
    flex: 1;
    width: calc(100% - 24px) !important;
    padding: 0 !important;
}

.pass_input>input:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.form_login>form input {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    height: 40px;
    z-index: 2;
    outline: none;
    padding: 0 14px;
    display: inline-flex;
    appearance: none;
    border-radius: 4px;
    align-items: center;
    margin: 0;
    background-color: transparent;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.23);
}

.form_login figure {
    width: 100%;
    max-width: 183px;
    height: 183px;
    align-self: center;
}

.logoPic {
    text-align: -webkit-center;
    align-content: space-evenly;
}

.has-error {
    color: #b00020;
    text-align: left;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 5px;
    display: none;
}

.has-error.active {
    display: block;
}

.form_login figure img {
    width: 100%;
}

button[type='submit'] {
    margin-top: 24px !important;
}

@media (max-width: 330px) {

    form.form_login_form {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .container_login {
        justify-items: center;
    }
}

@media (min-width: 1025px) {
    .banner_login {
        height: 100% !important;
    }

}

@media (max-width: 1025px) {
    .form_login figure {
        max-width: 162px;
        height: 162px;
    }

    form.form_login_form {
        width: 500px;
    }

    .banner_login {
        display: none;
    }

    .container_login {
        grid-template-columns: 100%;
    }

    .form_login {
        margin-left: 0;
    }
}

@media (min-width: 1900px) {
    .form_login {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: auto;
        margin-left: calc(100% - 590px);
        background-color: #ffffff;
        padding: 10px;
    }
}