.error{
  display: none;
  margin-left: 10px;
}   

.error_show{
  color: red;
  margin-left: 10px;
}

input.failure{
  border: 2px solid red;
}

input.success{
  border: 2px solid green;
}
input.success:focus{
  
  border-color: green;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px green;
  outline: 0 none;
  border-width: 2px;
}
input.failure:focus{
  
  border-color: red;
  box-shadow: 0px 0px 5px 0px red;
  outline: 0 none;
  border-width: 2px;
}
.btn-orange{
  background-color: #ef8b23; /* Orange */
  float: center;
  height: 38px;
  width: 230px;
  border: none;
  color: white;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.left-margine{
  margin-left: -13px;
  margin-right: -13px;
}

.loginURL{
  color: #f28900;
}

.invalid-feedback{
  font-size: 16px;
  color: red;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
