body {
	background-color: #F0F3F2;
}
::-ms-reveal {
	display: none;
}
.sign-page {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding: 0;
	margin: 0;
	background: #f1f3f2;
	font-family: 'Open sans', sans-serif;
	color: #211F1F;
	background-size: cover;
}

@media screen and (max-height: 927px) {
	.sign-page {
		align-items: flex-start;
		padding-top: 22px;
		margin-bottom: 22px;
	}
}

.sign-card {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	width: 400px;
	border-radius: 3px
}

.register-page .sign-card {
	width: 750px;
}

.sign-logo {
	text-align: center;
}

.sign-logo img {
	max-height: 55px;
	max-width: 100%;
}

.sign-title {
	text-align: center;
	font-size: 30px;
}

.sign-radio {
	font-size: 1.2rem;
}

.sign-radio[data-value=true] .sign-radio-option[data-value=false] {
	color: #B8BECD;
}

.sign-radio[data-value=false] .sign-radio-option[data-value=true] {
	color: #B8BECD;
}

.sign-radio .fal, .sign-radio .fas, .sign-radio .far {
	font-size: 1.6rem;
	display: inline-block;
	/* vertical-align: bottom; */
}

.sign-input input {
	border: 2px solid #addce4;
	font-size: 1.2rem !important;
	/* max-width: 400px; */
	/* padding: 13px; */
}

.sign-input .has-error input {
	border-color: #FF7373;
}

.sign-actions {
	font-size: 14px;
}

.sign-actions .far, .sign-actions .fal, .sign-actions .fas {
	font-size: 20px;
	display: inline-block;
	/* vertical-align: bottom; */
}

.sign-actions a {
	color: #211F1F;
}

.sign-alt-actions {
	font-size: 14px;
}

.sign-infobox {
	padding-left: 20px;
	font-size: 14px;
	border-left: 3px solid rgba(90, 186, 205, 1);
}

.sign-info {
	display: none;
}

/*components*/

a {
	text-decoration: underline;
	color: #5BB9CB;
}

a:hover {
	text-decoration: none;
}

.btn-submit {
	background: rgba(121, 188, 131, 1);
	background: -moz-linear-gradient(left, rgba(121, 188, 131, 1) 0%, rgba(90, 186, 205, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(121, 188, 131, 1)), color-stop(100%, rgba(90, 186, 205, 1)));
	background: -webkit-linear-gradient(left, rgba(121, 188, 131, 1) 0%, rgba(90, 186, 205, 1) 100%);
	background: -o-linear-gradient(left, rgba(121, 188, 131, 1) 0%, rgba(90, 186, 205, 1) 100%);
	background: -ms-linear-gradient(left, rgba(121, 188, 131, 1) 0%, rgba(90, 186, 205, 1) 100%);
	background: linear-gradient(to right, #79bc83 0%, rgba(90, 186, 205, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bc83', endColorstr='#5abacd', GradientType=1);
	color: white;
	font-size: 1.2rem;
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-ms-transition: background 2s ease;
	-o-transition: background 2s ease;
	transition: background 2s ease;
	width: 100%;
}

.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
	background: rgba(90, 186, 205, 1);
	background: -moz-linear-gradient(left, rgba(90, 186, 205, 1) 0%, rgba(121, 188, 131, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(90, 186, 205, 1)), color-stop(100%, rgba(121, 188, 131, 1)));
	background: -webkit-linear-gradient(left, rgba(90, 186, 205, 1) 0%, rgba(121, 188, 131, 1) 100%);
	background: -o-linear-gradient(left, rgba(90, 186, 205, 1) 0%, rgba(121, 188, 131, 1) 100%);
	background: -ms-linear-gradient(left, rgba(90, 186, 205, 1) 0%, rgba(121, 188, 131, 1) 100%);
	background: linear-gradient(to right, rgba(90, 186, 205, 1) 0%, rgba(121, 188, 131, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5abacd', endColorstr='#79bc83', GradientType=1);
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-ms-transition: background 2s ease;
	-o-transition: background 2s ease;
	transition: background 2s ease;
}

.fa, .fas, .far, .fal {
	color: #5BBACC;
}

.fa.unchecked, .fas.unchecked, .far.unchecked, .fal.unchecked {
	color: #B3B3B3;
}

.input-icon {
	position: relative;
}

.form-group {
	width: 100%;
	display: inline-block;
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-ms-border-radius: .2rem;
	-o-border-radius: .2rem;
	border-radius: .2rem;
}

.input-icon-right input {
    padding-right: 44px;
}

.input-icon-right.input-icon-right-x2 input {
    padding-right: 78px;
}

.input-icon-right .fal,
.input-icon-right .far,
.input-icon-right .fas {
    position: absolute;
    right: 12px;
    top: 16px;
	font-size: 20px;
}

.password-visibility-toggle {
	cursor: pointer;
}

.input-icon-right .fal + .fal,
.input-icon-right .fal + .far,
.input-icon-right .fal + .fas,
.input-icon-right .far + .fal,
.input-icon-right .far + .far,
.input-icon-right .far + .fas,
.input-icon-right .fas + .fal,
.input-icon-right .fas + .far,
.input-icon-right .fas + .fas {
    position: absolute;
    right: 44px;
    top: 16px;
    font-size: 20px;
}

.sign-toggle, .sign-radio-option {
	cursor: pointer;
}

input::placeholder {
	opacity: .4 !important;
	font-size: 1.1rem;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: .4 !important;
	font-size: 1.1rem;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: .4 !important;
	font-size: 1.1rem;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: .4 !important;
	font-size: 1.1rem;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: .4 !important;
	font-size: 1.1rem;
}

input[type="checkbox"] {
	position: absolute;
    left: -9999px;
}

input[type="checkbox"] + label {
	font-size: 1.2rem;
    padding-left: 2rem;
}

input[type="checkbox"] + label::before {
	position: absolute;
    left: 0;
    top: auto;
    content: "\F0C8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 3rem;
    color: #5abacc;
    font-size: 1.75rem;
    border: none;
}

input[type="checkbox"]:checked + label::before {
	font-weight: 600;
    content: "\F14A";
    transform: none;
}

.switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 18px;
	cursor: pointer;
}

.switch input {
	display: none;
}

.switch input:checked+.slider {
	background-color: #5BBACC;
}

.switch input:checked+.slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

.switch input:checked~.switch-icon-label {
	color: #5BBACC;
}

.switch input:focus+.slider {
	-webkit-box-shadow: 0 0 1px #5BBACC;
	box-shadow: 0 0 1px #5BBACC;
}

.switch .slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #B8BECD;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
}

