
body{
    
    align-items: center;
    justify-content: center;
}
.fwhite{
    color:rgba(251, 253, 252, 1);
}


input{
    color: white;
    border: 1px solid rgba(251, 253, 252, 1);
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 36px 10px 10px;
    box-shadow: -1px 3px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    outline: none;
    font-family: 'roboto';
    width: 100%;
}

input::-webkit-input-placeholder{
    color: white;
}

input[type=hidder]{
    width: 100%;
    height: 100px;
}

button[type=submit]{
    background-color: rgba(148, 103, 194, 1);
    color: rgba(251, 253, 252, 1);
    padding: 10px 36px;
    text-align: center;
    border-radius: 10px;
    transition: all 2s ease;
    box-shadow: -1px 3px 6px 0px rgba(0, 0, 0, 0.25);
    border: none;
    font-family: 'roboto';
}

#politic .modal-content{
    padding: 20px;
    background-color: #B686F3;
}

a{
    cursor: pointer;
}

.adownload{
    background-color: rgba(170, 146, 236, 1);
    border: 0.1rem solid rgba(148, 103, 194, 1);
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    border-radius: 0.75rem;
    box-shadow: -0.1rem 0.2rem 0.2rem 0px rgba(0, 0, 0, 0.25);
    color: rgba(251, 253, 252, 1);
    transition: all 1s ease;
}

.adownload:hover{
    color: rgba(170, 146, 236, 1);
    background-color: rgba(251, 253, 252, 1);
}

.politic-exit{
    cursor: pointer;
}

.politic-exit path{
    transition: all 1s ease;
}

.politic-exit:hover path{
    fill:rgba(148, 103, 194, 1);
}

button[type=submit]:hover{
    color:rgba(148, 103, 194, 1);
    background-color: rgba(251, 253, 252, 1);
}

.error{
    color: red;
}

.custom-checkbox{
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    padding: 5px;
}


.custom-checkbox:checked::after {
    content: '✔';
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.openpass{
    right: 0.5rem;
    top: 50%;
    width: 1rem;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
}

.closepass{
    right: 0.5rem;
    top: 50%;
    width: 1rem;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    display: none;
}