﻿.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: lightblue;
    border-radius: 50%;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-icon {
    font-size: 14px;
    line-height: 1;
    color: black;
}

input.largerCheckbox {
    width: 20px;
    height: 20px;
}

input.pw {
    -webkit-text-security: disc;
}