
h6 {
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--color2);
}

input[type="text"], input[type="email"], input[type="password"] {
    padding-right: 35px;
}

@media screen and (max-width: 700px) {

    input[type="text"], input[type="email"], input[type="password"] {
        padding-right: 6%;
    }
}

@media screen and (max-width: 525px) {

    .fa-eye-slash,
    .fa-eye {
        right: 5%;
        transform: translateX(0px) translateY(14px);
    }

    input[type="text"], input[type="email"], input[type="password"] {
        width: 93%;
        height: 38px;
        margin-bottom: 20px;
    }

    .center-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .button-size {
        width: 93%;
    }

    .label-gap {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .label-gap-buttons {
        margin-right: 3%;
    }
}
