@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100..900&display=swap');

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
body, html {
	height: 100%;
	font-family: "Saira", serif;
  background-color: #d9dae4;
  color: #fff;
}
/*---------------------------------------------*/
p {
	font-family: "Saira", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
	margin: 0px;
}
a {
	color:#fff;
}
a:hover {
	color:#f6b800;
}
input {
	outline: none;
	border: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #333;}
input:-moz-placeholder { color: #333;}
input::-moz-placeholder { color: #333;}
input:-ms-input-placeholder { color: #333;}

label {
  margin: 0;
  display: block;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
/*-----------------------------------------[ Login ]-----------------------------------------*/

#wait_panel {
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 999998;
}
#wait {
	position: absolute;
	display:flex;
	visibility: hidden;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	left: calc(50% - 60px);
	top: calc(50% - 60px);
	background-color: #6fc1d3;
	border-radius:100%;
	color:#333;
	z-index: 999999;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#wait_icon::after {
	font-family: Material-Design-Iconic-Font;
	font-size: 36px;
	color: #FFF;
	content: '\f179';
}
.contenedor {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  z-index: 1;  
}
.wrap-login100 {
  width: 500px;
  border-radius: 2px;
  overflow: hidden;
  padding: 25px 55px 37px 55px;

  background: #004762;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.separador {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  margin-bottom: 15px;
}

/*-----------------------------------------[ Formulario ]-----------------------------------------*/

.login100-form {
  width: 100%;
}
.login100-form-logo {
  background-image: url('https://storage.gra.cloud.ovh.net/v1/AUTH_20085855e3844d3f92c77872d5100ba4/spedifort/logo.png')!important;
  width: 356px;
  height: 94px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.login100-form-title {
  font-family: "Saira", serif;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  display: block;
	padding: 45px 0px 45px 0px;
}

/*-----------------------------------------[ Input ]-----------------------------------------*/

.wrap-input100 {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  background-color: #F5F5F5;
}
.input100 {
  font-family: "Saira", serif;
  font-size: 18px;
  font-weight: 500;
  color: #01344b;

  display: block;
  width: 100%;
  height: 45px;
  background: #F5F5F5;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #fff;
}
.focus-input100::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #333;

  content: attr(data-placeholder);
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus {
  padding-left: 5px;
}
.input100:focus + .focus-input100::after {
  top: -22px;
  font-size: 18px;
}
.input100:focus + .focus-input100::before {
  width: 100%;
}

/*-----------------------------------------[ Boton ]-----------------------------------------*/

.container-login100-form-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:10px;
}
.login100-form-btn {
  font-family: "Saira", serif;
  font-weight: 500;
  font-size: 18px;
  color: #01344b;


  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 180px;
  height: 50px;
  border-radius: 2px;
  background: #f6b800;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.login100-form-btn[disabled] {
	background-color:#999!important;
	color:#333!important;
}
.login100-form-btn.v2
{
	color:#FFF!important;
	height:35px!important;
}
.login100-form-btn.v2::before
{
	background-color:#666!important;
}
.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 1;
  -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:hover:before {
  opacity: 0;
}

/*-----------------------------------------[ Responsive ]-----------------------------------------*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 55px 15px 37px 15px;
  }
}