* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #preloader{
    width: 100%;
    height: 100vh;
    background: #fff url( '../images/logo.gif') no-repeat center;
    z-index: 99999;
    position: fixed;
    margin: 0;
  padding: 0;
  box-sizing: border-box;
  top: 0;

  }
  ::placeholder{
      color:black;
  }
  .hero {
    height: 100%;
    width: 100%;
    /*background-image: linear-gradient(160deg, #5f5d5b 55%, #3865c1 0%);*/
    background-position: center;
    background-size: cover;
    position: absolute;
  }
  .form-box {
    width: 380px;
    height: 480px;
    position: relative;
    margin: 6% auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    overflow: hidden;
    border-radius: 20px;
  }
  .button-box {
    width: 220px;
    margin: 0px auto;
    position: relative;
    box-shadow: 0 0 20px 9px #5f5e5e;
    border-radius: 30px;
  }
  .toggle-btn {
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    color: black;
  }
  #btn {
    top: 0;
    left: 0;
    position: absolute;
    width: 110px;
    height: 100%;
    background: linear-gradient(to right, #5f5d5b, #3865c1);
    border-radius: 30px;
    transition: 0.5s;
    color: black;
  }
  .input-group {
    top: 180px;
    position: absolute;
    width: 280px;
    transition: 0.5s;
  }
  .input-field {
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
    color: black;
  }
  .submit-btn {
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(to right, #5f5d5b, #3865c1);
    border: 0;
    outline: none;
    border-radius: 30px;
    color: black;
  }
  .submit-btn:hover{
    box-shadow: 0 0 20px 9px #5f5e5e;
  }
  #login {
    left: 50px;
  }
  #signin {
    left: 450px;
  }
  #forgot{
    left:850px;
  }
  .forgotbtn{
    text-decoration: none;
    list-style: none;
    color: #4a4a4a;
    font-size: 14px;
  }
  .forgotbtn:hover{
    color: #3865c1;
  }
  .logo {
    padding: 10px 80px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
  }
  .forgot-password{
    text-align: right;
    list-style: none;
    text-decoration: none;
    color: #4b4b4b;
    font-weight: 200;
    font-size: 15px;
  }
  .forgot-password a{
    list-style: none;
    text-decoration: none;
    color: #4b4b4b;
    font-weight: 200;
    font-size: 15px;
  }
  .forgot-password a:hover{
    color: #3865c1;
  }
  .message-box{
    background-color: rgba(255, 0, 0, 0.27);
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  .smessage-box{
    background-color: rgba(0, 128, 0, 0.26);
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  .bodd {
    background: linear-gradient(to right, #5f5d5b, #3865c1);
  }
  .nav-link {
    color: white;
    padding: 10 px 0px;
  }
  .navbar:before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
    opacity: 0.3;
    z-index: -1;
  }
  .navbar-toggler-icon.scrolled {
    border: 6px solid black;
  }
  .nav-item a {
    color: white !important;
    font-weight: bold;
  }
  .nav-items a {
    background-color: #5f5d5b;
    color: white;
    font-weight: bold;
  }
  .nav-item :hover {
    background-color: #5f5d5b;
    color: white !important;
    font-weight: bold;
  }
  .navbar {
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .navbar.scrolled {
    background-color: white;
  }
  .navbar-nav > li {
    margin-left: 30px;
    margin-right: 30px;
  }
  .navbar-nav {
    margin: 0 160px;
  }
  .header-extradiv {
    width: 100%;
    text-align: center;
    display: flex;
  }
  
  .extra-div {
    background: #4a4a4a;
    border: medium none;
    border-radius: 10px !important;
    padding: 50px !important;
    transition: 0.3s;
  }
  .extra-div:hover {
    background-color: aliceblue;
    transform: translatey(-20px);
  }
  .extradiv-buttons {
    border: 1px solid silver;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background-color: #4b4b4b;
  }
  .extradiv-buttons a {
    text-decoration: none;
    list-style: none;
    color: white;
  }
  .header-extradiv {
    width: 100%;
    text-align: center;
    display: flex;
    background-color: transparent;
    padding-top: 100px;
  }
  
  .extra-div {
    background: #4a4a4a;
    border: medium none;
    border-radius: 10px !important;
    padding: 50px !important;
    transition: 0.3s;
  }
  .extra-div:hover {
    background-color: aliceblue;
    transform: translatey(-20px);
  }
  .extra-div:hover h2 {
    color: #3865c1;
  }
  .extradiv-buttons {
    border: 1px solid silver;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background-color: #4b4b4b;
  }
  .extradiv-buttons a {
    text-decoration: none;
    list-style: none;
    color: white;
  }
  /******pricing Start********************/
  .card:hover {
    transform: translatey(-10px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  .card-header {
    font-size: 25px;
    background: white;
  }
  .card-body {
    background-color: aliceblue;
    display: block;
  }
  li {
    text-align: left;
  }
  i {
    color: black;
    padding-right: 4px;
    padding-top: 10px;
  }
  .pricing {
    position: relative;
    list-style: none;
    padding-top: 100px;
  }
  
  .pricing:before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .title {
    color: white;
    text-align: center;
    font: 25px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /******Pricing end********************/
  /******Login Style********************/
  .slider-body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.slider{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    animation: animate 20s ease-in-out infinite;
    background-size: cover;
}
.outer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}
@keyframes animate{
    0%,100%{
        background-image:url(../images/1.jpg);
    }
    55%{
        background-image:url(../images/2.jpg);
    }
    75%{
        background-image:url(../images/3.jpg);
    }
}
  /******Login Style********************/
  