#fader {
        opacity: 0.8;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        background-image: url('/elements/images/287.gif');
        background-repeat: no-repeat;
        background-position: center;
        z-index: 90;
}
#fader_message {
        display: none;
        color: #000;
        z-index: 99;
        position: fixed;
        font-weight: 900;
        text-align: center;
        top:100px;
        left: 0;
        right: 0;
        font-size: 2em;
}

.w-150-h-auto {
	width:150px;
	height:auto;
}

.h-150-w-auto {
	width:150px;
	height:auto;
}

.pt-30 {
	padding-top:30px;
}

.mb-25 {
	margin-bottom:25px;
}

.mt-10 {
	margin-top:10px;
}

.disp-none {
	display:none;
}

.create-account-text {
	margin-top:25px;font-size: 1.4px;font-size:1.4rem;
}