@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

* {
  font-family: "Roboto Condensed", sans-serif;
}
#privacy-policies-message {
  background: #316ff6ba !important;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}

body {
  background-image: url("../img/bg1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

p {
  color: white;
}

header {
  background: #ffffff;
  padding: 20px 0;
  height: 90px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 32px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.form-wrap:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2), 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-out {
  padding: 15px;
  margin: 0 auto 40px;
  float: none;
  max-width: 800px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

h1 {
  color: red;
  font-size: 36px;
  text-transform: uppercase;
}

h2 small {
  color: white;
}
.form-wrap {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}

.form-wrap h2 {
  text-align: center;
  color: rgb(0, 0, 0);
  margin: 0;
  margin-bottom: 10px;
}

.input-wrap {
  padding: 5px;
  margin-top: 20px;
}

.input-element {
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border: none;
  outline: none;
}

.red-btn {
  padding: 10px 5px;
  font-size: 15px;
  border: none;
  background: #316ff6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

.red-btn:hover {
  color: white;
}

.text-wrap {
  text-align: center;
  font-size: 17px;
  padding: 15px;
  margin-top: 10px;
}

footer {
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  bottom: 0;
}

footer .cr {
  color: #999999;
  font-size: 12px;
  margin: 0;
}

footer .nav li a {
  padding: 0 10px;
  font-size: 16px;
  text-shadow: none;
  color: #999999;
}

footer .nav li a:hover {
  color: #f00000;
  background: none;
}

/* Home Evaluation*/

.homeEvalutation h2.title {
  font-size: 20px !important;
  margin-bottom: 40px;
}
.homeEvalutation #progressbar {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.homeEvalutation fieldset {
  display: none;
}
.homeEvalutation #first {
  display: block;
}

.homeEvalutation #map {
  width: 100%;
  height: 240px;
  border-radius: 5px;
}
.homeEvalutation h2,
.homeEvalutation p {
  text-align: center;
}

.homeEvalutation .agent-profile {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}

.homeEvalutation .agent-profile p {
  color: black;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

.agentInfo p:first-child {
  font-size: 20px;
}

.agentInfo p:nth-child(2) {
  font-size: 16px;
}
.agentInfo p a {
  color: black;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.homeEvalutation .agent-profile div.info {
  border-right: 2px solid #ddd;
}

.white {
  color: #ffffff;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header,
footer {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
header .container {
  display: flex;
  height: 100%;
  align-items: center;
}
header h1 {
  margin: 0;
}
div.page-wrap {
  max-width: 100%;
  min-height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 small {
  font-size: 75% !important;
  color: inherit !important;
}
#second h2 {
  color: #204ce5 !important;
}
#second p {
  font-size: 22px;
  color: black;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .input-wrap {
    margin-top: 0;
  }

  h2 {
    margin-bottom: 20px !important;
    font-size: 22px !important;
  }

  header {
    padding: 5px 0;
    height: 70px;
  }

  header h1 {
    font-size: 24px !important;
    text-align: center !important;
  }

  .container {
    padding: 0;
  }

  div.page-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    min-height: calc(100vh - 70px);
    max-height: none;
  }

  .form-out {
    margin-bottom: 0;
  }

  .form-wrap {
    padding: 15px;
  }

  form.registration-form {
    margin-bottom: 0;
  }

  #map,
  input.btn {
    margin-bottom: 10px;
  }

  footer {
    height: auto !important;
    position: relative;
  }
}
