﻿body {
    font-family: apertura, sans-serif;
}
.heroimage {
    height: 100%;
    width: 100%;
}
.heroimage-container {
    height: 100%;
}
.form-check-input {
    width: 22px;
    height: 22px;
}
 
    .form-check-input:checked {
        background-color: saddlebrown;
        border-color: transparent;
        box-shadow: none;
    }
.btn {
    background-color: #FDB813 !important;
    border-radius: 70px !important;
    font-weight: bold !important;
}

.termsconditions {
    width: auto;
    height: auto;
}

.radioParent {
    position: relative;
    border-radius: 12px !important;
}
.radiochild {
    position: absolute;
    left: 90%;
    top: 30%;
}
.custom-font, input[type="email"], input[type="text"] {
    font-size: 16px;
}

.selected {
    background-color: #ffeec6 !important;
    border: 1px solid saddlebrown !important;
    border-radius: 4px;
}



/*@media (min-width: 1030px) {
    .keep-aspect-ratio {
        background-color: blue !important;
        width: 235px !important;
        height: 235px !important;
    }
}
*/
