/* login */
.bg-login{background-image:url("../img/login_bg.jpg"); background-size: cover; background-position: center center;}
.w-max-380px{max-width: 380px;}
.border-botttom-grey{--phoenix-border-opacity: 1;border-bottom: 2px solid !important; border-color: #D9D9D9 !important;}
.border-effect-orange{background: linear-gradient(#FF650B, #FF650B) bottom left / 0% 2px no-repeat; transition: 0.6s;}
.border-effect-orange:focus{background-size: 100% 2px; border-color: transparent !important;}
.logo_icon{margin-top:-30px; margin-left:127px; position:absolute; z-index:55}
.login-form-container{background-color:rgba(255, 255, 255, 0.5); border-radius: .375rem;border: 1px solid #cbd0dd; padding:130px 35px 40px 35px;-webkit-animation: glowing 1.2s ease-in-out infinite alternate;-moz-animation: glowing 1.2s ease-in-out infinite alternate;animation: glowing 1.2s ease-in-out infinite alternate;}
.bg-effect-orange:hover{background-color: #FF650B;}
.bg-active-orange.active{background-color: #FF650B !important; color: #ffffff;}
.fw-600{font-weight: 600;}
.color-effect-orange:hover{color: #FF650B !important;}

@keyframes glowing {
	from {
		box-shadow: 0 0 10px #E9E9E9;
	}
	to {
		box-shadow: 0 0 10px #fff, 0 0 35px #CDCDCD;
	}
}
