

.login-clean {
  #background-image:url("https://mangaclimbing.it/climbing/wp-content/uploads/2021/06/mangalogin-1290.png");
  padding: 80px 0;
}
@font-face { font-family: Signika; src: url('../asset/fonts/Signika-Regular.otf'); } 
@font-face { font-family: Signika; font-weight: bold; src: url('../asset/fonts/Signika-Bold.otf');}
@font-face { font-family: SourceSansPro; font-weight: bold; src: url('../fonts/asset/SourceSansPro-Regular.ttf');}

.login-clean form {
  max-width: 320px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);

 
}
.login-clean form h1,h2,h3,h4,h5,h6{
  color: #6D4181;!important;
  font-family: Signika!important;
}
.login-clean form p{
  color: #6D4181;!important;
  font-family: SourceSansPro!important;
}
.login-clean form icon{
  color: #6D4181!important;
}

.login-clean .illustration {
  text-align: center;
  padding: 0 0 20px;
  font-size: 100px;
  font-family: Signika!important;
  color: rgb(244,71,107);
}

.login-clean form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 8px;
  font-family: Signika!important;
  height: 42px;
}

.login-clean form .btn-primary {
  background: #800080;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none !important;
}

.login-clean form .btn-primary:hover, .login-clean form .btn-primary:active {
  background: #2fa4e7;
}

.login-clean form .btn-primary:active {
  transform: translateY(1px);
}

.login-clean form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-clean form .forgot:hover, .login-clean form .forgot:active {
  opacity: 1;
  text-decoration: none;
}
.login-clean .illustration h1{
   
    color: #6D4181 !important;
}
.login-clean form .btn-primary {
    background: #6D4181 !important;
   
}

.btn-primary:hover{background-color: #6D4181!important ;border-color:#6D4181!important }


@media screen and (min-width: 990px) and (max-width: 1920px) { 
.login-clean form {
	#margin-left: 70%;
	} 
	} /* for large tablets */

@media screen and(min-width: 768px) and (max-width: 990px) {  
	.login-clean form {
	margin:0 auto;
	}   
	} /* for large tablets */

@media screen and (max-width: 768px) {  
	.login-clean form {
	margin:0 auto;
	} 
	} /* for smaller tablets */

@media screen and (max-width: 500px) {   
	.login-clean form {
	margin:0 auto;
	}  
	} /* for cellphones */