<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    font-family: Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f6f6f6;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 h2 {
    font-family: "Adelle W02"
}
a {
    color: #014655;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#header {
    background: #004655;
        padding: 30px;
}

#logo{
    max-width: 1020px;
    margin: 0 auto;
}

#logoImg {
    max-width: 1020px;
    margin: 0 60px;
    text-align: left;
}

#logoImg img {
    width: 160px;
    height: 55px;
    text-align:left;
}

#main {
    padding: 30px 15px;
    background-image: url("https://sveab2ctemplates.blob.core.windows.net/sveaskogb2c/JaktWebb/Bilder/lovskog.jpg");
}

#mainbox {
    max-width: 840px;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #fff;
}

    #mainbox:after {
        content: "";
        display: table;
        clear: both;
    }

#mainlogin {
    max-width: 1020px;
    text-align: left;
    
}

#login {
    max-width:450px;
}
#loginInst {
    
    max-width: 450px;
}

.float-child {
    width: 50%;
    float: left;
}

.float-child:after {
        content: "";
        display: table;
        clear: both;
    }
@media (max-width: 600px) {
    .float-child {
        width: 100%;
    }
}

#footer {
   clear: both;
   text-align:center;
   padding: 30px;

}

.underlineHeading {
    color: #495057;
    font-size: 1.475rem;
}

/*B2C Controlls*/

.rememberMe {
	display: none;
}

.entry-item {
	margin: 0;
	padding: 0;
	font-size: 0,75rem;
	color: #002529;
		
}



input {
	clear: both;
	display: inline-block;
	width:80%;
	margin-bottom: 10px;
}
input {
	clear: both;
	display: inline-block;
	width:80%;
	margin-bottom: 5px;
}

button {
	background-color: #bbd26c;
    border-color: #bbd26c;
	box-sizing: border-box;
	border: none;
	color: black;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	border-radius: 4px;

}
button:hover {
	background: #b9d272;
    opacity: 0.4;
}

.buttons {
	margin: 20px 0px 20px;
}

#forgotPassword {
	 font-size: 75%;
}
.error p{
	margin:0px;
	color: #990000;
}

.error {
	margin:0px;
	color: #990000;
}

#emailVerificationControl-Create_but_change_claims{
	background-color: #fff;
	border: none;
	color: #014655;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}
#emailVerificationControl-Create_but_change_claims:hover{
	text-decoration: underline;
	font-size: 8pt;
}
#emailVerificationControl-PasswordReset_but_change_claims{
	background-color: #fff;
	border: none;
	color: #014655;
	text-decoration: none;
	margin: 0px;
	padding: 0px
}
#emailVerificationControl-PasswordReset_but_change_claims:hover{
	text-decoration: underline;
}

#emailVerificationControl-PasswordReset_but_send_new_code{
	display: none;
	background-color: #fff;
	border: none;
	color: #014655;
	text-decoration: none;
	margin: 0px;
	padding: 0px
}
#emailVerificationControl-PasswordReset_but_send_new_code:hover{
	display: none;
	text-decoration: underline;
}

#emailVerificationControl-Create_but_send_new_code{
	background-color: #fff;
	border: none;
	color: #014655;
	text-decoration: none;
	margin: 0px;
	padding: 0px
}
#emailVerificationControl-Create_but_send_new_code:hover{
	text-decoration: underline;
}

#intro {
	display: none;

}

.helpLink {
	display: none;
}
</pre></body></html>