/*This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@import url('https://ricoh.static.fontplus.jp/css/fonts.css');
/* @font-face {
	font-family: "Frutiger";
	src: url("fonts/frutiger.eot?#iefix");
	src: url("fonts/frutiger.eot?#iefix") format("eot"), url("fonts/frutiger.woff2") format("woff2"), url("fonts/frutiger.woff") format("woff"), url("fonts/frutiger.ttf") format("truetype"), url("fonts/frutiger.svg") format("svg");
}
@font-face {
	font-family: "Frutiger-Light";
	src: url("fonts/frutiger-light.otf");
	src: url("fonts/frutiger.eot?#iefix") format("eot"), url("fonts/frutiger.woff2") format("woff2"), url("fonts/frutiger.woff") format("woff"), url("fonts/frutiger.ttf") format("truetype"), url("fonts/frutiger.svg") format("svg");
	src: url("fonts/frutiger-light.woff2") format("woff2"), url("fonts/frutiger-light.woff") format("woff");
}
@font-face {
	font-family: "Frutiger-Bold";
	src: url("fonts/frutiger-bold.eot?#iefix");
	src: url("fonts/frutiger-bold.eot?#iefix") format("eot"), url("fonts/frutiger-bold.woff2") format("woff2"), url("fonts/frutiger-bold.woff") format("woff"), url("fonts/frutiger-bold.ttf") format("truetype"), url("fonts/8frutiger-bold.svg") format("svg");
}  */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'FrutigerLTPro-Light', Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	color: white;
	height: 100%;
	position: relative;
	background-image: url("/images/login/sw-background.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 600px) {
	body {
		font-size: 20px;
	}
}
h1,h2,h3,h4,h5,h6{
	font-family: 'FrutigerLTPro-Light', Arial, Helvetica, sans-serif; 
	font-weight: 100;
}
h1 {
	font-size: 42px;
	line-height: 3rem;
	margin-top: 0;
}
/* @media only screen and (min-width: 600px) {
	h1 {
		font-size: 50px;
	}
} */

@media only screen and (min-width: 800px) {
	h1 {
		font-size: 56px;
	}
}
p {

}
.align-left {
	text-align: left;
}
.font--small {
	font-size: 16px;
	color: white;
	text-decoration: none;
}
.font--small:hover {
	text-decoration: underline;
}

strong {
	font-family: 'FrutigerLTPro-Bold', Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

@media only screen and (max-width: 830px) {
	.hidemobile {
		display: none !important;
	}
}
@media only screen and (min-width: 831px) {
	.hidedesktop {
		display: none !important;
	}
}

.header {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 100%;
	/* position: absolute; */
	/* top: 70px; */
	padding: 40px 0 10px 0;
}
@media only screen and (min-width: 600px) {
	.header {
		padding: 30px 30px 0 30px;
	}
}
@media only screen and (min-width: 830px) {
	.header {
		justify-content: space-between;
	}
}
@media only screen and (min-width: 900px) {
	.header {
		padding: 35px 35px 0 35px;
	}
}

.header__logo {
	width: 156px;
}
@media only screen and (min-width: 600px) {
	.header__logo {
		width: 160px;
	}
}

.header__signup {
	display: flex;
	align-items: center;	
}
.header__signup p {
	margin: 0;
}
@media only screen and (max-width: 600px) {
	.header__signup {
		flex-direction: column;
		margin-bottom: 2rem;
		padding-top: 1rem;
		background-color: #fff;
		padding: 1rem 2rem;
		border-radius: 6px;
		width: 404px;
		text-align: center;
	}
	.header__signup p {
		margin-bottom: 1rem;
		color: #303232;
	}
}
@media only screen and (min-width: 601px) and (max-width: 830px) {
	.header__signup {
		flex-direction: column;
		margin-bottom: 2rem;
		padding-top: 1rem;
		background-color: #fff;
		padding: 1rem 2rem;
		border-radius: 6px;
		width: 551px;
		text-align: center;
	}
	.header__signup p {
		margin-bottom: 1rem;
		color: #303232;
	}
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
	.header__signup {
		flex-direction: column;
		margin-bottom: 2rem;
		padding-top: 1rem;
		background-color: #fff;
		padding: 1rem 2rem;
		border-radius: 6px;
		width: 600px;
		text-align: center;
	}
	.header__signup p {
		margin-bottom: 1rem;
	}
}
.header__signup .btn {
	background: #f7b64c;
	margin-left: 1rem;
}
.header__signup .btn:hover {
	background: #e8a436;
}

.container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-top: auto;
	/* /min-height: 800px; */
}
@media only screen and (min-width: 600px) {
	.container {
		/* justify-content: center; */
	}
}


