 <style>
		* {
		font-family: 'Montserrat Regular';
	  }
	  body {
		background-color: #eeeeee;
	  }
      #login-form {
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
      }
      .login-form {
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
		  border: 0px solid;
        background: #ffffff;
		  box-shadow: 0px 0px 15px 0px #bbbbbb;
      }
      .etiq {
		  float:left;
		font-size: 16px;
		font-family:'Montserrat Bold';
		margin-bottom:5px;
		color: #333333;
		z-index: 99;
      }
      .etiq2 {
		font-size: 16px;
		float: right;
		font-family:'Montserrat Bold';
		margin-bottom:5px;
		margin-right:5px;
		color: #dd7777;
		z-index: 99;
		cursor: pointer;
      }
      .status {
		font-size: 15px;
		font-family:'Montserrat Light';
      }
	  
		.logo_secret{
			position:absolute;
			bottom:20px;
			right:15px;
			width:30px;
			height:30px;
			z-index: 99;
			cursor: pointer;			   
		}
		.fondo_secret{
			position:relative;
			z-index: 0;
		}
      #login-form h1 {
        text-align: right;
        margin: 0 0 0 0;
		font-size: 20px;
		color: #dd7777;
		font-family:'Montserrat Regular';
      }
      #login-form input {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
		font-size: 20px;
		border-radius: 10px;
        border-color: #cccccc;
		background: url(../../../../assets/img/secret.png) no-repeat scroll 30px 30px;
		font-family:'Montserrat Regular';
      }
      #login-form input[type=submit] {
        border: 0;
        background: #ffffff;
        color: #fff;
		border-radius: 0px;
		font-size: 20px;
        border-color: #333333;
		background-color: transparent;
		font-family:'Montserrat Regular';
      }
      #status {
        border: 0;
		font-size: 16px;
		color: #dd7777;
        text-align: center;
      }
      .login-form-buttons {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
        background: #ffffff;
		display: flex;
      }
      .login-form-button {	
        margin-top: 10px;	  
        padding: 15px 0;
		width: 100%;
        border: 0;
        background: #dd7777;
        color: #fff;
        text-align: center;
        vertical-align: middle;
		border-radius: 10px;
		font-size: 20px;
		font-family:'Montserrat Regular';
      }
	  .login-form-button:hover {
		font-family:'Montserrat Bold';
		  cursor: pointer;
		}
		
	  .spacer{
		  display:block;
		  width:20%;
		  margin: 0 auto;
		  content:"";
	  }
	  .noselect {
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently
		supported by Chrome, Opera and Firefox */
	}
    </style>