/*azulClaro 248dce
/azulFuerte 1262a1
verde a5cf53*/
body {
  margin: 10px;
  /*font-family: "Poppins", Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  background: #FFF;
  color: gray; }

.user_card {
  height: 400px;
  width: 350px;
  margin-top: 90px;
  margin-bottom: auto;
  /*background: #248dce;*/
  background-image: linear-gradient(to bottom, #002242, #092f53, #143d65, #1e4b78, #275a8b, #275a8b, #275a8b, #275a8b, #1e4b78, #143d65, #092f53, #002242);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding:20px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;

}
.brand_logo {
  position: absolute;
  top: -60px;
  height: 150px;
  width: 150px;
  /*background: #EBF5FB;*/
  background-image: linear-gradient(to top, #9ecae3, #abd1e7, #b7d8ec, #c4e0f0, #d0e7f5, #d0e7f5, #d0e7f5, #d0e7f5, #c4e0f0, #b7d8ec, #abd1e7, #9ecae3);
  padding: 5px;
  border:#AED6F1 solid 1px;
  border-radius:8px;
}
.form_container {
  margin-top: 20px;
}
.title_container{
  margin-top: 80px;
}
.login_btn {
  width: 100%;
  background: #336ea5 !important;
  color: white !important;
  border:solid 1px #336ea5;
}
.login_container {
  padding: 0 2rem;
}
.input-group-text {
  background: #154360 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.noshadow{
  background: #FFF;
}
.noshadow:focus {
  background: #FEF9E7;
  box-shadow: none !important;
  outline: 0px !important;
}
.text-empresa{color:#FFF;}