.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    border-radius: 8px;
}

.close-btn {
    color: #aaa;
    text-align: end;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.login_txt p {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .login_txt p {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .login_txt p {
        font-size: 18px;
    }
}

form {
    margin: 0;
}

form button {
    border: none;
}
