    body {
        background: url(/img/bgb.jpg);
        background-repeat: repeat-x;
        background-position: center top;
    }

    .btn-infos{
        color: #fff;
        background-color: #434987 !important;
        border-color: #434987 !important;
    }
	.half-size{
		width: 50%;
	}
	.my_alignment{
		margin-left:0px;
	}
    .Captcha_Label{
        display: inline-block;
        padding-left:130px;
        font-size: 0.5em;
        color: red;
    }
	#g-recaptcha {
		transform: scale(0.84);
		transform-origin: 0 0;
		/*margin-top: 1.5em;*/
		margin-bottom: 1em;
	}
	@media screen and (max-width:31.25em){
		#g-recaptcha {
			transform: scale(1.14);
			transform-origin: 0 0;
			/*margin-top: 1.5em;*/
			margin-bottom: 2em;
		}
	}

    .section-white {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        text-shadow: 2px 4px 30px #fff;
        margin: 2em auto;
    }

    /*#content-spacer ul, #content-spacer li {
        list-style: circle !important;
    }*/

    .login-div {
        border-right: 1px solid #ccc;
    }

    .error-msg {
        color: red; 
        font-size: 0.9em;
    }

    .forgot-passpord {
        text-decoration: underline;
    }
    .no-account {
        color:#9a815c;
    }
    .download-file {
        font-size: 0.9em;
    }
