* {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
.slider-img {
  background-image: url(/img/ios-background.jpg);
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.over-img {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.navbar{
  background:#222222;
}
.nav-item::after{
  content:'';
  display:block;
  width:0px;
  height:2px;
  background:#fec400;
  transition: 0.2s;
}
.nav-item:hover::after{
  width:100%;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color:#fec400;
}
.nav-link{
  padding:15px 5px;
  transition:0.2s;
}

h1 {
  font-size: 5vw !important;
}
p {
  font-size: 22px;
  text-align: center;
}

.parallax {
  height: 30vw;
  background-image: url(/img/background2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*let the background fixed at the Page*/
  background-attachment: fixed;
  color: teal;
  display: flex;
  align-items: center;
}

input[input="text"] {
  width: 25vw;
}
textarea {
  width: 52vw;
}

.footer {
  position: relative;
  height: 40vh;
  color: #686868;
}

.footer h4 {
  color: #ffc107;
  font-size: 36px;
}

.footer .social i {
  padding: 0 25px;
  font-size: 14px;
}

.copyright {
  height: 70px;
  background-color: #f5f5f5;
  text-align: center;
}

.copyright p {
  color: #ffc107;
  line-height: 50px;
}

.container .login-form{
  padding: 5%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form h3{
  text-align: center;
  color: #333;
}
.signup-form{
  padding: 5%;
  background: #0062cc;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.signup-form h3{
  text-align: center;
  color: #fff;
}
.login-container form{
  padding: 10%;
}
.btnSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}
.login-form .btnSubmit{
  font-weight: 600;
  color: #fff;
  background-color: #0062cc;
}
.signup-form .btnSubmit{
  font-weight: 600;
  color: #0062cc;
  background-color: #fff;
}
.signup-form .ForgetPwd{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.login-form .ForgetPwd{
  color: #0062cc;
  font-weight: 600;
  text-decoration: none;
}
