body {
    background-image: url("../img/new/background_login.png");
    font-family: "Amelia-Light";
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 22px 50px;
}

.form__login {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image__login {
    background-image: url("../img/new/image_login.svg");
    width: 45vw;
    height: 45vw;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__login {
    background-image: url("../img/new/logo_bmatic.svg");
    background-repeat: no-repeat;
    width: 170px;
    height: 50px;
}

.title__form {
    font-family: "Amelia-Bold";
    color: white;
    font-size: 32px;
}

.label__form {
    color: white;
    font-size: 20px;
}

.input__form {
    margin-top:35px;
    margin-bottom: 18px;
}

.button__primary {
    background-color: white;
    color:#5130a2;
    font-size: 22px;
    border-radius: 12px;
    padding: 10px;
    font-family: "Amelia-Bold";
    width: 200px;
    text-align: center;
    cursor: pointer;
}

.button__primary:hover {
    background-color: rgb(236, 236, 236);
}

.button__default {
    color: #f0d658;
    font-family:"Amelia-Italic";
    border-radius: 12px;
    text-align: center;
    padding: 10px;
    width: 180px;   
    font-size: 18px;
    margin: 0px 5px;
    cursor: pointer;
}

.button__default:hover {
    background-color: rgba(247, 247, 247, 0.068);
}

.buttons__form {
    display: inline-flex;
    margin-top: 25px;
}

.input__type__text {
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.361);
    display: inline-flex;
    padding: 8px 12px;
    margin-top: 10px;
}

.input__style {
    border: none;
    background: none;
    color: white;
    font-size: 18px;
    font-family: "Amelia-Italic";
    margin-left: 15px;
    width: 380px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.footer__login {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    padding: 28px 0px;
}

.icon__footer {
    background-image: url("../img/new/logo_hiper.svg");
    background-repeat: no-repeat;
    width: 75px;
    height: 18px;
    margin-top: -4px;
}

.text__footer {
    color: white;
    font-family: "Amelia-Light";
    font-style: italic;
    font-size: 11px;
    margin-right: 8px;
}

.form__error__login {
    margin-top: 15px;
    color: #f0d658;
    font-size: 18px;
    font-family: "Amelia-Italic";
}

a {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 940px) {
    .image__login {
        display: none;
    }
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0px 0px 0px 50px rgb(147 126 196) inset;
}

input:-webkit-autofill:first-line {
    color: white;
}