/* Login */
html {
	--register-margin: 33px;
	--register-padding: 8px;
}

.ws-account-login-box {
	border: 2px;
    border-radius: 4px;
	border-color: #f6f6f6;
    border-style: solid;
    background-color: #ffffff;
}

.ws-account-login-title {
    font-family: MontserratBold;
    font-size: 20px;
    color: #2e2e2e;
	padding-left: 2rem;
	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
	margin: 0px;
	width: 100%
}

.ws-login-input-form {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-bottom-color: #bdbdbd;
    border-bottom-style: solid;
    background-color: #f7f7f7;
    color: #2e2e2e;
    border-image-width: 0;
    box-shadow: none;
    font-family: 'MontserratMedium';
    font-size: 14px;
    padding-left: var(--register-padding);
	padding-top: 12px;
	padding-bottom: 12px;
    margin-left: var(--register-margin);
    margin-right: var(--register-margin);
	width: calc(100% - (var(--register-margin) * 2));
}

.ws-login-button {
	font-family: 'MontserratBold';
	font-size: 12px;
    background-color: #ff7f02;
    color: #ffffff;
	border-color: #ff7f02;
	border-width: 1px;
    background-image: none;
    border-radius: 0;
    border-style: solid;
    width: 141px;
    margin-bottom: 1em;
}

.ws-login-button:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

#ws-login-forgotten {
	font-family: 'MontserratRegular';
	font-size: 14px;
    color: #2e2e2e;
    text-decoration-line: underline;
}

fieldset {
	width: 100%;
}


.ws-register-option-field {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
	margin-left: var(--register-margin);
	margin-right: var(--register-margin);
	width: calc(100% - (var(--register-margin) * 2));
	background-color: #f7f7f7;
}

 .ws-register-customer-type {
    font-family: 'MontserratRegular';
    font-size: 16px;
	color: #2e2e2e;
	padding: var(--register-padding);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: var(--register-margin);
	margin-right: var(--register-margin);
	width: calc(100% - (var(--register-margin) * 2));
	background-color: #ffffff;
}

.ws-login-label {
    border: 0px;
    background-color: #f7f7f7;
    border-image-width: 0;
    box-shadow: none;
    padding-left: var(--register-padding);
    margin-left: var(--register-margin);
    margin-right: var(--register-margin);
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-family: 'MontserratMedium';
    font-size: 12px;
	color: #2e2e2e;
    width: calc(100% - (var(--register-margin) * 2));
}

.ws-register-input-for-radio {
    font-family: 'MontserratRegular' !important;
    font-size: 14px !important;
    border: 0px;
    background-color: #f7f7f7;
    border-image-width: 0;
    box-shadow: none;
	margin-left: var(--register-margin);
	padding-left: var(--register-padding);	
}

.ws-register-label-for-radio {
    font-family: 'MontserratRegular' !important;
    font-size: 14px !important;
    border: 0px;
    background-color: #f7f7f7;
    border-image-width: 0;
    box-shadow: none;
    margin: 0px;
	width: calc(100% - var(--register-padding));
}

.ws-login-label-for-checkbox {
    font-family: 'MontserratRegular';
    font-size: 14px;
	color: #2e2e2e;
    border: 0px;
    background-color: #ffffff;
    border-image-width: 0;
    box-shadow: none;
	margin-top: 8px;
	margin-bottom: 8px;
    margin-left: var(--register-margin);
	margin-right:  var(--register-margin);
	width: calc(100% - (var(--register-margin) * 2));
}

.ws-register-agree-field {
    font-family: 'MontserratRegular';
    font-size: 12px;
	color: #2e2e2e;
    border: 0px;
    background-color: #ffffff;
    border-image-width: 0;
    box-shadow: none;
	margin-top: 0px;
	margin-bottom: 10px;
    margin-left: var(--register-margin);
	margin-right:  var(--register-margin);
	width: calc(100% - (var(--register-margin) * 2));
}

input[type=checkbox] {
	border: 1px;
	border-color: #9c9c9c;
	border-radius: 5px;
	border-style: solid;
	background-color: #ffffff;
}

.ws-login-input-register {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-bottom-color: #bdbdbd;
    border-bottom-style: solid;
    background-color: #f7f7f7;
    border-image-width: 0;
    box-shadow: none;
	padding-top: 2px;
	padding-left: var(--register-padding);
    margin-left: var(--register-margin);
    margin-right: var(--register-margin);
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'MontserratMedium';
    font-size: 14px;
	color: #2e2e2e;
    width: calc(100% - (var(--register-margin) * 2));
}

.ws-login-register-field {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.ws-login-date-button {
}

.ws-login-select {
    font-family: 'MontserratMedium';
    font-size: 14px;
	color: #2e2e2e;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px;
    border-bottom-color: #bdbdbd;
    border-bottom-style: solid;
    background-color: #f7f7f7;
    margin-left: var(--register-margin);
    margin-right: var(--register-margin);
    padding-top: 5px;
    padding-bottom: 5px;
    width: calc(100% - (var(--register-margin) * 2));
}

.ws-login-legend {
    font-family: 'MontserratBold';
    font-size: 14px;   
    border: 0;
	margin-left: 33px;
}

.ws-login-register-button {
    font-family: 'MontserratBold';
    font-size: 12px;
    background-color: #ff7f02;
    color: #ffffff;
    background-image: none;
    border-radius: 0;
    border-style: solid;
	border-width: 1px;
	border-color: #ff7f02;
	margin-left: var(--register-margin);
	margin-right: var(--register-margin);
    width: calc(100% - (var(--register-margin) * 2));
    padding-top: 5px;
    padding-bottom: 5px;
}

.ws-login-register-button:hover {
    background-color: #fd8716;
    color: #f7f7f7;
	border-color: #fd8716;
}

.container-photo {
    max-width: 960px;
    margin: 30px auto;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}

.avatar-edit {
	position: absolute;
	right: 22px;
	z-index: 1;
	top: 20px;
}

.avatar-edit>input {
	display: none;
}

.avatar-edit>label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

.avatar-edit>label:hover {
		background: #f1f1f1;
		border-color: #d6d6d6;
}

.avatar-edit>label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-delete {
	position: absolute;
	right: 22px;
	z-index: 1;
	top: 60px;
}

.avatar-delete>label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

.avatar-delete>label:hover {
		background: #f1f1f1;
		border-color: #d6d6d6;
}

.avatar-delete>label:after {
	content: "\f1f8";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ws-login-input-psw-area {
	margin-right: var(--register-margin);
	margin-bottom: 1rem;
	height: calc(100% - 1rem);
	text-align: center;
}

.ws-login-input-psw-btn {
	font-size: 22px;
    color: #bdbdbd;
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    border: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbdbd;
	padding-top: 19%;
	padding-bottom: 19%;
}

.ws-login-register-psw-area {
	margin-right: var(--register-margin);
	margin-bottom: 0px;
	text-align: center;
}

.ws-login-register-psw-btn {
	font-size: 18px;
    color: #bdbdbd;
    background-color: #f7f7f7;
    width: 100%;
	height: 24px;
    border: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbdbd;
	vertical-align: top;
}