.login-box {
	/* background: white; */
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 3rem;
	text-align: center;
	
}
@media only screen and (min-width: 600px) {
	.login-box {
		/* margin-top: 3rem; */
		padding: 0 3rem;
	}
}

@media only screen and (min-height: 757px) {
	.login-box {
		margin-top: 3rem;
	}
}
@media only screen and (max-height: 757px) {
	.login-box {
		padding: 0 3rem;
	}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.login-box {
		margin-top: 3rem;
	}
}
.login-box__body {
	margin: 0 auto;
	width: 100%;
	/* padding: 0 2rem 2rem 2rem; */
	max-width: 600px;
}
.login-box__form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 2rem;

	width: 100%;
    /* padding: 0 2rem 2rem 2rem; */
}

.login-box__form--password {
	position: relative;
	width: 100%;
}
.login-box__form--password img{
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	height: 15px;
}
.toggle-password:hover {
	cursor: pointer;
}

.login-box__actions {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
@media only screen and (min-width: 600px) {
	.login-box__actions {
		margin-bottom: 0;
	}
}
.login-box__actions--checkbox {
	display: flex;
	font-size: 16px;
}
.login-box__actions--checkbox label{
	/* display: flex; */
	font-size: 16px;
	margin: 0px 0 0 6px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	padding: 19px 20px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	width: 100%;
	font-family: 'FrutigerLTPro-Roman', Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 20px;
}
@media only screen and (min-width: 768px) {
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="text"],
	input[type="tel"],
	input[type="url"],
	input[type="password"],
	textarea,
	select {
		width: 600px;
	}
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #b7d24e;
	outline: 0;
}

label {
	display: block;
	margin: 1.5rem 0 0.5rem 0;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	padding: 0.5rem 2rem;
	border: none;
	background-color: #aecc45;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: 0.1s background-color ease-in-out;
	outline: none !important;
	font-family: 'FrutigerLTPro-Light', Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 20px;
	color: #333333;
}
@media only screen and (min-width: 600px) {
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.btn{
		padding: 1rem 3rem;
	}
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:hover {
	background-color: #98b532;
}

.form-error {
	background-color: #FFE4E1;
	border: 1px solid #ED171F;
	border-radius: 5px;
	width: 100%;
	text-align: left;
	padding: 12px 12px 12px 16px;
	margin-top: 2rem;
}
.form-error p {
	margin: 0;
	font-size: 16px;
	color: #ED171F;
}

.feefo-box {
	display: none;
}
@media only screen and (min-width: 800px) {
	.feefo-box {
		display: block;
		margin-top: auto;
		background: white;
		padding: 2rem;
		width: 90%;
		width: 660px;
	}
}

.live-chat {
	position: absolute;
	right: 0;
	top: 40px;
	width: 60px;
	display: none;
}
@media only screen and (min-width: 830px) {
	.live-chat {
		position: absolute;
		right: 0;
		top: 35%;
		width: 70px;
	}
}
.live-chat img {
	width: 100%;
}

@media only screen and (max-height: 640px) {
	.login-box {
		margin-top: 0;
	}
	.login-box__body p {
		margin: 0;
	}
	h1 {
		font-size: 42px;
		margin-bottom: 1rem;
	}
	.header {
		padding-top: 10px;
	}
	input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
		padding: 15px 16px;
		background-color: #fff;
		border: 1px solid #fff;
		border-radius: 4px;
		box-shadow: none;
		box-sizing: border-box;
		width: 100%;
		font-family: 'FrutigerLTPro-Roman', Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 20px;
	}
}

.live-chat img {
	width: 100%;
}
#ricoh-live-chat .chat_container-info {
    width: 231px;
}