/*!
 * Desarrollo SES
 * Copyright 2017 Safety Enforcement 
 */

.limiter {
  width: 100%;
  margin: 0 auto;  
}

.container-login100 {
  background-image:url('images/login/background.jpg');
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.login100-form-title {
  font-family: Ubuntu-Bold;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
}
/*Estilos pie de página*/
.footer-offence{
	position:absolute;	
	display:flex;
	justify-content:center;
	align-items:center;
	bottom:1;
	height:65px;
	width:100%;			
	max-width:100%;
	background-color: #20426822;	
	border-color: #20426822;
	border-radius:10px;
	color: white;	
}

.footer-container{
	width:12%;
	max-width:12%;		
}
	
.safety, .tsa, .cisba, .covies, .tcs, .conviaz, .solinmovs{
	display:inline-block;
	width:82%;			
	height: 55px;
}
/*FIn estilos pie de página*/
.login100-form-avatar {
  width: 120px;
  height: 120px;
  /*overflow: hidden;*/
  margin: 0 auto;
	position: static;
	top: 10%;
	margin-bottom: 25px;
	/*transform: translateX(71%);*/
}
.login100-form-avatar img {
  width: 100%;
	
}
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}
.validate-input {
  position: relative;
}
.input100 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    display: block;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
    height: 33px;
    border-radius: 5px;
    padding: 0 30px 0 17px;
    border-color: transparent;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
}
.input100:focus{
  	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  	animation: anim-shadow 0.5s ease-in-out forwards;
	outline: transparent;
}

.symbol-input100 {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-color: transparent;
    position: relative;
    z-index: 1;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  color: #fff;
}

.login100-form-btn:focus{
	outline: transparent;
}

.rc-anchor-normal {
	width: 330px !important;
}

.footer {
	position: fixed;
    left: 0;
    bottom: 15;
    margin-left: 20%;
    width: 60%;
    color: white;
    text-align: center;
}

/*Media Queries*/

/*Estilos Footer*/
@media screen and (max-width: 540px){
	
	.footer-offence{
		display:none;
	}
}

