@import url('../layout/css/Inter/Inter.css');

html, body{
    font-family: "Inter Light" !important;
}

p,a,div,span,h1,h2,h3,h4,h5,h6,li,ul,input,textarea,select{
    font-family: "Inter Light" !important;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}

#lightbox2 .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox2 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px;
    z-index:1032;
}

label {
    font-weight: normal;
}

#mainForm{
    padding-top: 20px;
}

input[type="email"]{
    box-sizing: border-box;
    background-color: #ededef;
    border-radius: 4px;
    padding: 10px 20px;
}

.dateWrap{
    width: 50%;
}

.dateColumn{
    float: left;
    width: 33%;
}

@media (max-width: 860px){
    .dateColumn{
        float: none;
        width: 100%;
    }
}

#mainForm label{
    font-size: 1em;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}