@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans|Raleway');
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);

body {
  background: #fff;
  color: white;
  font-family: 'Roboto';
}
.flat-form {
  /*background: #c72b40;*/
  background: #fff;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 490px;
  height: auto;
  position: relative;
  font-family: 'Roboto';
	padding: 23px 23px 38px 23px;
}
.tabs {
  /*background: #b6152b;*/
  background: #fff;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#login p {
	font-family: 'Raleway', sans-serif;
}

#register p {
	font-family: 'Raleway', sans-serif;
}

#reset p {
	font-family: 'Raleway', sans-serif;
	line-height: 16px;
}

#reset span {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
	
.tabs a {
  background: #fff;
  display: block;
  float: left;
  text-decoration: none;
  color: #9A9B9C;
  font-size: 0.9em;
  padding: 13px 22px 13px 22px;
  /*border-right: 1px solid @tab-border;*/
	
}
.tabs li:last-child a {
  border-right: none;
  width: 184px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tabs a.active {
  background: #fff;
  font-weight: bold;
  color: #595959;
  border-right: none;
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.form-action {
  padding: 0 20px;
  position: relative;
}

.form-action h1 {
  font-size: 2.625em;
  padding-bottom: 10px;
	color: #595959;
}
.form-action p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 25px;
}
form {
  /*padding-right: 20px !important;*/
}
form input[type=text],
form input[type=password],
form input[type=submit] {
  font-family: 'Raleway', sans-serif;
	font-size: 0.813em;
}

form input[type=submit] {
    font-family: 'Raleway', sans-serif;

	font-weight: 600;
	font-size: 0.813em;
	padding: 0px 20px;
	cursor: pointer;
}

form input[type=text],
form input[type=password] {
  width: 100%;
  height: 45.5px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #d9d9d8;
  color: #595959;
  outline: none;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: .9em;
}

form input[type=text]:hover{
	border: 1px solid #84858d;
}

form input[type=password]:hover{
	border: 1px solid #84858d;
}

.dark-box {
  background: #5e0400;
  box-shadow: 1px 3px 3px #3d0100 inset;
  height: 40px;
  width: 50px;
}
.form-action .dark-box.bottom {
  position: absolute;
  right: 0;
  bottom: -24px;
}
.tabs + .dark-box.top {
  position: absolute;
  right: 0;
  top: 0px;
}
.show {
  display: block;
}
.hide {
  display: none;
}



.button {
    border: none;
    display: block;
    background: #fff;
    height: 40px;
    width: auto;
    color: #c72b40;
    text-align: center;
    border-radius: 5px;
	border: 1px solid #c72b40;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.button:hover {
  background: #333438;
	color: #fff;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

::-webkit-input-placeholder {
  color: #595959;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #595959;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959;
  opacity: 1;
}


.coke{
	background: url(../img/coke.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.arca {
    margin: 6px auto 30px;
}

.ark {
    width: 43%;
    margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);}

.red{
	margin: 0 auto;
	max-width: 490px;
	height: 30px;
	background:#c82b40;
	z-index: 10000;
}


.fondo{
	max-width: 960px; 
	background: #FFFFFF; 
	margin: 0 auto; 
	padding: 38px; 
	margin-top: 30px; 
	margin-bottom: 30px;
}


@media screen and (max-width: 700px) {
	.ark{
		width: 40%; 
		margin: 0 auto;
	}
	
	.fondo{
		max-width: 960px; 
		background: #FFFFFF; 
		margin: 5px 10px 5px 10px; 
		padding: 38px; 
		margin-top: 30px; 
		margin-bottom: 30px;
    }
}



@media screen and (max-width: 453px) {
	.flat-form {
	  background: #fff;
	  margin: 25px auto 0px;
	  max-width: 90%;
	  height: auto;
	  position: relative;
	  font-family: 'Roboto';
		padding: 8px;
		padding-bottom: 23px;
		
	}
	
	.tabs a {
	  background: #fff;
	  display: block;
	  float: left;
	  text-decoration: none;
	  color: #595959;
	  font-size: 0.813em;
	  padding: 8px 22px 8px 22px;
	  /*border-right: 1px solid @tab-border;*/
	}
	
	.form-action p {
	  font-size: 12px;
	  padding-bottom: 10px;
	  line-height: 16px;
	}
	
	
	.ark{
		width: 50%; 
		margin: 0 auto;
	}
	
	.red{
		margin: 0 auto;
		width: 90%;
		height: 30px;
		background:#c82b40;
		z-index: 10000;
	}
	
	.fondo{
		max-width: 960px; 
		background: #FFFFFF; 
		margin: 5px 10px 5px 10px; 
		padding: 38px; 
		margin-top: 30px; 
		margin-bottom: 30px;
    }
	
}


.txtReset {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  color: #41454e;

}

