@font-face {
    font-family: ProximaNovaThin;
    src: url(/themes/agapefront/fonts/proxima-nova/ProximaNovaThin.woff);
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(/themes/agapefront/fonts/proxima-nova/ProximaNovaRegular.woff);
}
h1{
	font-family: ProximaNovaThin;
	font-weight: bolder;
	color: #14abf9;
	font-size: 40px;
}

a{
	color: #14abf9;
}

.top0{
	margin-top: 0px !important;
}

.top20{
	margin-top: 20px !important;
}

.top30{
	margin-top: 30px !important;
}

.top40{
	margin-top: 40px !important;
}

.top50{
	margin-top: 50px !important;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: ProximaNovaThin;
  color: #666;
  background: url(/themes/agapefront/img/Agape_login_background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.circle-login {
	background: #fff;
	border-radius: 50%;
	width: 535px;
	height: 535px;
	border: 10px solid #7dcdfc;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	-moz-box-shadow: 0 0 100px #7dcdfc;
	-webkit-box-shadow: 0 0 100px #7dcdfc;
	box-shadow: 0px 0px 100px #7dcdfc;
}

.login-logo{
	font-size: 20px;
	color: #666;
}

.login-logo a{
	color: #666 !important;
}

.proceedBackend{
	font-size: 30px !important;
	margin-top: 80px !important;
}

.copyright{
	position: fixed;
	bottom: 30px;
	text-align: center;
	color: #fff !important;
	font-size: 12px;
	width: 100% !important;
}

.copyright a{
	color: #fff;
}
