html {
    overflow: auto;
    height: 100%;
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    background-image: url('/public/images/fi_jasne_tlo.png');
    height: 100%;
    background-size: cover;
}
.page-body{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-header{
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner-content{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.banner-login{
    background-color: #C92882;
    padding: 30px;
    color: #fff;
    height: 260px;
    
}
.banner-login h4{
    font-weight: bold;
}
.banner-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-logo, .banner-login{
    width: calc(50vw - 200px);
}
.banner-login{
    display: flex;
    justify-content: center;
}
.company-logo, .sk-logo{
    max-width: 180px;
    max-height: 180px;
}
.company-name{
    font-size: 22px;
}
.submit-button{
    background-color: #852159;
    border-color: #852159;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
}
.submit-button:hover{
    background-color: #852159;
    border-color: #852159;
    opacity: 0.9;
    color: #fff;
}
#reset-password{
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
}
.form-login{
    width: 300px;
}