@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

@media (min-width: 1200px) {
    main {
        height: calc(100% - 234px) !important;
        border-radius: 6px;
    }
}

main {
    min-height: 100svh !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, .01);
}

.account__area {
    margin-top: 25px;
    margin-bottom: 25px;
}

.account__area .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.account__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 690px;
    margin: auto;
}

.account__form {
    /*background: rgba(30, 31, 53, 0.8);*/
    background: rgba(48, 37, 27, 0.8);
    max-width: 690px;
    width: 100%;
    margin: auto;
    padding: 63px 60px 56px 60px;
    position: relative;
    z-index: 2;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
    .account__form {
        padding: 30px;
    }
}

.mb-29 {
    margin-bottom: 29px;
}

.account__title h2 {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #FFFFFF;
}

@media screen and (max-width: 480px) {
    .account__title h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.account__title h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
    max-width: 430px;
    margin: auto;
}

.mb-23 {
    margin-bottom: 23px;
}

.input__group label {
    margin-bottom: 5px;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.input__group input, .input__group textarea {
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 8px 21px;
    margin: 0;
    border-radius: 0.25rem;
}

.account__form .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.mb-28 {
    margin-bottom: 28px;
}

.account__form .item-text input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
}

.account__form .item-text label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.account__form .item-text a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.item-button {
    text-align: center;
}

.item-button button {
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: "Russo One", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    padding: 4px 21px;
    margin: 0;
    border-radius: 0.25rem;
}

.item-bottom h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.item-bottom h4 a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: orange;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.item-bottom h4 a:hover, .item-bottom h4 a:focus, .item-bottom h4 a:active {
    color: orange;
}

.account-shadow {
    height: 340px;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 5px;
    z-index: 1;
}