html {
    background: #f4f4f4;
}

/*----- uikit border radius settings -----*/
.uk-card {
    border-radius: 20px;
}

/*----- notifications -----*/
.uk-notification-message {
    width: 100vw !important;
}

/*----- login -----*/
#logo-gsgv-login {
    width: 300px;
}

#login-form input[type=text], #login-form input[type=submit], #login-form input[type=email], #login-form input[type=password] {
    box-shadow: none;
    border-color: transparent;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ebebeb;
    border-radius: 27px;
    padding: 0 35px;
    font-weight: 600;
    color: #1b3815;
    margin-bottom: 1.5rem;
}

#login-form button[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #57b846;
    border-radius: 25px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    border: none;

    overflow: visible;
    margin-top: 55px;
    margin-bottom: 30px;
}

#login-form .uk-card-header {
    background-color: #57b846;
    border-radius: 20px 20px 0 0;
}

#login-form h1 {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}

#login-form .uk-card {
    width: 500px;
    min-width: 300px;
}


#error-page button[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #57b846;
    border-radius: 25px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    border: none;

    overflow: visible;
    margin-top: 55px;
    margin-bottom: 30px;
}

#error-page .uk-card-header {
    background-color: #97122c;
    border-radius: 20px 20px 0 0;
}

#error-page h1 {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}

#error-page .uk-card {
    width: 500px;
    min-width: 300px;
}
