@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background: #ffffff !important;
}

* {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.form-label {
    color: #777771;
    font-size: 12px;
    font-family: inherit;
    font-weight: 700;
}

.form-control {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    background-color: #ffffff;
    color: #000000;
    outline: 0;
    width: 100%;
    min-width: unset;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    display: block;
    margin: 0;
    padding: 10px;
    border-width: 0;
    border-style: none;
    border-radius: 0;
    background-image: unset;
    line-height: 1.3em;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.input-group-text {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    background-color: #EDEDED;
    color: #000000;
    outline: 0;
    width:auto;
    min-width: unset;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    display: block;
    margin: 0;
    padding: 10px;
    border-width: 0;
    border-style: none;
    border-radius: 0;
    background-image: unset;
    line-height: 1.3em;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.form-check-input {
    background-color: #EDEDED;
    color: #17A8E3;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    position: relative;
    border-width: 0;
    border-style: none;
    border-radius: 0;
    cursor: pointer;
    pointer-events: all;
    display: block;
    box-sizing: border-box;
}

.form-text {
    color: #777771;
    font-size: 12px;
    font-family: inherit;
    font-weight: 400;
}

button {
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    background-color: #17A8E3;
    color: #FFFFFF;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    width: auto;
    min-width: 100px;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background-image: unset;
    line-height: 1.45em;
    text-align: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

input {
    position: relative;
}

.form-check-input[type=checkbox] {
    border-radius: 0; 
}

.form-check-input {
    background-color: #777771;
    color: #17A8E3;
    margin-right: 3px;
    /* border: 1px solid grey; */
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    position: relative;
    border-width: 0;
    border-style: none;
    border-radius: 0;
    cursor: pointer;
    pointer-events: all;
    display: block;
    box-sizing: border-box;
}
