body {
    background-image: url(./fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: white;
    font-family: 'Roboto',Arial,sans-serif !important;
    text-align: center;
}

.div-image {
    text-align: left; 
    float: left;
    margin-right: 20px;
}

.div-tot {
    width: 210px;
    display: flex;
    margin: 0 auto;
    padding: 7px 0px 7px 8px;
    border: 1px solid #FFF;
    border-radius: 30px;

}

.text-button {
    font-size: 18px;
    color: white;
    letter-spacing: 0.7px;
    font-weight: 400;
    text-decoration: none;
}

.text-button:hover {
    text-decoration: none;
}

.sep-botones {
    margin-top: 25px;
}

#checkbox {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: bottom;
    color: black;
    background-color: rgba(0, 0, 0, 0.08);
}