body {
    background-color: #00DBDE;
    background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

}

.allLogin .inputName,
.allLogin .inputPassword {
    font-size: 22px;
    background-color: rgba(255, 255, 255, 1);
    border: 0 solid red;
}

.allLogin .inputName,
.allLogin .inputPassword {
    border-radius: 0.5em;
    border-radius: 0.5em
}

.allLogin .formLogin .textWeb {
    color: white;
}

@media (min-width: 1px) and (max-width: 425px) {
    .allLogin .formLogin .textWeb {
        font-size: 20px;
    }
}

@media (min-width: 425.1px) and (max-width: 576px) {
    .allLogin .formLogin .textWeb {
        font-size: 20px;
    }
}

@media (min-width: 576.1px) and (max-width: 768px) {
    .allLogin .formLogin .textWeb {
        font-size: 22px;
    }
}

@media (min-width: 768.1px) and (max-width: 992px) {
    .allLogin .formLogin .textWeb {
        font-size: 22px;
    }
}

@media (min-width: 992.1px) {
    .allLogin .formLogin .textWeb {
        font-size: 24px;
    }

}

a:hover {
    text-decoration: none;
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=radio] + img {
    cursor: pointer;
    opacity: 0.8
}

[type=radio]:checked + img {
    outline: 4px solid #080;
    opacity: 1
}
