.space-10 {
  height: 10px;
}

.container-fluid {
  padding: 0px;
}

.form-control,
.btn,
.panel {
  border-radius: 0px !important;
}

.panel {
  margin: 50px 0px;
}

.panel .panel-heading {
  text-align: center;
}

.space-40 {
  height: 40px;
}

.btn-with-border {
  width: 150px;
  color: #0073cf;
  display: block;
  margin: 20px auto;
  background-color: transparent;
  border: 2px solid #0073cf;
  font-weight: bold;

  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-with-border:hover {
  color: #0073cf;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}

/* LOGIN/REGISTER - PAGES */
.login-page,
.register-page {
  height: 100vh;
  padding: 40px 120px;
  margin: 0px;
}

  .login-page h1,
  .register-page h1 {
    color: #0073cf;
    font-size: 24px;
    text-align: center;
    padding: 10px 0px;
    margin: 20px 0px;
  }



/* LOGIN FORM */
.login-form,
.register-form {
  height: 100vh;
  padding: 50px;
  margin: 0px;
  background-color: #0073cf;
}

  .login-form h1,
  .register-form h1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 0px;
    margin: 20px 0px;
  }

  .login-form .form-control,
  .register-form .form-control {
    border: 0px;
    background-color: #fff;
  }

  .login-form span.help-block,
  .register-form span.help-block {
    color: #fff;
  }

  .login-form .btn-login {
    width: 80px;
    color: #0073cf;
    border: 0px;
    background-color: #fff;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .register-form .btn-register {
    width: 100px;
    color: #0073cf;
    border: 0px;
    background-color: #fff;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .login-form .btn-login:hover {
    width: 100px;
  }

  .register-form .btn-register:hover {
    width: 120px;
  }

  .login-form a,
  .login-form label,
  .register-form a,
  .register-form label {
    color: #fff;
  }

  .login-form a:hover,
  .register-form a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .btn-large {
      width: 250px !important;
  }


.login-container {
  width: 95%;
  float: left;
}


@media screen and (max-width: 768px)
{
  .login-page,
  .register-page,
  .login-form,
  .register-form {
    height: auto;
    padding: 20px;
  }

  .login-form .btn {
    width: 60px;
  }

  .login-page h1,
  .register-page h1,
  .login-form h1,
  .register-form h1 {
    font-size: 18px;
  }
}


.video {
    width: 100%;
    height: 450px;
    background-color: #e3e3e3;
}
