.et_pb_ibsr_user_frontend_login form {
	width: 300px;
}

.et_pb_ibsr_user_frontend_login form label,
.et_pb_ibsr_user_frontend_login .form-element input[type="checkbox"].custom-checkbox ~ span.text {
	color: #bbb;
	font-weight: 500 !important;
}

.et_pb_ibsr_user_frontend_login .rwmb-required {
	color: #96B539;
	font-weight: 500 !important;
}

.et_pb_ibsr_user_frontend_login form input {
	background-color: rgba(0, 0, 0, 0.02);
	border: 0px;
	border-radius: 0px;
	font-size: 12px;
	padding: 8px;
}

.et_pb_ibsr_user_frontend_login form input:focus {
	background-color: rgba(15, 132, 188, 0.08);
}

.et_pb_ibsr_user_frontend_login form #submit,
.et_pb_ibsr_user_frontend_logout button {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	padding: .3em 1em;
	line-height: 1.7em!important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	transition-property: all!important;
	position: relative;
	transition: all 300ms ease 0ms;
	display: inline-block;
	font-size: 17px;
	padding-left: 30px!important;
	border-width: 2px!important;
	border-radius: 50px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: 900!important;
	padding-right: 0.7em;
	background-color: RGBA(0,0,0,0);
	cursor: pointer;
}

.et_pb_ibsr_user_frontend_login form #submit {
	color: #377AB2!important;
	border-color: #377AB2;
}

.et_pb_ibsr_user_frontend_logout button {
	color: #F8F8F8!important;
	border-color: #F8F8F8;

}

.et_pb_ibsr_user_frontend_login form #submit:before,
.et_pb_ibsr_user_frontend_logout button:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ibsr' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 13px;
	content: "\e912";
	margin-left: -1.3em;
	margin-right: 7px;
}

.et_pb_ibsr_user_frontend_login form #submit:hover {
	color: #F8F8F8!important;
	background-image: initial;
	background-color: #377AB2;
}

.et_pb_ibsr_user_frontend_logout button:hover {
	color: #284F85 !important;
	background-image: initial;
	background-color: #284F85;
}


.et_pb_ibsr_user_frontend_login form a[href*="lost-password=true"] {
	font-size: 16px;
}


.et_pb_ibsr_user_frontend_login #rwmb-validation-message {
	display: none;
}

.et_pb_ibsr_user_frontend_login input.rwmb-error {
	background-color: rgba(0, 0, 0, 0.02) !important;
	border: solid #c02b0a 1px;
}

.et_pb_ibsr_user_frontend_login p.rwmb-error {
	background-color: #fff9f9;
	border: solid #c02b0a 1px;
	border-radius: 0px;
	color: #c02b0a;
	margin-top: 2px;
	padding: 12.992px 24px !important;
	width: 99%;
}

.et_pb_ibsr_user_frontend_login .rwmb-notice,
.et_pb_ibsr_user_frontend_login .rwmb-confirmation,
.et_pb_ibsr_user_frontend_login .rwmb-error,
.et_pb_ibsr_user_frontend_login .rwmb-info,
.et_pb_ibsr_user_frontend_login #rwmb-validation-message {
	margin-bottom: 0px;
}

.et_pb_ibsr_user_frontend_login.et_pb_ibsr_user_frontend_loggedin {
	display: none;
}

.ibsr_logout .loader{
	display: none;
}

.ibsr_logout.loading .link {
	display: none;
}

.ibsr_logout.loading .loader{
	display: block;
}

.ibsr_logout .loader,
.ibsr_logout .loader:before,
.ibsr_logout .loader:after {
	border-radius: 50%;
	height: 2.5em;
	width: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: logout_load 1.8s infinite ease-in-out;
	animation: logout_load 1.8s infinite ease-in-out;
}

.ibsr_logout .loader {
	color: #212121;
	font-size: 4px;
	margin: 10px auto;
	opacity: 0.8;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.ibsr_logout .loader:before,
.ibsr_logout .loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.ibsr_logout .loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.ibsr_logout .loader:after {
	left: 3.5em;
}

@-webkit-keyframes logout_load {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes logout_load {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}