.switch .slider:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 2px;
	bottom: 2px;
	background-color: #FFFFFF;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.switch .switch-icon-label {
	position: absolute;
	top: 2px;
	left: 35px;
	font-size: 14px;
	color: #EBEBEB;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.switch.iconed-switch {
	width: 42px;
}

.switch.iconed-switch input {
	display: none;
}

.switch.iconed-switch input:checked+.slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
}

.switch.iconed-switch input:checked~.switch-icons {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.switch.iconed-switch input:checked~.switch-icons .icon-on {
	display: block;
}

.switch.iconed-switch input:checked~.switch-icons .icon-off {
	display: none;
}

.switch.iconed-switch .slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #B8BECD;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
}

.switch.iconed-switch .slider:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 2px;
	bottom: 2px;
	background-color: #FFFFFF;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.switch.iconed-switch .icon-on {
	position: absolute;
	left: 7px;
	right: auto;
	display: none;
	color: #FFFFFF !important;
}

.switch.iconed-switch .icon-off {
	position: absolute;
	right: 7px;
	left: auto;
	color: #FFFFFF !important;
}

.switch.iconed-switch .switch-icons {
	position: relative;
	width: 100%;
}

.switch.inline-switch {
	margin-bottom: 0 !important;
	margin-right: 5px;
	vertical-align: middle;
}

.switch.inline-switch[data-value=false]+.inline-switch-label {
	color: #B8BECD;
}

.error-message {
	font-size: 12px;
	color: white;
	background-color: #FF7373;
	border-radius: 3px;
	padding: 8px 12px;
	margin-top: 4px;
}

.success-message {
	font-size: 12px;
	color: white;
	background-color: #00BB60;
	border-radius: 3px;
	padding: 8px 12px;
	margin-top: 4px;
}

/* TOOLTIPS */

.tooltip {
	display: block !important;
	z-index: 10000;
}

.tooltip .tooltip-inner {
	background: white;
	color: black;
	border-radius: 16px;
	padding: 5px 10px 4px;
	border: solid 1px black;
}

.tooltip .tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
	border-color: black;
	z-index: 1;
}

.tooltip[x-placement^="top"] {
	margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
	border-width: 5px 5px 0 5px;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	bottom: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
	margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
	border-width: 0 5px 5px 5px;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
	margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	left: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.tooltip[x-placement^="left"] {
	margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	right: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.tooltip.popover .popover-inner {
	background: #f9f9f9;
	color: black;
	padding: 24px;
	border-radius: 5px;
	box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
	border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
	visibility: hidden;
	opacity: 0;
	transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
	visibility: visible;
	opacity: 1;
	transition: opacity .15s;
}

/* END TOOLTIPS */

/* TRANSITIONS */

.fade-slide-enter-active, .fade-slide-leave-active {
	transition: opacity 0.4s linear, max-height 0.4s linear;
	max-height: 100px;
	overflow: hidden;
}

.fade-slide-enter, .fade-slide-leave-to {
	transition: opacity 0.4s linear, max-height 0.4s linear;
	opacity: 0;
	max-height: 0;
}

.fade-enter-active, .fade-leave-active {
	transition: opacity 0.5s linear;
}

.fade-enter, .fade-leave-to {
	transition: opacity 0.5s linear;
	opacity: 0;
}

/* END TRANSITIONS */