@charset "UTF-8";
/* CSS Document */


.cloginform{
	padding:50px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.loginbtitle{
	text-align:center;
	padding:10px 0px;
}

.login-ap-30{
	width:25%;	
}

.login-ap-30 h1{
	font-size:25px;
	font-weight:bold;
}

.login-ap-30 h2{
	font-size:18px;
}

.bgiloginbg{
   background: url("../images/background-osx.jpg") no-repeat center center fixed; 
   
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullwidth{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
   /* min-height: 1050px;
    background: url("../images/melbourne-cbd.jpg") center top no-repeat #001627; */
	background: url(../images/admin_bg.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}







@media only screen and (max-width : 1440px) {
  .login-ap-30{
	width:30%;	
}
}

@media only screen and (max-width : 1280px) {
  .login-ap-30{
	width:40%;	
}
}



@media only screen and (max-width : 1024px) {
  .login-ap-30{
	width:60%;	
}
}

@media only screen and (max-width : 940px) {
  .login-ap-30{
	width:60%;	
}
}

@media only screen and (max-width : 647px) {
  .login-ap-30{
	width:80%;	
}
}

@media only screen and (max-width : 470px) {
  .login-ap-30{
	width:90%;	
}
   .bgilogotopoa{
	   margin:0px;
   }
}





