@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap');

body {
    margin: 20px;
    padding: 0;
    font-family:'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
}
#wrapper {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
}
form {
    width: 100%;
}
form > div {
    margin-bottom: 14px;
}
form a {
    color: #000;
    text-decoration: underline;
}
#logo-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0px 0px 30px 0px;
}
#logo-wrap img {
    width: 200px;
    height: auto;
}
#info-text {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0px 0px 30px 0px;
}
input, textarea, select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #666666;
    width: calc(100% - 22px);
    padding: 10px 10px 10px 10px;
    font-family: inherit;
    font-size: 14px;
    color: #444444;
    outline: none;
}
.input-round input {
    border-radius: 6px;
}
.input-round label {
    margin-left: 4px;
}
.input-square input {
    border-radius: 0px;
}
.input-square label {
    margin-left: 0px;
}
#wrapper input:focus, #wrapper input:active {
    border: 1px solid #333333;
    outline: 1px solid #333333;
 }
::placeholder {
    color: #444444;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #444444;
}
::-ms-input-placeholder {
    color: #444444;
}
#lists {
    margin-top: 36px;
    margin-bottom: 0px;
}
#classes {
    margin-top: 36px;
    margin-bottom: 0px;
}

fieldset.no-border   {
    background: transparent;
    margin: 0;
    width: 100%;
    font-family: inherit;
    padding: 0;
    border: none;
    margin-bottom: 30px;
    font-weight: 400;
}
fieldset.add-border {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    width: calc(100% - 24px);
    font-family: inherit;
    border: 1px solid #666666;
}
fieldset.add-border legend {
    margin-bottom: 0;
}
label {
    font-weight: 400;
    display: block;
    margin-bottom: 3px;
}
legend {
    font-weight: 400;
    margin-bottom: 8px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}
.options label {
    font-weight: 400;
    display: inline;
}
#send-wrap {
    margin-top: 26px;
}
#send {
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    background-color: #ed008c;
    -webkit-appearance: none;
    width: fit-content;
    font-weight: 500;
    transition: all .25s ease-in-out;
    outline: none;
    border: 2px solid #fff;
    -webkit-border: 2px solid #fff;
    -moz-border: 2px solid #fff;
}
#send:focus, #send:hover, #send:active {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #fff;
    -webkit-border: 2px solid #fff;
    -moz-border: 2px solid #fff;
    outline: none !important;
    background-color: #850d70;
}
#allalert {
    display: none;
    text-align: left;
    color: #dc3545;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
    background-color: #ebebeb;
    font-size: 0.9em;
    width: fit-content;
}
.alert-highlight {
    border: 1px solid #dc3545;
    outline: 1px solid #dc3545;
}
.cb-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top:14px;
    margin-bottom: 0px;
    line-height: 18px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 3px;
    height: 17px;
    width: 17px;
    background-color: #ffffff;
    border: 1px solid #000000;
}
.cb-container:hover input ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #000000;
}
.cb-container input:checked ~ .checkmark {
    background-color: #f4f4f4;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cb-container input:checked ~ .checkmark:after {
    display: block;
}
.cb-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #333333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rb-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top:14px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.rb-checkmark {
    position: absolute;
    top: 2px;
    left: 4px;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 20px;
}
.rb-container:hover input ~ .rb-checkmark {
    background-color: #ffffff;
    border: 1px solid #000000;
}
.rb-container input:checked ~ .rb-checkmark {
    background-color: #f4f4f4;
}
.rb-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.rb-container input:checked ~ .rb-checkmark:after {
    display: block;
}
.rb-container .rb-checkmark:after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 4px;
}
#privacy-policy {
    margin-top: 26px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
#grecaptcha-disclaimer {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    margin-top: 26px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
#grecaptcha-disclaimer a{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: 400;
    color: #000;
}
@media only screen and (max-width: 600px) {
    .landingpage #wrapper {
        margin: 10px;
        padding: 20px 30px 20px 30px;
        background-color: #ffffff;
    } 
}