/* login */
.bg-login{background-image:url("../images/login_background.webp"); background-repeat: no-repeat; 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(#182a4e, #182a4e) 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, 1); border-radius: .375rem;border: 1px solid #cbd0dd; padding:90px 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: #182a4e;}
.bg-active-orange.active{background-color: #182a4e !important; color: #ffffff;}
.fw-600{font-weight: 600;}
.color-effect-orange:hover{color: #0b23ff !important;}

@keyframes glowing {
	from {
		box-shadow: 0 0 10px #d5d5d5;
	}
	to {
		box-shadow: 0 0 20px #c4c4c4, 0 0 35px #CDCDCD;
	}
}
