/*********easteregg css*********/
canvas {
	display: block;
}

#snowfall {
	width: 100%;
	height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 0;	
}
/*******************************/
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background: url('../login/background.svg') center center / cover no-repeat fixed;
    height: 100%;
}
body.snow-flake {
	background: url('../login/background.jpg') center center / cover no-repeat fixed !important; 
}
input[type="text"] {
    min-width: 200px;
}
.form-content {
	position: absolute;
    z-index: 1;
    width: 350px;
    margin: 0 auto !important;
}
.language-opacity {
	position: relative;
    margin-left: -21px;
    background-color: black;
    filter: none !important;
    z-index: 1;
    opacity: 0.4;
    height: 21px;
    width: 21px;
    border-radius: 10px;
    cursor: pointer;
}
.language-spacer {
	margin-right: 4px;
}
.display-flex {
	display: flex;
}
.center-content {
	max-width: 1140px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.default-footer {
	color: white !important;
    bottom: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px !important;	
}
.default-footer img {
	margin: 5px;
}
.fluig-card {
	overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}
.fluig-card-header {
	text-align: center;
    padding: 2rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);	
}
.fluig-card-header img{
	max-height: 56px;
}
.panel .row {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.input-group-card {
	position: relative;
    background-position-y: 0px;
    top: 12px;	
}
.input-group-card:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 18px;
    height: 20px;
}
.input-group-card.icon-user:before {
	background-image: url(/portal/resources/login/login_icons.png);
    background-position-y: 0px;
    top: 12px;
}
.input-group-card.icon-password:before {
    background-image: url(/portal/resources/login/login_icons.png);
    background-position-y: -60px;
}
.login-input-group {
	margin-bottom: 74px;
	margin-top: 10px;
}

.text-input-group {
	margin-bottom: 10px;
	margin-top: 10px;
}

.form-field {
	height: 45px !important;
	display: block;
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1em;
    color: #666;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;	
}
.form-field:focus {
	color: #666;
    background-color: #fff;
    border-color: #8e9398;
    outline: none;
    box-shadow: none;
}
.text-danger {
    color: #dc3545 !important;
}
.form-text {
    display: block;
    margin-top: 1rem;
    font-size: 14px;
}
input.form-field::-webkit-input-placeholder {
    color: #d5d5d5;
}
input.form-field:-moz-placeholder {
   color: #d5d5d5;
   opacity:  1;
}
input.form-field::-moz-placeholder {
   color: #d5d5d5;
   opacity:  1;
}
input.form-field:-ms-input-placeholder {
   color: #d5d5d5;
}
input.form-field::-ms-input-placeholder {
   color: #d5d5d5;
}
input.form-field::placeholder {
   color: #d5d5d5;
}
.button {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	
}
.button-block {
    display: block;
    width: 100%;
}
.button:hover {
	text-decoration: none;
}
.spacer-small {
	padding-top: 10px;
    float: left;
    width: 100%;
}
.spacer-default {
	padding-top: 25px;
    float: left;
    width: 100%;
}
.forgot-password {
	color: #666 !important;
	margin: 0 25px 25px 25px;
}
.ladda-button {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
}
.button-outline-primary {
    color: #e8255c !important;
    background-color: transparent;
    background-image: none;
    border-color: #e8255c;
    outline: none !important;
}
.button-outline-primary:hover {
	color: #fff !important;
    background-color: #e8255c;
    border-color: #e8255c;	
}
.button-outline-secondary {
    color: #ccc !important;
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
    outline: none !important;
}
.button-outline-secondary:hover {
	color: #fff !important;
    background-color: #ccc;
    border-color: #ccc;	
}
.text-uppercase {
	text-transform: uppercase;
}
.form-field-icon{
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px center;
    padding-left: 40px;
}
.container-fluid {
    height: 100%;
    min-height: 400px;
    padding: 2%;
}
.lang {
    height: 5%;
	z-index: 1;
    position: absolute;
    right: 50px;    
}
@media only screen and (max-width: 767px) {
	.vertical-align {
		position: absolute !important;
		width: 100% !important;
		z-index: 1 !important;
	}	
	.form-content {
	    width: calc(100% - 30px);
	}
	.default-footer {
		display: none;
	}
    .container-fluid {
        min-height: 600px !important;
    }
    .content {
        height: 74% !important;
    }
    .lang {
        height: 10% !important;
    }
    .vertical-xs-align-child {
        height: auto !important;
        position: relative;
        top: 45%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .vertical-align-parent {
        height: auto !important;
        margin: 3%;
    }
    .vertical-align-child {
        position: initial !important;
        transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }
    .logo {
        max-width: 50% !important;
    }
    .footer {
        height: 5% !important;
        text-align: center !important;
    }
}
@media only screen and (max-height: 600px) {
	.default-footer {
		display: none;
	}
}
@media only screen and (min-height: 767px) and (max-width: 400px) {
    .lang {
        margin-top: 24px;
    }
}
.content {
    height: 90%;
}
.vertical-align-parent {
    padding: 2% 1%;
    height: 100%;
}
.vertical-align-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.vertical-xs-align-child {
    height: 100%;
}
.logo {
    max-width: 100%;
}
.footer {
    height: 5%;
    text-align: right;
}

.signature-message {
    color: #999;
}

.input-addon {
	border-radius: 0.25rem 0rem 0rem 0.25rem !important;
}