body {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.account__left__img {
    width: 100%;
    max-width: 300px;
}

.text-center {
    text-align: center !important;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

figure {
    margin: 0 0 1rem;
}

.mb-4 {
    margin-bottom: 22px;
}

.fw-normal {
    font-weight: 400 !important;
}

.mb-3 {
    margin-bottom: 15px;
}

input {
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    /*width: 374px;*/
    width: 303px;
}

.d-grid {
    display: grid !important;
}

button {
    height: 42px;
}

h1 {
    font-family: Helvetica;
    font-size: 24px;
    color: #000;
}

.footer p {
    text-align: center;
    */ font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #000;
    margin-top: -35px;
    margin-left: 112px;
    position: absolute;
}

.form-control {
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.22);
    background-color: #fff;
}

.form__field__icon {
    float: right;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: -27px;
    line-height: 0;
}

button {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.06) !important;
    color: #000 !important;
    font-size: 16px;
    opacity: 0.5;
}
button.btn.btn-primary.border-0.login{
    background-color: rgba(0, 0, 0, 0.06) !important;
}

@media screen and (min-width: 768px) {
    .account {
        height: calc(100vh - 2rem);
    }
}

@media screen and (min-width: 1025px) {
    .account__right {
        max-width: 374px;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .footer {
        margin-top: 15px;
    }
}