


#login-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height:  100vh;;

  padding-top: 10%;
  background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-image: url(../images/loginpage_bg.jpg);
}

@media only screen and (max-width: 767px) {
  #login-background {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    background-image: url(../images/login_bg_mobile.png);
    background-position: center center;
  }
  .brand_logo {
    background: #ffffffe6 !important;
    margin: auto;
    border-radius: 10px;
	}
  
}

#login-panel {
    min-width: 280px;
    padding-bottom: 10px;
    /* background-color: #000; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	
	border: 1px #0000001c solid;
    background: #ffffffe6;
    margin: auto;
    border-radius: 10px;
}

@media(min-width: 768px) {
    #login-panel {
        position:absolute;
        top: 15%;
        right: 1%;
        width: 10%;
		
		border: 1px #0000001c solid;
		background: #ffffffe6;
		margin: auto;
		border-radius: 10px;
    }
}

@media(max-width: 767px) {
    #login-panel {
        position:relative;
        /*width: 80%;*/
        right: 1%;
		margin: 0px 10px 10px 10px;
		
		border: 1px #0000001c solid;
		background: #ffffffe6;
		border-radius: 10px;
    }
}

#login-panel-body {
    position: relative;
    top: 10%;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
	
}

.form-control {
  
  text-align: center;
}


#logo-panel {
    min-width: 180px;
    padding-bottom: 10px;
    /* background-color: #000; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

@media(min-width: 768px) {
  #logo-panel {
      position:absolute;
      top: 15%;
      left: 1.5%;
      width: 10%
      text-align: center
  }
}

@media(max-width: 767px) {
  #logo-panel {
      position:relative;
      text-align: center;
	  
	  /* width: 80%; */
	  margin: 20px 10px 20px 10px;
  }
}

.image-ccpa {
  display: block;
  resize:horizontal;
  width: 180px;  
  margin-left: auto;
  margin-right: auto;
}

@media(min-width: 768px) {
.image-ccpa {
  
  resize:horizontal;
  width: 180px;
  vertical-align: middle;
  
}}

@media(max-width: 767px) {
.image-ccpa {
  
  resize:horizontal;
  width: 180px;
  vertical-align: middle;
  
}}
a:hover {
 cursor:pointer;
}
form.form.registration_form input {
    text-align: left;
}
.brand_logo{
	background: #ffffff61;
    padding: 20px;
    box-shadow: 0px 0px 20px 20px #ffffff8a;
}


.powered_by_text {
	font-size: 11px;
    color: #333333b5 !important;
}