.contenedor{
	background: #9f2141f5;
	padding: 10px;
	width: 500px;
	height: 350px;
	margin-top: 65px;
	border-radius: 15px;
	padding-top: 30px;
  color: #fff;
}

.footer-margin {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    font-size: 0.875em;
}


.menu{
	background: black;
}

body{
  font-family: 'Montserrat', sans-serif;
  background-image: url(../img/busca_envios_3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}

h2{
	text-align: center;
}


.titulo{
	margin-top: 0px;
    text-align: center;
}

.main {
    width: 50%;
    margin: 50px auto;
}

.form-group .form-control {
    padding-left: 2.375rem;
}


.btn-primary{
  background: #60bf02;
  border-color: #60bf02;
}

.btn-primary:hover{
  background: #5ab203;
}

.btn-primary:focus{
  background: #5ab203;
}

.icon_blue_bt{
  color: #fff;
  background: #437eda;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  padding-left: 1px;
  float: right;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/pageLoader.gif) 50% 50% no-repeat rgb(249 249 249 / 57%);
    opacity: .8;
}
