@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf"); }
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf"); }
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Montserrat-Regular";
  font-size: 15px;
  margin: 0; }

input, textarea, select, button {
  font-family: "Montserrat-Regular";
  font-size: 15px; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a:hover {
  text-decoration: none; }

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url("../images/bg-registration-form-7.jpg") no-repeat;
  background-size: cover; }

.inner {
  max-width: 600px;
  margin: 20px auto;
/*  padding: 77px 99px 87px;*/
 }

 .main {
    background: #fff;
    padding: 10px 10px;
    margin: 10px auto 0 auto;
    border-radius: 10px;
    max-width: 380px;
}

.mb-10{
  margin-bottom: 10px;
}

.mt-10{
  margin-top: 10px;
}
.mt-30{
  margin-top: 30px;
}



.left {
      width: 100%;
}
.left-in {
      width: 50%;
      float: left;
}

.right {
      width: 50%;
}

.right-in {
      width: 50%;
}

textarea {
  resize: none; }

h3 {
  text-transform: uppercase;
  font-size: 45px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-bottom: 12px; }


.form-group {
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .form-group span {
    font-size: 15px;
    color: #00ade6;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text; }
  .form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff; }

.form-control {
      border: 1px solid #c0c0c0;
    border-radius: 5px;
    /* border-bottom: 2px solid #00ade6; */
    display: block;
    width: 100%;
    /* height: 43px; */
    padding: 7px;
    font-size: 14px;
    background: none;
    font-family: "Montserrat-SemiBold";}


.w-100 {
      width: 100%;
}

.w-50 {
      width: 50%;
}

.pt-10 {
      padding-top: 10px;
}


textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px; }

button {
  border: none;
  height: 30px;
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #c42e77;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  button i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
     }
  button:hover {
    color:#000000;
    border-color: transparent; }
    button:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    button:hover i {
      color:#000000;
      -webkit-transform: translateX(4px);
      transform: translateX(4px); }


@media (max-width: 767px) {
  h3 {
    font-size: 38px; }

  p {
    font-size: 14px;
    padding: 0; }

  .inner {
    padding: 27px 20px 37px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }

  .wrapper {
    background: #05a6dd;
  }

  .main {
    background: #fff;
    padding: 10px 10px;
    margin: 20px auto 0 auto;
    border-radius: 10px;
    max-width: 90%;
}
 }

/*# sourceMappingURL=style.css.map */
    




/*# sourceMappingURL=style.css.map */
