/*
font-family: 'Raleway', sans-serif;
font-family: 'Bitter', serif;

#1e3c72
→ 
#2a5298
*/

html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
    font-family: 'Raleway', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}

html, body {
    height: 100%;
  
}

/* CSS only for examples not required for centering */
.container {
    height: 100%;
}

#login-page-wrapper {
    height: 100%;
    background-color: var(--bs-blue);
}

#card-ajax-login {
    border-radius: 1.5rem;
    border: none;
}

.card-ajax-login-bg {
    content: "";
    background-image: url(https://portal.mikro-polo.si/assets/images/main/card_login_bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 100%;
    height: 347px;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.login-mp-logo {
    position: relative;
    width: 100%;
    text-align: center;
}

.login-mp-logo img {
    width: 240px;
    padding: 40px 0px;   
}

.login-mp-form {
    margin-top: 11rem;
    margin-bottom: 2rem;
}

h1.login-title {
    font-size: .8rem;
    border-bottom: 1px solid #ffffff;
    padding: 0px 0px 10px 0px;
    text-align: center;
    color: #ffffff;
}

.login-row {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 30px rgba(0,0,0, 0.2);
    padding: 40px;
}

.btn.btn-login-submit {
    border-radius: 1.5rem;
}

.btn.btn-login-submit:hover {

}

.alert.alert-auth-fail {
    background-color: #D92816;
    color: #ffffff;
}

#form-ajax-login input {
    border-radius: 1.5rem;
}