﻿@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url('Raleway-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('glyphicons-halflings-regular.eot');
  src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
  margin: 0;
  line-height: 200%;
  /*background: #ffffff;*/
  background-image: url('bck.jpg');
  background-repeat:no-repeat;
  /*color: #666666;*/
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #252528;
}
.pen-title span a {
  color: #252528;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  /*background: #d9d9d9;*/
  background: #ffffff;
  max-width: 420px;
  width: 100%;
  border-top: 5px solid #252528;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #252528;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  /*display: none;*/
  display: block;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #252528;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.input[type=text] {
  outline: none;
  display: block;
  width: 100%;
  border : solid 1px #666666;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input[type=password] {
  outline: none;
  display: block;
  width: 100%;
  border : solid 1px #666666;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input[type=text]:focus {
  box-shadow: 0 0 8px #4362BD;
  border : solid 1px #4362BD;
  color: #333333;
  transition: .4s;
}

.input[type=password]:focus {
  box-shadow: 0 0 8px #4362BD;
  border : solid 1px #4362BD;
  color: #333333;
  transition: .4s;
}

.botao_registar{
	font-family: Helvetica;
	text-align:center;
	border : solid 1px #666666;
	border-radius : 3px;
	/*moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);*/
	/*box-shadow : 0px 0px 5px rgba(0,0,0,1.0);*/
	font-size : 16px;
	border-radius: 3px;
	color : #FFFFFF;
	padding : 6px 1px 3px 1px;
	background: #333333;
	box-shadow:inset;
	font-variant:small-caps;
}

.botao_registar:hover{
	background: #4362BD;
	box-shadow:none;
	cursor: pointer;
	transition:.5s;
}

.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

.header_trocas
{
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	background:#252528;
	height: 28px;
	color: #F0F0F0;
	padding-right: 5px;
	padding-top: 1px;
}

/*GLYPHICONS*/

.glyphicon {

  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}