@font-face {
	font-family: fontstyle;
	src: url(./fonts/Comfortaa-Bold.ttf);
}
*{
  font-family: fontstyle;
}
body{
	background-image: linear-gradient(to right,#f3ad6a,#ee4c5a);
}
  
  h1 {
    text-align: center;
    margin-bottom: 30px;   
  }
  
  form {
    max-width: 400px;
    margin: 0 auto;
  }
  .flex-container{  
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width:30%;
    height: 100%;
    margin-top: 60px;
    background-color: white;
  }
  
  .container {
    padding: 50px;
    display: flex;
    flex-direction:column;
    justify-content: center;  
    align-items: center;
    margin: ;
    height: 80%;
  }
  
  
  .form-group {
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    font-weight: bold;
    float: left;
    margin-left: 35px;
    margin-bottom: 10px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: solid;
    border-top: 1px; 
    border-left: 1px;
    border-right: 1px;
    border-color: rgb(23, 196, 0);
    width: 300px;
  }
  
  #submit-btn {
    background-image: linear-gradient(to right,#f3ad6a,#ee4c5a);
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: center;
  }
  #submit-btn:hover{
    background-image: linear-gradient(to right,#fd0460,#ffa600);
  }
  a{
    text-decoration: none;
    color: black;
  }
  input {
    padding: 10px;

  }
  input:hover{
    border-color:rgb(233, 59, 6) ;
}
  p{
    font-size: 13px;
    float: left;
    margin-left: 35px;
    margin-bottom: 10px;
  }
  a:hover{
    color:#0084ff;
    font-size: 14px;
  }
  #forgot{
    float:right;
    margin-right: 35px;
  }