body{
    font-family: 'Poppins', sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgb(0 0 0 / 68%); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 532px;
    width: 85%;
    border-radius: 38px;
}

/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: 300;
    line-height: 0;
    color: white;
    background-color: #CE348A;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

h5{
    margin: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #622990;
    font-weight: 600;
}

.text {
    width: 100%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #cfd1d5;
    border-radius: 15px;
    padding: 0.5rem;
    padding-left: 16px;
}

input {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#submit {
    width: 100%;
    background-color: #622990;
    border: none;
    font-size: 18px;
    height: 45px;
    line-height: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    color: white;
    border-radius: 15px;
    cursor: pointer;
    padding: 1px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959EAD;
    opacity: 1; /* Firefox */
}


input[id="terms"] + label {
    display: inline-block;
    width: 20px;
    height: 19px;
    border: 1px solid #bcbcbc;
    border-radius: 6px;;
    cursor: pointer;
    margin-left: 0.2rem;
}

input[id="terms"]:checked + label:after{
    position: relative;
    left: 3.5px;
    top: 2px;
    content: '\2714';
    /*font-size: 14px;*/
    color: #ad31ac;
}
input[id="terms"] {
    display: none;
}

#flex{
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#label-terms{
    margin-left: 12px;
    color: #959EAD;
    font-size: 12px;
}

#label-terms a{
    color: #622990;
}



#cookiePopup {
    bottom: 20px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100vw;
	z-index: 99;
}
.popupcook {
    background: white;
    width: 90%;
    max-width: 51em;
    left: 10 px;
    bottom: 20 px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 30px 10px 0 10px;
}

    #cookiePopup p{
	margin-top:1em;
    text-align: left;
    font-size: 15px;
    color: #4e4e4e;
  }
 #cookiePopup a{
    text-align: left;
    font-size: 15px;
    color: #520e89;
  }
#cookiePopup button {
    width: 100%;
    border: navajowhite;
    background: #622990;
    padding: 14px 5px 14px 5px;
    font-size: 1em;
    border-radius: 10px;
    color: white;
    margin:2em 0;
}





