/*=============================================================*/
/* LOGIN */
/*=============================================================*/

/*-------------------------------------------------------------*/
/*  */

.loginBg {
	background-image: url("../images/bg1.jpg");
    /* overflow-y: hidden; */
	background-position-x: center;
    background-position-y: center;
}

.loginBg .container {
	margin-top: 140px;
}

@media (max-width: 550px) {
	.loginBg .container {
		margin-top: 10px;
	}
}

.aInfo, .aForm{
    z-index: 10;
    margin: 8px !important;
    box-shadow: none;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 6px;
	min-height: 280px;
	top: 30%;
}

@media (max-width: 770px) {
	.aInfo, .aForm{
		margin: 8px 8px 8px 0px !important;
	}
}

.aInfo{
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.aForm{
    background-color: rgba(0, 0, 0, 0.45) !important;
}

@media (max-width: 1000px) {
	.aForm, .aInfo{
		padding: 25px;
		min-height: 200px;
	}
}

.aInfo h1 {
	padding-top: 12px;
}

.aForm a {
	color: #39d0ff !important;
	font-size: 12px;
	/* padding: 4px; */
}

.aForm p {
	color: white;
    font-size: 12px;
	margin: 2px;
}

.aForm label{
	font-size: 12px;
	font-weight: normal;
}

.aForm .button-primary {
	margin-right: 0px;
}

.footerLogin{
	font-size: 12px;
    padding: 14px;
}

.footerLogin a{
	color: black;
}

/*-------------------------------------------------------------*/
