﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

iframe {
	width: 100px;
	height: 100px;
	border: none;
}
#enable-cookies-prompt .message {
	color: #fff;
	padding: 10px 10px 10px 40px;
	font-size: 20px;
	display: inline-block;
	width: 80%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
#enable-cookies-prompt {
	position: fixed;
	bottom: 0;
	min-height: 60px;
	width: 100%;
	background: #f59c0a;
	z-index: 1000;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	font-family: Overpass, sans-serif;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#enable-cookies-prompt .btn-container #enable-cookies-prompt-btn:hover {
	cursor: pointer;
}
#enable-cookies-prompt .btn-container #enable-cookies-prompt-btn {
	border-radius: 5px;
	border: solid 3px #fff;
	padding: 7px 20px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
}
#enable-cookies-prompt .btn-container {
	display: inline-block;
	text-align: center;
	padding: 10px;
	width: 19%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.logout-link {
	text-decoration: none;
	font: normal normal normal 16px Overpass;
	letter-spacing: 0px;
	color: #27313c;
}
#fb-login-link {
	text-decoration: none;
}
#logout-url {
	font-weight: 600;
}
#logout {
	position: absolute;
	right: 20px;
	margin-top: 15px;
	color: #5a5a5a;
}
.form--errors {
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 15px;
}
.logout-container {
	background-color: #fff;
	width: 100%;
	height: 100vh;
	margin: 0;
}
.field {
	position: relative;
	margin-bottom: 20px;
	font-family: Overpass, sans-serif;
	font-size: 16px;
}

.field input {
	padding: 10px 19px;
	padding-top: 25px;
	border: 1px solid #dae2ea;
	border-radius: 3px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-family: Overpass, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
}

.field input:focus {
	border: 1px solid #dae2ea;
	border-radius: 3px;
	border-bottom: 1px solid #00b529;
	outline: none;
}

.field span {
	pointer-events: none;
	opacity: 1;
	position: absolute;
	padding-left: 20px;
	padding-top: 2px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: text;
	width: 112px;
	text-align: left;
	color: #919191;
}

.field input:focus ~ #placeholder,
.field input:-webkit-autofill ~ #placeholder,
.field input:not(:placeholder-shown) ~ #placeholder {
	top: 7px;
	transform: scale(0.7) translateY(-10%) translateX(-20px);
	color: #00b529;
}

.field input,
.field span {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.field span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@-webkit-keyframes ld {
	0% {
		-webkit-animation-timing-function: ease-in;
		width: 100%;
		height: 100%;
	}
	80% {
		border-width: 8px;
		width: 0;
		height: 0;
	}
	100% {
		border: 0 solid #fff;
	}
}
@keyframes ld {
	0% {
		animation-timing-function: ease-in;
		width: 100%;
		height: 100%;
	}
	80% {
		border-width: 8px;
		width: 0;
		height: 0;
	}
	100% {
		border: 0 solid #fff;
	}
}

.modal {
	z-index: 101;
	padding: 15px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 8px 8px 18px #00000033;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 45%;
	max-width: 300px;
	margin: -100px 0 0 -150px;
}
.modal a.close-modal {
	position: absolute;
	top: 21px;
	left: 16px;
	width: 24px;
	height: 24px;
	background: transparent 0% 0% no-repeat padding-box;
}

body,
html {
	height: 100%;
	width: 100%;
	font-family: Overpass, sans-serif;
	background-color: #f7f9fb;
	padding: 0;
	margin: 0;
}

#loginframe {
	float: left;
	width: 33%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	position: fixed;
	height: 100vh;
}

#softframe {
	width: 67%;
	left: 33%;
	top: 0;
	background-color: #f7f9fb;
	overflow-y: auto;
	position: fixed;
	height: 100vh;
}

@media screen and (max-height: 930px) {
	#loginframe {
		overflow-y: auto;
	}
}

@media screen and (max-width: 1270px) {
	html,
	body {
		background-color: #ffffff;
	}
	#loginframe {
		width: 100%;
		position: relative;
	}
	#softframe {
		display: none;
	}
	#logout {
		margin-top: 5px;
	}
}

@media screen and (max-width: 768px) {
	#enable-cookies-prompt {
		flex-direction: column;
	}
	#enable-cookies-prompt .message {
		padding: 10px 20px;
		font-size: 20px;
		width: 95%;
	}
	#enable-cookies-prompt .btn-container {
		width: 100%;
		padding: 0;
	}
	#enable-cookies-prompt-btn {
		margin: 10px 10%;
		display: block;
	}
	.disable-for-web {
		display: flex;
	}
}
@media screen and (min-width: 768px) {
	.disable-for-web {
		display: none;
	}
}

