.template-inner {
    /* width: 462px !important; */
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form ul li {
    font-size: 12px;
}

.create-account {
    width: 400px;
}

form input:hover {
    cursor: auto;
}

form .helptext {
    margin-left: 5px;
    color: black;
    font-size: 12px;
}

form label {
    font-size: 16px;
}
form input[type="checkbox"] + label {
    display: inline;
    margin: 7px;
}
