* {
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body, h1, h2, p, ul, li, a {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

html {
    scroll-padding-top: 75px; 
}

em {
    color: red;
}

label {
    padding: 5px 0px;
  }

textarea {
    /* min-height: 100px !important;
    max-height: 100px; */
}

.bg-readonly-disabled:read-only {
    background-color: #E9ECEF !important;
}

.form-control:read-only:focus {
    box-shadow: 0 0 0 !important;
    border: 1px solid #dee2e6 !important;
}

input[type=text],
input[type=email],
input[type=password],
select {
    border-radius: .2rem !important;
    /* height: 48px; */
}

input[type=password]{
    height: 48px;
}

.btn-primary,
.btn-secondary {
    border-radius: .2rem !important;
    height: 40px !important;
}
