/* CSS Document */
a {
  outline: none !important;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  a:hover {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none !important; }
  a:focus, a:active {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none !important; }

img {
  max-width: 100%;
  width: auto; }

body {
  background: #f9fafe;
  background: #fff;
  background: url(../images/background.jpg) 50% 50% no-repeat;
  background-size: 100%;
  height: 100vh; }

.site-container {
  position: relative;
  width: 1200px;
  margin: 0 auto; }

.content {
  position: relative;
  width: 100%;
  height: 100%; }

.panel {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px; }

.panel-content {
  padding: 25px;
  padding-bottom: 100px; }

.navbar-default {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13); }

.logo-site {
  margin: 20px auto;
  text-align: center; }

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }

.form-site {
  background: url(../images/form.png) 50% 50% no-repeat;
  background-size: 100%;
  width: 388px;
  height: 750px;
  margin: 0 auto; }
  .form-site .form {
    padding: 0px 60px;
    padding-bottom: 30px; }
  .form-site .form-group {
    width: 100%;
    margin: 10px auto; }
    .form-site .form-group input, .form-site .form-group textarea {
      background: none;
      border: none;
      border-bottom: 1px solid #f9fafe;
      border-radius: 0px;
      box-sizing: border-box;
      width: 100%;
      height: 25px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #f9fafe;
      text-indent: 0;
      line-height: 1.2;
      letter-spacing: 0;
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      resize: vertical;
      display: block; }
      .form-site .form-group input:-webkit-autofill, .form-site .form-group textarea:-webkit-autofill {
        border: none;
        border-bottom: 1px solid #f9fafe;
        border-radius: 0px;
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%); }
        .form-site .form-group input:-webkit-autofill:hover, .form-site .form-group textarea:-webkit-autofill:hover {
          border: none;
          border-bottom: 1px solid #f9fafe;
          border-radius: 0px;
          -webkit-text-fill-color: #fff;
          -webkit-box-shadow: 0 0 0px 1000px transparent inset;
          transition: background-color 5000s ease-in-out 0s;
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%); }
        .form-site .form-group input:-webkit-autofill:focus input:-webkit-autofill, .form-site .form-group textarea:-webkit-autofill:focus input:-webkit-autofill {
          border: none;
          border-bottom: 1px solid #f9fafe;
          border-radius: 0px;
          -webkit-text-fill-color: #fff;
          -webkit-box-shadow: 0 0 0px 1000px transparent inset;
          transition: background-color 5000s ease-in-out 0s;
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%); }
      .form-site .form-group input::placeholder, .form-site .form-group textarea::placeholder {
        background: none !important;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: rgba(249, 250, 254, 0.8); }
      .form-site .form-group input:-ms-input-placeholder, .form-site .form-group textarea:-ms-input-placeholder {
        background: none !important;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: rgba(249, 250, 254, 0.8); }
      .form-site .form-group input::-ms-input-placeholder, .form-site .form-group textarea::-ms-input-placeholder {
        background: none !important;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: rgba(249, 250, 254, 0.8); }
    .form-site .form-group textarea {
      height: 100px; }
  .form-site button {
    background: #5ebd74;
    padding: 12px 0px;
    margin-top: 30px;
    box-sizing: border-box;
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: block;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #f9fafe; }
    .form-site button:hover {
      background: #4c9bfe; }
  .form-site a {
    display: block;
    text-align: center;
    padding: 15px 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #f9fafe; }
  .form-site a.btn {
    margin: 15px 0px; }
  .form-site .input-group-addon a {
    padding: 0px !important; }
  .form-site .remember-me {
    position: relative;
    text-align: center;
    text-transform: lowercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f9fafe;
    padding-top: 10px; }
    .form-site .remember-me label {
      font-weight: 400; }
    .form-site .remember-me .checkbox input {
      position: absolute;
      z-index: -1;
      opacity: 0;
      margin: 10px 0 0 20px; }
    .form-site .remember-me .checkbox__text {
      position: relative;
      padding: 0 0 0 25px;
      cursor: pointer; }
    .form-site .remember-me .checkbox__text:before, .form-site .remember-me .checkbox__text :after {
      content: '';
      position: absolute;
      top: 5px;
      left: 1px;
      width: 12px;
      height: 12px;
      border: solid 1px #fff;
      border-radius: 11px;
      background: none;
      box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2); }
    .form-site .remember-me .checkbox input:checked + .checkbox__text:before {
      background-image: url(../images/check-item.png);
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .form-site .remember-me .checkbox input:checked + .checkbox__text:after {
      left: 26px; }
  .form-site .forgot {
    margin-top: 20px; }
    .form-site .forgot a {
      text-transform: lowercase;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #f9fafe; }
  .form-site .registration a, .form-site .login a {
    display: block;
    background: #4c9bfe;
    padding: 12px 0px;
    margin-top: 20px;
    box-sizing: border-box;
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: block;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #f9fafe; }
    .form-site .registration a:hover, .form-site .login a:hover {
      background: #5ebd74; }
  .form-site .help-block.error {
    font-size: 10px;
    margin-bottom: -10px;
    color: #fff; }

.block-link-login-reg {
  margin: 0 auto;
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #4a95ff; }
  .block-link-login-reg .col-sm-6 {
    padding: 10px 0px;
    text-align: center; }
  .block-link-login-reg .blue {
    background: #5ebd74; }
  .block-link-login-reg a {
    display: block;
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff; }
    .block-link-login-reg a:hover {
      color: #f9fafe; }

.dropList {
  width: 100% !important; }

@media (max-width: 1024px) {
  body {
    background-image: url(../images/background-mobile.jpg);
    background-size: cover; }

  .site-container {
    width: 100%;
    margin: 0 auto; } }
@media (max-width: 767px) {
  body {
    background-image: url(../images/background-mobile.jpg);
    background-size: cover; }

  .site-container {
    width: 100%;
    margin: 0 auto; }

  .form-site {
    width: auto; }

  .block-link-login-reg .blue {
    background: #4a95ff; }
  .block-link-login-reg a {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff; }

  #profile-form {
    padding: 10px 20px; }
    #profile-form .btn-primary {
      width: 100%; } }
@media only screen and (min-device-width: 300px) and (max-device-width: 767px) and (orientation: landscape) {
  body, .form-container {
    height: auto; } }
