/*CSS General*/


/*__________FONTS__________*/

@font-face {
  font-family: 'robotoregular';
  src: url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot');
  src: url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'), url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotomedium';
  src: url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot');
  src: url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix') format('fonts/roboto_medium_macroman/embedded-opentype'), url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff') format('woff'), url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format('truetype'), url('fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url('fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot');
  src: url('fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff') format('woff'), url('fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format('truetype'), url('fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*__________GENERAL__________*/

body,
html {
  height: 100%;
  width: 100%;
  min-height: 480px;
  min-width: 400px;
}

body {
  font-family: 'Roboto', 'robotoregular', sans-serif;
  font-weight: normal;
  font-size: x-small;
  margin: 0 auto;
  padding: 0;
  background-color: #F6F6F6;
  color: #555555;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="button"]:focus {
  outline-color: #223F94;
}

input[type="button"] {
  font-family: 'Roboto', 'robotobold', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 11px 0 10px 0;
  width: 100%;
  display: inline-block;
  background-color: #0A2E54;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #AAAAAA;
  margin: 5px auto 0 auto;
}

input[type="button"]:hover {
  background-color: #DAA520;
}

form {
  padding: 0;
  margin: 0;
}


/*__________FONDO__________*/

.contenido {
  width: 300px;
  height: 360px;
  margin: -180px auto;
  position: relative;
  top: 50%;
  text-align: center;
}

.login_tickets_bg {
  margin-top: 15px;
  border: 1px solid #E3EAEE;
  -webkit-box-shadow: 3px 4px 7px -3px #878B8D;
  -moz-box-shadow: 3px 4px 7px -3px #878B8D;
  box-shadow: 3px 4px 7px -3px #878B8D;
  background-color: #FFFFFF;
  width: calc(100% - 80px);
  height: calc(100% - 130px);
  padding: 30px 40px;
}

.logo {
  text-align: center;
}

.logo img {
  height: 50px;
}

.credenciales {
  text-align: left;
  margin: 0 auto;
}

.credenciales label {
  font-size: 14px;
  display: table-cell;
  padding: 0 0 2px 10px;
}

.credenciales select,
.credenciales input[type="text"],
.credenciales input[type="password"] {
  border: 1px solid #C3C8CC;
  width: calc(100% - 23px);
  padding: 4px 10px 5px 10px;
  font-size: 15px;
}

.credenciales select {
  width: calc(100% - 1px);
  padding: 3px 10px 4px 10px;
}

.acceso-tipo {
  height: 140px;
}

.acceso-tipo div {
  position: relative;
  top: 50%;
  -ms-transform: translate(-0, -50%);
  -webkit-transform: translate(-0, -50%);
  transform: translate(0%, -50%);
}

.acceso-tipo label.pass {
  padding: 14px 0 2px 10px;
}
