body {
	background: #fdfeff;
	font-weight: 400;
}

.top-bar-container {
    align-items: center;
    background-color: #f3a321;
    color: black;
    display: flex;
    height: 100%;
    min-height: 4vh;
    padding: 0 1rem;
    z-index: 9999;
}

.top-bar-content {
    margin: 0 auto;
}

.top-bar-text {
	margin: auto;
}

.top-bar-text a {
	color: black
}

.top-bar-text a:hover {
	color: rgb(40, 53, 56)
}

.modal {
	position: relative;
	height: 96vh;
}

.modal-dialog .modal-content {
	border-radius: 0.25rem;
}

.modal-backdrop {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255,0);
}

.my-header {
	margin-left: 1rem;
	margin-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dee2e6;
}

.my-header h4 {
	color: #1c1e21;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
}

.my-header .button-header {
	color: #1c1e21;
	width: fit-content;
}

.my-header .button-header:hover {
	background-color: #eff1f3;
	color: #1c1e21;
}

.my-header .waves-effect {
	border-radius: 4px;
	padding: 0.25rem;
}

.my-body .button-header {
	color: #6b809e;
	width: fit-content;
}

.my-body .button-header:hover {
	background-color: #eff1f3;
	color: #6b809e;
}

.my-body .waves-effect {
	border-radius: 1rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.my-body h4 {
	color: #1c1e21;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}

span.field-icon {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	right: 0.5rem;
	top: 0.25rem;
	z-index: 2;
}

.btn {
	background-color: #0B78D0 !important;
	/* 0B78D0 */
	font-weight: 500;
	font-size: 20px;
	line-height: 48px;
	padding: 0 16px;
	text-transform: unset;
	color: #fff;
	right: 0;
}

.btn-outline {
	color: #0B78D0 !important;
	border: 2px solid#0B78D0 !important;
	font-weight: 500;
	font-size: 20px;
	line-height: 48px;
	padding: 0 16px;
	text-transform: unset;
	right: 0;
}

.btn:hover, .btn:active, .btn:focus {
	color: #fff;
}

a {
	text-decoration: underline !important;
}

a:hover {
	color: #007bff;
}

.forgot-pass {
	margin-top: -20px;
}

.space {
	padding-bottom: 4rem;
}

.alert {
	margin-top: -5px;
	padding: .375rem .75rem;
}

.alert-message {
	line-height: 36px;
}

.help-block.error {
	margin-top: -2pt;
	margin-bottom: 0pt;
}

.has-error label {
	color: #d93025 !important;
}

.md-form.md-outline label {
	line-height: 1.3rem;
}

.text-danger {
	font-size: 80%;
	color: #dc3545 !important;
}

.has-error input.form-control {
	border-color: #d93025 !important;
}

.has-error input.form-control:focus {
	border: 0.10rem solid #d93025 !important;
	box-shadow: inset 0.05rem 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 0, 0, 0.6) !important;
}

.hint-signup-password {
	padding-left: 10px;
	color: #5f6368!important;
	font-size: .875rem;
}

.hint-signup-password-length {
	color: #5f6368;
	font-size: .875rem;
}


.signup-password-valid {
	font-size: .875rem;
	color: #68ab28;
}

.material-icons.md-18 {
	font-size: 18px;
	vertical-align: middle;
	padding-bottom: 1px;
}

.material-icons.md-24 {
	font-size: 24px;
	vertical-align: middle;
}

.material-icons.md-36 {
	font-size: 36px;
	vertical-align: text-bottom;
}

.material-icons.md-48 {
	font-size: 48px;
	vertical-align: middle;
}

.icon-verify {
	color: #34363a;
	font-size: 100px;
	padding-top: 0px;
	position: relative;
	transform: translate(-10px, -20px);
}

.circle {
	width: 80px;
	height: 58px;
	border-radius: 0px;
	font-size: 100%;
	color: #fff;
	line-height: 169px;
	text-align: center;
	background: #deebf7;
}

input:-webkit-autofill::first-line {
	font-size: 16px;
}

/* Labels radius

.md-form.md-outline>input[type]:-webkit-autofill:not(.browser-default):not([type="search"])+label, .md-form.md-outline>input[type="time"]:not(.browser-default)+label {
	border-radius: 1rem;
}*/

/* Autofill chrome white instead of blue 

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}*/

.is-blurred {
	filter: blur(5px);
	-webkit-filter: blur(5px) brightness(0.8);
}

.legal {
	width: fit-content !important;
	height: 350px !important;
	border: 0px !important;
	overflow-y: scroll !important;
}

.scrollbar {
	float: left;
	height: 300px;
	background: #fff;
	overflow-y: scroll;
	margin-bottom: 25px;
	padding-right: 10px;
}

.force-overflow {
	min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #0B78D0;
}