.usga-change-email-modal {
    position: fixed;
    background-color: white;
    padding: 30px;
    border: solid 1px #d0d0d0;
    border-radius: 8px;
    z-index: 999;
    width: 520px;
    height: 300px;
    margin: auto;
    inset: 0;
}

.usga-change-email-modal-body > input {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: white;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
}

.change-email-modal-button-container {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 10px;
}

.change-buttons-container {
    text-align: center;
    display: flex;
    align-items: center;
}

.usga-change-email-modal-header {
    font-weight: bold;
    text-align: center;
}

.change-email-modal-button-container .usga-change-email-button,
.change-email-modal-button-container .usga-cancel-email-button  {
    background: #00365f;
    width: 200px;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 21px;
    color: white;
    font-weight: bold;
    height: 50px;
    text-align: center;
}