
.link-button {
    background: none;
    border: none;
    color: var(--color2);
    text-decoration: underline;
    cursor: pointer;
}

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

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

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

    input[type="text"] {
        width: calc(90% - 160px);
        height: auto;
        padding-right: 6%;
    }

    input[type="password"] {
        width: calc(90% - 160px);
        height: auto;
        padding-right: 6%;
    }

    .button-size {
        width: 160px;
    }
}
