@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap");

body {
    margin: 0;
    padding: 0;
    font-family: "IBM Plex Sans", sans-serif;
}

.auth__wrapper {
    background: url("../images/auth/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn:hover {
    color: #fff;
}

.error_input {
    border: 1px solid red !important;
}
