body{
  /*
    background: -webkit-linear-gradient(#f8b195, #c06c84, #6b5c7b, #355e7e);
    background: -o-linear-gradient(#f8b195, #c06c84, #6b5c7b, #355e7e); 
    background: -moz-linear-gradient(#f8b195, #c06c84, #6b5c7b, #355e7e); 
    background: linear-gradient(#f8b195, #c06c84, #6b5c7b, #355e7e); 
*/

    background: -webkit-linear-gradient(#95b394, #f7c7a3, #ec7f79, #e1495b, #28343a); 
    background: -o-linear-gradient(#95b394, #f7c7a3, #ec7f79, #e1495b, #28343a);
    background: -moz-linear-gradient(#95b394, #f7c7a3, #ec7f79, #e1495b, #28343a); 
    background: linear-gradient(#95b394, #f7c7a3, #ec7f79, #e1495b, #28343a); 

  	height: 100vh;
 		font-family: 'PT Sans', sans-serif;
 	}

 	.login-form{
 		width: 35rem;
 		background-color: rgba(236, 240, 241,1.0);
 		margin-left: auto;
 		margin-right: auto;
 		padding: 1rem 1rem 2rem 1rem;
 		margin-top: 10vh;
 		border-radius: 0.3rem;
 		opacity: 0.95;
 	}

 	.login-title{
 		padding-top: 2rem;
  	font-size: 300%;
  	font-weight: 600;
  	text-align: center;
  	color: white;
  	margin-bottom: 0;
 	}    	

 	.login-sub-title{
  	font-size: 200%;
  	font-weight: 400;
  	text-align: center;
  	color: white;
  	margin-top: 0;
 	} 

 	.login-form h1{
 		color: #555 !important;
 		font-weight: lighter;
 		text-align: center;
 	}

    .ccstudio-logo{
      text-align: center;
    }

    .ccstudio-logo img{
      max-width: 15rem;
    }

  .login-form p{
    text-align: center;
    color: #6dc5ec;
  }

  .login-form a{
    text-decoration: none;
  }

 	.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="email"]{
 		width: 95%;
 		height: 3rem;
 		border: none;
 		border-radius: 0.3rem;
 		margin-bottom: 1.5rem;
 		padding-left: 5%;
 		font-size: 90%;
 	}

 	.login-form button{
 		text-align: center;
    width: 6rem;
    height: 2.5rem;
    border: none;
    background-color: #77c179;
    color: white;
    font-weight: 600;
    border-radius: 0.3rem;
    margin-left: calc( 50% - 3rem);
    margin-top: 1rem;
    font-size: 90%;
    cursor: pointer;
 	}

.error{
 	text-align: center;
	color: red !important;
  font-style: italic;
}

.expl{
  padding-top: 1rem;
  color: #222 !important;
}

  /* MOBILE */
@media screen and (max-width: 850px)
{
    body{
      overflow-y: hidden;
    }

    .login-form
    {
      width: 90%;
      margin-top: 0;
    }

    .login-title{
      padding-top: 1rem;
    }


}