@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

*{
  margin: 0; 
  padding: 0%; 
  box-sizing: border-box; 
  font-family: 'Poppins', sans-serif; 
}

input::placeholder {
    font-size: 13px;
    }

.link {
    color: black;
    text-decoration: underline;
}


.form-check {
    font-size: 12px;
    padding-top: 8px;
}

.already {
    font-size: 12px;
    
}

body {
  background-color:#f8f9fa;
  color: #000;
}

.form-text {
  font-size: 10px;

}

.link {
  color: black;
  text-decoration: underline;
}

.form-control:focus {
    border-color: #5DADE2;
    box-shadow: 0 0 5px rgba(93, 173, 226, 0.5);
}

