* {
    font-family: 'Poppins', Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.025rem;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

label {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
}

input,
textarea,
select {
    font-size: 14px !important;
}

.login-wrapper {
    background-color: #f2f2fd;
    width: 100%;
    height: 100%;
    min-height: 100vh;

    padding: 5rem 1rem;
}

.login-wrapper .auth-inner {
    max-width: 420px;
}

.login-wrapper form {
    z-index: 3;
    padding: 30px 26px 40px;
    background-color: #ffffff;
    box-shadow: 0 .1875rem .5rem #22303e1a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.login-wrapper .auth-inner::before {
    width: 148px;
    height: 148px;
    content: "";
    position: absolute;
    top: -55px;
    right: -50px;
    z-index: 0;
    background-image: url('../images/square-dots-1.svg');
}

.login-wrapper .auth-inner::after {
    width: 243px;
    height: 240px;
    content: "";
    position: absolute;
    bottom: -88px;
    left: -50px;
    z-index: 0;
    background-image: url('../images/square-dots-2.svg');
}

.login-wrapper .auth-inner .logo {
    max-width: 220px;
    max-height: 100px;
}

.form-link {
    font-size: 13px;
    padding: 3px;
    text-decoration: none;
}

.form-error li {
    font-size: 13px;
}
