﻿body { font: 12px/21px 'Segoe UI', 'Calibri', Arial, sans-serif; margin: 0; padding: 0; border: 0; vertical-align: baseline; }
    body:only-of-type { min-width: 300px; }

#content_page { margin-top: 80px; padding: 20px; background-color: #fff; min-width: 230px; max-width: 800px; margin-left: auto; margin-right: auto; border-radius: 2px; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4); }
#content_header { height: 100px; }
#login_logo { width: 80vw; max-width: 300px; height: 80px; background: url('../images/logologin.png') no-repeat center; background-size: contain; float: left; }
#header_text { float: right; text-align: right; }
#content_body { display: flex; flex-flow: row; width: 100%; }
#content_footer { width: calc(100vw - 80px); max-width: 800px; height: 20px; text-align: right; margin: 10px auto; }
#company { width: 100%; background: url('../images/company.png') no-repeat right; background-size: contain; display: inline-block; }
#hagru { color: white; font-size: 12px; text-decoration: none; }

.login_background { background-color: #F7F7F7; }
.login_frame { background-color: #eff1f3; border: 1px solid #d2dae0; min-width: 230px; width: 80vw; max-width: 300px; padding: 20px; min-height: 300px; margin-left: auto; margin-right: auto; float: left; }
.login_text { font-size: 16px; }

.login_tabel { font-size: 12px; margin-top: 5px; width: 100%; }
    .login_tabel tr { height: 50px; }
    .login_tabel td { vertical-align: middle; }
    .login_tabel span { font-size: 14px; color: #3764a0; display: inline-block; margin-bottom: 15px; }
    .login_tabel tbody span { font-size: 14px; color: #3764a0; display: inline-block; margin-top: 10px; margin-bottom: 5px; }
    .login_tabel input { padding-left: 5px; height: 25px; font-size: 14px; width: 100%; max-width: 240px; }
        .login_tabel input:focus { background-color: #fff; border: 1px solid #3764a0; box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset; }

table.center { margin-left: auto; margin-right: auto; }

.action { margin-top: 10px; }

.btn { cursor: pointer; background-color: #42607C; border-radius: 1px !important; color: #ffffff; margin-top: 5px; font-size: 12pt; padding: 8px 20px 8px 20px; transition: background-color ease-in-out 250ms; border: solid #12527a 1px !important; text-decoration: none; text-align: center; display: inline-block; }
    .btn:hover { background-color: #3E7AB2; color: #fff; }
    .btn.login { width: 100%; max-width: 250px; }

.green { background-color: #84B637; width: 100px; border: solid #12527a 1px !important; box-sizing: border-box; display: block; }
    .green:hover { background-color: #92D12F; }

a { border: 0 none; color: #3764a0; text-decoration: none; }
    a:link, a:visited { color: #3764a0; }
    a:hover { text-decoration: underline; color: #1724a0; }

/* some responsiveness */
@media only screen and (max-width: 900px) {
    #company { display: none; }
    #content_page { margin-top: 20px; }
    #content_footer { margin: 0 auto; }
}

@media only screen and (max-height: 600px) {
    .login_frame { min-height: unset; }
}
