@font-face {
  font-family: FuturaStdMedium;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaStdMedium.eot");
  src: url("../fonts/FuturaStdMedium.eot?") format("eot"), url("../fonts/FuturaStdMedium.woff") format("woff"), url("../fonts/FuturaStdMedium.ttf") format("truetype"), url("../fonts-old/FuturaStdMedium.woff") format("woff");
}
@font-face {
  font-family: LatoRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LatoRegular.eot");
  src: url("../fonts/LatoRegular.eot?") format("eot"), url("../fonts/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular.ttf") format("truetype"), url("../fonts-old/LatoRegular.woff") format("woff");
}
@font-face {
  font-family: RalewayRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RalewayRegular.eot");
  src: url("../fonts/RalewayRegular.eot?") format("eot"), url("../fonts/RalewayRegular.woff") format("woff"), url("../fonts/RalewayRegular.ttf") format("truetype"), url("../fonts-old/RalewayRegular.woff") format("woff");
}
@font-face {
  font-family: OpenSansRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot?") format("eot"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype"), url("../fonts-old/OpenSansRegular.woff") format("woff");
}
@font-face {
  font-family: OxygenRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OxygenRegular.eot");
  src: url("../fonts/OxygenRegular.eot?") format("eot"), url("../fonts/OxygenRegular.woff") format("woff"), url("../fonts/OxygenRegular.ttf") format("truetype"), url("../fonts-old/OxygenRegular.woff") format("woff");
}
@font-face {
  font-family: myriadpro-regular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.eot?") format("eot"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts-old/myriadpro-regular.woff") format("woff");
}
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  position: relative;
  padding: 5px 15px;
  padding-left: 60px;
  margin-bottom: 10px;
  font: normal 15px "OpenSansRegular";
  text-align: center;
  background-color: #FFFFFF;
  background-image: none;
}
.alert-success:before,
.alert-warning:before,
.alert-danger:before,
.alert-info:before {
  position: absolute;
  display: flex;
  content: "!";
  width: 50px;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font: normal 34px "OpenSansRegular";
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #0EAF78;
  border: solid 2px #0EAF78;
}
.alert-success:before {
  background-color: #0EAF78;
}

.alert-warning {
  color: #E6A23C;
  border: solid 2px #E6A23C;
}
.alert-warning:before {
  background-color: #E6A23C;
}

.alert-danger {
  color: #DE5D6C;
  border: solid 2px #DE5D6C;
}
.alert-danger:before {
  background-color: #DE5D6C;
}

.alert-info {
  color: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

/*
%sprite {
    display: inline-block;
    background-image: url(../img/sprite.png);
}*/
.msg-aviso {
  margin-top: 40px;
  display: none;
}
.msg-aviso .title {
  font-weight: bold;
  font-size: 16px;
  font-family: "OxygenRegular";
  text-align: center;
  text-transform: uppercase;
}
.msg-aviso .text {
  color: #999999;
  font-family: "OxygenRegular";
  text-align: center;
}
.msg-aviso .loading {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .content-1 {
    padding: 30px 15px 50px;
  }
}
.content-1 .btnSalvar {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff9500;
  border: none;
  color: #FFF;
  height: 40px;
  margin-bottom: 10px;
  margin-top: 5px;
  width: 100%;
}
.content-1 .btnSalvar:hover, .content-1 .btnSalvar:focus {
  color: #EEEEEE;
}

/*# sourceMappingURL=senha.css.map */
