/*--------------------------------------------------------------
Login start form
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
  }
  body {
    font-weight: 400;
    background-color: #53555e;
    font-size: 16px;
  }
  body,
  html,
  .App,
  .vertical-center {
    width: 100%;
    height: 100%;
  }

  /*- Nav bar start */


.navbar ,.nav-item,.nav-link  {
  padding: 0;
  height: 50px;
  


}

.nav-link  {
  padding: 12px 12px;
}
  
  .nav-link:hover {
    background-color: #2980b9;
   
  }



  .btn {
    margin-top: 20px;
    width: 100%;
  }
/* Bootsrap End*/

.btn-outline-primary {
  border-color: #5b607a;
  color: #0e3edd;
  margin-top: 15px;
  width: 100%;

}

  .btn-outline-primary:hover {
    background-color: #1454dd;
    color: #e7e0e0;
  }

  /* check box*/


/*end check box*/


  .vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .inner-block {
    width: 450px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 40px 55px 45px 55px;
    transition: all .3s;
    border-radius: 20px;
  }

  .form-control {

    margin-top: 10px;
  }

  .form-group {

    margin-bottom: 10px;
  }
  .vertical-center .form-control:focus {
    border-color: #717183;
    box-shadow: none;
  }
  .vertical-center h3 {
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 20px;
  }
  label {
    font-weight: 500;
  }


