
body {
 	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #121717;
}

input {
    font-size: 18px;
    line-height: 1.1;
    color: #121717;
    border-radius: 10px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #FFF;
    border: 1px solid #6AA2B9;
}

.subtitle1 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

label {
    font-weight:700;
}