body {
  margin: 0;
  padding: 0;
  background: #EDEBE9;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main {
  width: 100%;
  text-align: center;
}


.main .form {
  margin: auto;
  background: white;
  text-align: left;
  padding: 50px;
  padding-top: 20px;
  margin-top: 30px;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #afafaf;
}

@media (max-width: 1201px) {
  .col-md-offset-6 {
    margin-left: 50%;
  }
}

label {
  color: #483721;
}

a span {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.input-css {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 65px;
  font-size: 16px;
}


.input-css:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}



.input-css {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 2.4375rem;
  font-size: 15px;
}


.social {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 82%;
  margin-top: -26px;
}

.social h4 {
  color: #666;
  font-weight: normal;
  margin: 30px 0 20px;
  text-align: center;
}

.social ul {
  display: block;
}

.social ul li {
  list-style: none;
  display: inline-block;
  width: 28%;
  margin: 0 1%;
}

.social ul li a {
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  color: #fff;

  font-weight: 600;
  padding: 6px;
  display: block;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social ul li a:hover {
  opacity: .8;
}

.social ul li a.facebook {
  background: #3a589a;
}

.social ul li a.twitter {
  background: #4099ff;
}

.social ul li a.google-plus {
  background: #fff;
  color: #666;
  padding-bottom: 15px;
  border: 1px solid #666;
}

.social ul li a.google-plus:hover {
  background: rgb(213, 213, 213);
  color: #000;
  border: 1.5px solid #666;
}

.social ul li a.google-plus span {
  font-size: 14px;
}

.social ul li a img.google-icon {
  height: 14px;
  width: 14px;
}




.btn {
  background: #483721;
  color: white;
}

.btn::hover {
  background: #483721;
  color: white;
}

.btn::active {
  background: #483721;
  color: white;
}

.btn-primary {
  color: #fff;
  background-color: #483721;
  border-color: #483721;
}


.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #483721;
  border-color: #483721;
}

.btn-primary:hover {
  color: white;
  background-color: #483721;
  border-color: #483721;
}

.btn-primary:active {
  color: white;
  background-color: #483721;
  border-color: #483721;
}

.divider {
  background: #ddd;
  height: 2px;
  display: block;
  position: relative;
  width: 80%;
  margin: 30px auto;
}

.divider span {
  width: 195px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 29.2%;
  margin-left: -10px;
  top: -12px;
  text-align: center;
  color: #999;
  font-size: 15px;
}

.prove {
  content: "Facebook";
}

.not {
  display: none;
}




.role {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 82%;
}

.role h4 {
  color: #666;
  font-weight: normal;
  margin: 30px 0 20px;
  text-align: center;
}

.role ul {
  display: block;
}

.role ul li {
  list-style: none;
  float: left;
  width: 44.33%;
  margin: 1% 1%;

}

.role ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  padding: 6px;
  display: block;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.role ul li a:hover {
  opacity: .8;
}

.role ul li a.facebook {
  background: #3a589a;
}

.role ul li a.twitter {
  background: #4099ff;
}

.role ul li a.google-plus {
  background: #e9544f;
}



.img-cont {
  max-width: 75px;
  height: auto;
  margin: auto;
  display: inline-block;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.head-form {
  text-align: center;
}



@media screen and (max-width: 400px) {
  .social ul li {
    list-style: none;
    display: inline-block;
    width: 84.33%;
    margin: 3px 2%;
  }

  .role ul li {
    list-style: none;
    float: left;
    width: 83.33%;
    margin: 1% 1%;
  }

  .divider span {
    left: 8.2%;
  }

  .fa {
    font-size: 21px;
  }
}

@media screen and (min-width: 401px) and (max-width: 720px) {
  .social ul li {
    list-style: none;
    display: inline-block;
    width: 84.33%;
    margin: 3px 2%;
  }

  .role ul li {
    list-style: none;
    float: left;
    width: 83.33%;
    margin: 1% 1%;
  }

  .divider span {
    left: 23.2%;
  }

  .fa {
    font-size: 21px;
  }
}

@media screen and (min-width: 721px) and (max-width: 1280px) {}

@media screen and (min-width: 1281px) and (max-width: 1440px) {}

@media screen and (min-width: 1441px) and (max-width: 1920px) {}

@media screen and (min-width: 1921px) {}

.fa {
  font-size: 14px;
}


.btn:hover,
.btn:focus,
.btn.focus {
  color: white;
  text-decoration: none;
}