/*----------------Nav Bar---------------------------*/
#navhome{
    color:#ff4d30;
  }
  .hidden{
    display: none;
  }
  .nav-link{
    font-weight: bold;
    font-size: large;
    position: relative;
  }
  .nav-link:hover{
    color: #ff4d30;
    font-family:sans-serif;
  }
  .btn2{
    font-size: large;
    font-weight: bold;
  }
  .btn2:hover{
    color: #ff4d30;
    font-family: sans-serif;
  }
  .btn3{
    background-color: #ff4d30;
    border:none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
  }
  
  /*-------SignUp---*/
  
  #form {
    width: 500px;
    padding: 20px;
    background-color: whitesmoke;
    border-radius: 4px;
    font-size: 12px;
  }
  
  #form h1 {
    color: #0f2027;
    text-align: center;
  }
  
  #form button {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    color: white;
    background-color:#ff4d30;
    border: none;
    border-radius: 4px;
    font-size: 15px;
  
  }
  
  .input-control {
    display: flex;
    flex-direction: column;
  }
  .input-control label{
    font-size: 15px;
  }
  
  .input-control input {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  display: block;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  }
  
  .input-control input:focus {
    outline: 0;
  }
  
  .input-control.success input {
    border-color: #09c372;
  }
  
  .input-control.error input {
    border-color: #ff3860;
  }
  
  .input-control .error {
    color: #ff3860;
    font-size: 10px;
    height: 13px;
  }
  .register-link{
    font-size: 15px;
  }

  /*---Terms---*/

  .termsHead{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ff4d30;
  }
  .terms h6{
    text-align: center;
    padding-bottom: 50px;
  }
  .terms h4{
    color: gray;
    text-align: center;
  }
  .terms p{
    text-align: center;
  }