#loginform {
	-webkit-tap-highlight-color: transparent;
	font-family: Overpass, sans-serif;
	box-sizing: inherit;
	max-width: 328px;
	padding: 22px 16px 30px 16px;
	text-align: left;
	margin: auto;
}

#form-container {
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
	font-family: Overpass, sans-serif;
	box-sizing: inherit;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

.form--password {
	text-align: left;
	font-family: Overpass, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
}

.form-group {
	margin-top: 15px;
}

.lb-btn {
	-webkit-tap-highlight-color: transparent;
	box-sizing: inherit;
	margin: 0;
	display: inline-block;
	border-radius: 3px;
	transition: background 150ms;
	appearance: none;
	background: #00b529;
	line-height: 1;
	margin-top: 20px;
	border: none;
	cursor: pointer;
	width: 328px;
	text-align: center;
	font-family: Overpass, sans-serif;
	font-size: 19px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
	height: 40px;
	padding: 0px;
}

.lb-btn:hover {
	background: #27ae60;
}

.seperator {
	text-align: center;
	font-family: Overpass, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
	margin: 10px 0;
}

input[type="checkbox"] {
	-webkit-tap-highlight-color: transparent;
	box-sizing: inherit;
	margin: 0;
	line-height: inherit;
	width: 15px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-bottom: 4px;
	margin-right: 10px;
	cursor: pointer;
}

label {
	-webkit-tap-highlight-color: transparent;
	box-sizing: inherit;
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
	font-family: Overpass, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
	cursor: pointer;
	user-select: none;
}

.forpass {
	text-align: center;
	font-family: Overpass, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	color: #ff9d1f;
	opacity: 1;
}

.no-member {
	text-align: left;
	font-family: Overpass, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #484848;
	margin-bottom: 10px;
}

.checbox-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.row {
	justify-content: space-between;
	margin-bottom: 20px;
}

.footer-links {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	padding: 0px 5px;
	display: flex;
	justify-content: space-evenly;
}

.links {
	-webkit-tap-highlight-color: transparent;
	box-sizing: inherit;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	font-family: Overpass, sans-serif;
	letter-spacing: 0px;
	color: #ff9d1f;
}

.links:hover {
	color: #f28a05;
}

.signin-title {
	-webkit-tap-highlight-color: transparent;
	box-sizing: inherit;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 40px;
	font-family: Overpass, sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
}

.signin-divider {
	-webkit-tap-highlight-color: transparent;
	box-sizing: inherit;
	text-align: center;
	font-family: Overpass, sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #484848;
	opacity: 1;
	padding-bottom: 20px;
}

.login-external {
	padding-bottom: 19px;
	padding-top: 10px;
}

.login-external-left {
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	text-align: center;
}

.external-apple {
	cursor: pointer;
}

.login-external-right {
	padding: 5px 0 10px 0;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.modal-container {
	position: absolute;
	width: 100%; 
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.4); 
  }
  
  .modal-content {
	width: 80%; 
	border: 1px solid #888;
	margin: 40% auto;
	padding: 20px;
	background-color: #fefefe;
  }
  
  .close {
	float: right;
	color: #aaa;
	font-weight: bold;
	font-size: 28px;
  }
  
  .close:focus,
  .close:hover {
	cursor: pointer;
	color: black;
	text-decoration: none;
  }

#logout-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: #e9edf2 1px solid;
}

#signin-header {
	font: normal normal bold 20px Overpass;
	letter-spacing: 0px;
	color: #484848;
	padding-left: 10px;
}

#signin-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#close-link {
	padding: 5px 10px;
}
.signin-mobile-download {
	background-color: #f2fcfe;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-origin: padding-box;
	border-bottom: 2px solid #0ebbdc;
	flex-flow: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
.signin-mobile-download-top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 10px 10px;
}
.signin-mobile-download-icon {
	align-self: flex-start;
	padding-top: 0px;
}
.signin-mobile-download-text {
	text-align: left;
	font-family: Overpass, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
	padding-left: 10px;
}
.signin-mobile-download-bottom {
	flex: 1;
	display: flex;
	flex-direction: row;
}
.signin-mobile-download-buttons {
	max-width: 275px;
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.signin-mobile-download-buttons a img {
	height: 39px;
	width: auto;
}
.signin-mobile-download-buttons-left {
	padding-right: 10px;
	cursor: pointer;
}
.signin-mobile-download-buttons-right {
	cursor: pointer;
}
