.form-wrapper
{
    padding: 15px;
    margin: 0 auto;
}
.form-wrapper .form-wrapper-heading, .form-wrapper .checkbox
{
    margin-bottom: 10px;
}
.form-wrapper .checkbox
{
    font-weight: normal;
}
.form-wrapper .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrapper .form-control:focus
{
    z-index: 2;
}
.form-wrapper input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-wrapper input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    background-color: #fff;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-style: solid;
    border-width: 2px;
    border-radius: 0.75rem;
}

.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.bg-background_primary {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 250 / var(--tw-bg-opacity));
}
.font-semibold {
    font-weight: 600;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.font-inter {
    font-family: Inter,serif;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.max-w-lg {
    max-width: 32rem;
}
.items-start {
    align-items: flex-start;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}


button, [role=button] {
    cursor: pointer;
}
.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(79 75 255 / var(--tw-bg-opacity));
}
.rounded {
    border-radius: 0.75rem;
}