
	html {
		width: 100%;
		height: 100%;
	}

	body {
		background-image: linear-gradient(120deg, #17528E 0%, #0A2848 100%);
		background-size: cover;
		font-family: var(--font-family);
		font-size: var(--font-size);
		color: white;
	}

	.functionsBar {
		display: flex;
		position: absolute;
		top: 5px;
		left: 0px;
		list-style: none;
	}

	.languageSelectorBar {
		display: flex;
		position: absolute;
		top: 10px;
		right: 0px;
		list-style: none;
	}
	
	.language {
		margin: 0px 0px;
		filter: grayscale(60%);
		-webkit-filter: grayscale(60%);
	}

	.language:hover {
		filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
	}
	
	.language .button,
	.functionsBar .button {
		background-color: transparent;
		border: 0px;
		/*padding: 10px;*/
	}
	
	.language .button:hover svg {
		/*height: 26px;
		padding: 1px;*/
	}

	.functionsBar .button svg {
		color: white;
	}

	.languageFlag {
		width: auto;
		height: 12px;
	}
	
	.page {
		display: flex;
		justify-content: center;
		align-items: center;
		height: calc(100vh - 50px);
		
	}

	.container {
		width: 400px;
		border-radius: var(--border-radius);
		padding: 35px;
		/*border: white 1px solid;*/
		background-color: #18375f;
	}
	
	.container.whiteContainer {
		background-color: #FFFFFF;
	}
	
	.mdlogocontainer {
		display: flex;
	}
	
	.whiteContainer .mdlogocontainer {
		display: none;
	}
	
	.un-solid-button {	
		display: inline-block;
		font-weight: 400;
		text-align: center;
		vertical-align: middle;
		padding: .375rem 2.75rem;
		font-size: 1rem;
		line-height: 1.5;
		background-color: transparent; 
		color: white;
		margin-top: 30px;
		font-family: var(--font-family);
		font-size: var(--font-size);
		border: 1px solid white;
	}
	
	.un-solid-button:hover {
		border: 1px #fff dashed;
	}

	.solid-button, 
	#bankIdThisDeviceButton,
	#bankIdCancelButton,
	.freja-button	{	
		display: block;
		font-weight: 400;
		text-align: center;
		vertical-align: middle;
		padding: .375rem 1.75rem;
		font-size: 1rem;
		line-height: 1.5;
		background-color: #FFFFFF; 
		color: #17528E;
		margin-top: 30px;
		font-family: var(--font-family);
		font-size: var(--font-size);
	}

	.freja-button	{
		display: block !important;
		width: 220px;
	}

	.solid-button:hover{
		color: #17528E;
		background-color: #DBDBDB; 
	}
	
	#bankIdThisDeviceButton,
	#bankIdCancelButton {
		width: 220px;
		margin-left: 90px;
	}

	.company-logo {
		height: 50px;
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}


	.loginform input[type=text],
	.loginform input[type=password],
	.reset-password-form input[type=text],
	.reset-password-form input[type=password]
	{
		width: 100%;
		border: 1px #FFFFFF solid;
		color: #242424;
		padding: 10px;
		box-sizing: border-box;
		background-color: white;
		text-align: center;
		margin: 0px auto;
		margin-top: 10px;
		margin-bottom: 12px;
		font-weight: 500;
		border-radius: 2.25rem;
	}

	.mdlogo{
		display: block;
		margin-bottom: 40px;
		height: 50px;
		
	}

	.mdlogocontainer{
		display: flex; 
		justify-content: center; 
		width:100%;
	}

	.eidcontainer{
		display: flex;
		margin-bottom: 10px;
	}

	.button, 
	#bankIdThisDeviceButton,
	#bankIdCancelButton	{
		display: inline-block;
		border: 1px solid black;
		cursor: pointer;
		text-align: center;
		user-select: none;
		border-radius: 2.25rem;
	}

	#bankIdThisDeviceButton:hover {
		color: #17528E;
		background-color: #DBDBDB; 
	}
	
	#bankIdCancelButton:hover {
		color: #17528E;
		background-color: #DBDBDB; 
	}
	
	.button svg {
		width: 40px;
	}

	.button-eid svg {
		width: 40px;
	}

	.button-eid:first-child{
	 margin-right: 12px;
	}

	.button-eid img{
		margin-right: 10px;
		margin-left: 10px;
		height: 35px;

	}

	.button-eid {
		display: flex;
		flex-grow: 1;
		border-radius: 2.25rem;
		border: 1px #FFFFFF solid;
		text-align: -webkit-center;
		cursor: pointer;
		padding: 5px;
		line-height: 35px;

		background-color: transparent;
	}

	.button-eid:hover {
		filter: brightness(0.7);
	}
	  
	.save-password-container {
		display:inline-block;
		text-align:left;
		margin-top:5px;
		line-height:20px;
	}

	.save-password-container span {
		vertical-align: middle;
		cursor:pointer;
	}

	.save-password-container span:hover {
		text-decoration: underline;
	}
	
	.save-password-container img {
		filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
	}
	
	.save-password {
		cursor: pointer;
		display:inline-block;
		height:16px;
		width: 16px;
		vertical-align: middle;
	}
	.reset-password-container {
		text-align:right;
		float:right;
		clear:right;
		margin-top:5px;
		line-height:20px;
		cursor: pointer;
	}

	.reset-password {
		color:#c3c3c3;
	}

	.reset-password:hover {
		color:#fff;
	}

	.loginbutton {
		display:inline-block;
		margin:0px auto;
		padding:15px 20px 15px 20px;
		background-color:#14396a;
		border:1px #17528E solid;
		color:#fff;
		width:60%;
		margin-top:20px;
		margin-bottom:20px;
		cursor:pointer;
		text-transform: uppercase;
		text-align: center;
	}

	.new-password-button {
		display:inline-block;
		margin:0px auto;
		padding:15px 20px 15px 20px;
		background-color:#14396a;
		border:1px #17528E solid;
		color:#fff;
		width:auto;
		margin-top:20px;
		margin-bottom:20px;
		cursor:pointer;
		text-transform: uppercase;
	}

	.new-password-button:hover {
		text-decoration:underline;
	}

	.footer {
		position:fixed;
		bottom:0;
		width:100%;
		height:20px;
		text-align:center;
		color:#c3c3c3;
		font-size: 8pt;
	}

	.footer a {
		color:#c3c3c3;
	}

	body input {
		font-family: "Albert sans";
		margin: 0px auto;
		font-size: var(--font-size);
		line-height: 12pt;
		width: 100%;
		padding: 15px 20px 15px 50px;
		border: 1px solid #17528E;
		margin-top: 10px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-position: 1em center;
		box-sizing: border-box;
	}
	
	.wrapper {
		width: 400px;
		margin: 0 auto;
		margin-top: calc(50vh - 300px);
		box-sizing: border-box;
	}

	.qrContainer {
		margin: 10px 0px 10px 0px;
		display: inline-block;
		width: 200px;
		height: 200px;
		padding: 10px;

		--b: 2px;
		/* thickness of the border */
		--c: #17528E;
		/* color of the border */
		--w: 20px;
		/* width of border */

		border: var(--b) solid #0000;
		/* space for the border */
		--_g: #0000 90deg, var(--c) 0;
		--_p: var(--w) var(--w) border-box no-repeat;
		background:
			conic-gradient(from 90deg at top var(--b) left var(--b), var(--_g)) 0 0 / var(--_p),
			conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) 100% 0 / var(--_p),
			conic-gradient(from 0deg at bottom var(--b) left var(--b), var(--_g)) 0 100% / var(--_p),
			conic-gradient(from -90deg at bottom var(--b) right var(--b), var(--_g)) 100% 100% / var(--_p);
	}

	#bankIdQRCodeWrapper {
		text-align: center;
	}

	#bankIdFormContainer {
	}

	#bankIdHeader {
		text-align: center;
	}

	#bankIdMessageLabel {
		margin-left: 20px;
		margin-right: 20px;
	}

	#bankIdInfoWrapper {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		text-align: center;
		color: #000;
	}

	#bankIdCancelWrapper {
		margin-left: 20px;
		text-align: center;
	}