@font-face {
    font-family: Open Sans Regular;
    src: url(../fonts/OpenSans-Regular.ttf)
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}
.dropdown-menu{
    padding:0.5rem !important;
}
nav{
    padding:0px !important;
}
html{
    -webkit-tap-highlight-color: transparent;
}
*{
    box-sizing: border-box;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0 !important;
}

li {
    list-style: none;
}
.form{
  display: flex;
    justify-items: center;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.form img{
  width: 70px;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
}
.form > h3{
  font-weight: 500;
  font-size: 26.0697px;
  font-family: system-ui;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.463371px;
  color: #252733;
}
.form > h1{
        font-weight: 500;
    font-size: 50.0697px;
    font-family: system-ui;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.463371px;
    color: #22A852;
}
.form > span, .ll{
  font-family: system-ui;
  font-weight: 400;
font-size: 15.624px;
line-height: 31px;
text-align: center;
letter-spacing: 0.463371px;
color:#9FA2B4;
display: block;
}
.tt{
  font-family: system-ui;
  font-weight: 600;
font-size: 15.624px;
line-height: 31px;
text-align: center;
letter-spacing: 0.463371px;
color:#192CD1;
display: block;
margin-left: 10px;
}
.error-message{color: red;position: absolute;top: 44px;left: 10px;font-size: 13px;font-weight: 500;}

.form .form-field{
  display: grid;
}
.form-field label{
    margin-bottom: 7px !important;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.463371px;
    text-transform: uppercase;
    /*color: #9FA2B4;*/
    color: #707178;
    font-family: system-ui;
    margin-right: 15px;
}
b, strong {
    font-weight: bolder;
    font-family: 'Open Sans Regular';
}
.form .form-field input, .form .form-field textarea, .form .form-field select {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 14px;
    background: #FCFDFE;
    border: 1.54457px solid #F0F1F7;
    box-sizing: border-box;
    color: #606060;
    font-weight: 400;
    font-family: system-ui;
}
.form .form-field textarea{
  min-height: 200px;
}
.form .form-field button, .former > a{
    background: #192CD1;
    box-shadow: 0px 6.17828px 18.5348px rgb(55 81 255 / 24%);
    border-radius: 12.3566px;
    width: 100%;
    height: 47px;
    cursor: pointer;
    display: flex;
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: system-ui;
    justify-content: center;
    align-items: center;
}
table tr th{
    color: #6B6F7B !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}