:root {
  --color-principal: #FFA000;
  --color-shadow-principal: rgba(255, 160, 0, 0.6);
}
body{
	background: silver;
	background: url(../images/footer-login.png) center bottom repeat-x #4d4d4d;
	height: 100vh;
	font-family: 'Ubuntu', sans-serif;
}
.wrap{
	display: none;
}
.header {
    width: 100%;
    overflow: hidden;
}
.header .bar {
    background: var(--color-principal);
    height: 80px;
    width: 100%;
}
.cont-logo {
    padding: 10px;
    background: #1B1B1B;
    margin-top: 25px;
    border-radius: 5px;
    position: absolute;
    margin-left: 20px;
    width: 155px;
    height: 155px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    border: 5px solid #1B1B1B;
}
.logo {
    width: 110px;
}
.box-login{
	background: white;
	padding: 30px;
	width: 350px;
	height: 303px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border-radius: 10px;
}
.box-login h3{
	text-align: center;
	margin-top: 10px;
  color: #4d4d4d;
  font-size: 25px;
}
.box-login hr{
  border-top: 1px solid #ccc;
  margin-bottom: 25px;
}
.form-group label{
	color: #4d4d4d;
}
.btn-login{
  background: var(--color-principal);
  color: white;
  padding: 7px 15px;
  width: 100%;
  border-color: var(--color-principal);
  float: right;
  font-size: 17px;
    -webkit-transition: background 0.7s ease-out;
    -moz-transition: background 0.7s ease-out;
    -o-transition: background 0.7s ease-out;
    transition: background 0.7s ease-out;
}
.btn-login:hover{
	color: white;
	opacity: 0.7;
}
.btn-login:focus{
	color: white;
	outline: 0;
}

.btn-reset{
	width: 100%;
	background: var(--color-principal);
	color: white;
	padding: 5px 15px;
	border-color: var(--color-principal);
	float: right;
	font-size: 17px;
	-webkit-transition: background 0.7s ease-out;
	-moz-transition: background 0.7s ease-out;
	-o-transition: background 0.7s ease-out;
	transition: background 0.7s ease-out;
}
.btn-reset:hover{
	color: white;
	opacity: 0.7;
}
.btn-reset:focus{
	color: white;
	outline: 0 !important;
}


.input_request{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.input_request input{
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input_request input:disabled {
  background: white;
  cursor: not-allowed;
}
.input_request input:focus {
  outline: 0;
  border: 1px solid #ffa000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 0,.6);
}
.input_request ._placeholder{
  position: absolute;
  top: -9px;
  font-size: 12px;
  left: 10px;
  background: white;
  padding: 0px 5px;
  color: #555;
}


.form-control:focus {
    border-color: var(--color-principal);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 174, 71,.6);
    box-shadow: inset 0 1px 1px rgba(255,160,0,.075), 0 0 8px rgba(255,160,0,.6);
}
.error-message{
	color: #b10b0b;
}


footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-left: 40px;	
	color: white;
}
footer p{
	text-align: center;
}

.loading_app{
	width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    z-index: 100;
    background: #4d4d4d;
}


.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--color-principal);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


@media (max-width: 620px) {
	.header .bar{
		height: 60px;
	}
	.cont-logo{
    	width: 140px;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 10px;
	    margin-left: 0px;
	}
	.logo {
	    width: 120px;
	}
}
@media (max-width: 380px) {
	.box-login{
    	width: 90%;
	}
}