@font-face {
  font-family: 'Source Sans Pro';
  src: url('sourcesanspro-regular-webfont.eot?') format('eot'),
     url('sourcesanspro-regular-webfont.woff') format('woff'),
     url('sourcesanspro-regular-webfont.svg#SourceSansProBold') format('svg'),
     url('SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }	 
  body {
    font-family: 'Source Sans Pro';
  }
  
  body ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: 'Source Sans Pro';
    color: #ff7d00;
  /*  font-weight: 200;*/
  }
  body :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 'Source Sans Pro';
    color: #ff7d00;
    opacity: 1;
  /*  font-weight: 200;*/
  }
  body ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'Source Sans Pro';
    color: #ff7d00;
    opacity: 1;
  /*  font-weight: 200;
  }
  body :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: 'Source Sans Pro';
    color: #ff7d00;
    font-weight: 200;
  }		

  .stypass {
    width:100%;
    font-family: 'Source Sans Pro';
    border-radius: 5px;
    font-size: 17px;
    background: white;
    padding: 10px 10px; 
    margin: 15px -10px;
    border: 1px solid #e2e2e2;
    color : #ff7d00;
    font-weight:bolder;
  }

  .login {
    overflow: hidden;
    background-color: white;
    padding: 3px 30px 20px 20px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
    -moz-transition: -moz-transform 300ms, box-shadow 300ms;
    transition: transform 300ms, box-shadow 300ms;
    box-shadow: 5px 10px 10px rgba(144, 71, 2, 0.2);
  }
  .login::before, .login::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    /*border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;*/
    z-index: -1;
  }
  .login::before {
    left: 0%;
    bottom: 75%;
    margin-bottom:20px;
    background-color: rgb(255, 126, 0,1);
    /*-webkit-animation: wawes 6s infinite linear;*/
    /*-moz-animation: wawes 6s infinite linear;*/
    /*animation: wawes 6s infinite linear;*/
  }
  .login > input {
    font-family: 'Source Sans Pro';
    display: block;
    border-radius: 5px;
    font-size: 20px;
    background: white;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px 10px;
    margin: 15px -10px;
    color : #ff7d00;
    font-weight:bolder;
    text-align : center;
  }
  .login > button {
    font-family: 'Source Sans Pro';
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -5px;
    border-radius: 5px;
    background-color: #28a745;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
  }
  
  .log-button {
    font-family: 'Source Sans Pro';
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -5px;
    border-radius: 5px;
    background-color: #28a745;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
    text-align:center;
  }	

  .log-buttonerre {
    font-family: 'Source Sans Pro';
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 300px;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -5px;
    border-radius: 5px;
    background-color: #28a745;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
    text-align:center;
  }		
  
  .login > button:hover {
    background-color: #f24353;
  }
  
  .log-button:hover {
    background-color: #f24353;
  }		
  

  @-webkit-keyframes wawes {
    from {
    -webkit-transform: rotate(0);
    }
    to {
    -webkit-transform: rotate(360deg);
    }
  }
  @-moz-keyframes wawes {
    from {
    -moz-transform: rotate(0);
    }
    to {
    -moz-transform: rotate(360deg);
    }
  }
  @keyframes wawes {
    from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    }
    to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
  }
  
  a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }	

  @media screen and (max-width: 1300px) {
    .logo_u {
      display:none;
    }
}	


.cred {
  color : red;
}

.cgreen {
  color : green;
}
