/*----------------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;
}


/*-----All content buttons (Global Changes)-----*/
.btn-all {
background-color: #ff4d30;
border:none;
color:white;
border-radius: 10px;
}

.btn-all:hover {
background-color: transparent;
border-color: transparent;
color:black;
}

.btn-lg {
background-color: #ff4d30;
border-color: transparent;
border-radius: 10px;
}

.btn-lg:hover {
background-color: transparent;
border-color: transparent;
color:black;
}

.btn-secondary {
background-color: gray;
border-color: transparent;
}

.stretched-link {
color:black;
}

.stretched-link:hover {
color: #ff4d30;
}
