body {
  background-image: url("img/main.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  height: 100%;
  background-size: cover;
  box-sizing:border-box;
  display: block;
 }

 .logo {
   height: 60px;
   width: 310px;
   align: center;
 }

.color {
  background-color: transparent;
}

.pt-4 {
  padding-top: 80px !important;
}

.property {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 50px;
}

input[type=text] {
  border: none;
  border-bottom: 2px solid #25a2b7;
  background-color:#ffffff;
  border-radius:50px;
  box-shadow: 1px 1px 2px 2px #a6d3db;
}
input[type=email] {
  border: none;
  border-bottom: 2px solid #25a2b7;
  background-color:#ffffff;
  border-radius:50px;
  box-shadow: 1px 1px 2px 2px #a6d3db;
}
input[type=date] {
  border: none;
  border-bottom: 2px solid #25a2b7;
  background-color:#ffffff;
  border-radius:50px;
  box-shadow: 1px 1px 2px 2px #a6d3db;
}

.btn-custom {
  background-color:#fbbc0f;
  color:#ffffff;
  font-size:17px;
  border-radius:50px;
}
.btn-custom:hover {
  background-color: #25a2b7;
  color:#ffffff;
  font-size:17px;
  border-radius:50px;
}

.sz {
  font-size: 15px;
}
.sz2 {
  font-size: 13px;
}
