body {
    font-family: 'Inter',Verdana,Geneva,Arial,Helvetica,Sans-Serif;
    font-size: 14px;
    background-color: #f3f4f6;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

a, .link, .linkki {
    color: #171b3d;
    text-decoration: underline;
    cursor: pointer;
}
.witharrow {
    padding: 3px 3px 3px 30px;
    background-image: url('circle_arrow_right.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.template_main_content {
    margin: 5px 50px;
    clear: both;
    border: 0;
    padding-top: 1px;
    min-width: 1000px;
}
.template_main_footer {
    margin: 20px 50px;
    min-width: 1000px;
    clear: both;
}
.template_main_footer img {
    margin-top: 5px;
}

.template_head_stopper, .template_main_stopper {
    clear: both;
}
.template_header {
    background-color: transparent;
}
.template_logoarea {
    min-width: 1100px;
}
.template_login {
    float: left;
    background-color: white;
    margin: 15px 50px;
    padding: 5px;
    padding-right: 15px;
    border: 1px solid #ccc;
}

.template_k3_banners_cont {
    margin-top: 15px;
    display: none;
    
}
.template_k3_banners_cont h2, p {
    margin: 10px;
    padding: 0px;
    height: auto;
}
.template_k3_banners_left { 
    float: left;
    top: 0;
    left: 0;
    width: 72px;
    height: 170px;
    cursor: pointer;
    background-image: url("big_arrow_left_new.png");
    background-position: center left;
    background-repeat: no-repeat;
}
.template_k3_banners_right {
    float: right;
    top: 0;
    left: 0;
    width: 72px;
    height: 170px;
    cursor: pointer;
    background-image: url("big_arrow_right_new.png");
    background-position: center right;
    background-repeat: no-repeat;
}
.template_k3_banners {
    background-color: #fff;
    margin: 0px 40px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.template_k3_banners_1 {
    min-height: 168px;
    background-color: #fff;
    padding: 1px;
    z-index: -1;
}
.template_k3_banners_2 {
    display: none;
    min-height: 168px;
    background-color: #fff;
    padding: 1px;
    z-index: 1;
}

.template_annons,
.template_tip,
.template_info {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 30%;
    float: left;   
    margin-top: 15px;
    padding: 5px;
    margin-left: 15px;
    min-height: 400px;
}

.template_padding {
    padding: 10px;
}

h2 {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    padding: 0;    
    padding-top: 15px;
    color: #171b3d;
    margin: 0 5px;
}

.template_dialog h2 {
    height: auto;
}

.login-katrina3-logo {
    margin: 5px 15px 5px 15px;
}
.login-header-text {
    font-size: 1.4em;
    color: #171b3d;
}
.lang-selector-block {
    margin-left: 30px;
}

.katrina_login {
    height: 43px;
    padding-right: 12px;
    padding-left: 48px;
    font-size: 15px;
    background-position: 12px center;
    margin-top: 10px;
}

.microsoft_login, .katrina_account_login {
    text-decoration: none;
}

.microsoft_login div, .katrina_account_login div {
    padding-left: 12px;
    padding-right: 12px;
    height: 41px; 
    border: 1px solid #8C8C8C;
    color: #5E5E5E;
    background-color: #fff;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    display: flex;    
    text-decoration: none;
    align-items: center;
}

.microsoft_login img {
    margin-right: 12px;
}

.katrina_account_login img {
    margin-right: 12px;
    width: 24px;
}
