.text-lang {
    /* text-align: right */
}


.login-form,
.register-form {
    padding: 20px;
    border: 1px solid #d3ced2;
    /* margin: 30px 0; */
    /* text-align: left; */
    border-radius: 5px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: 37px 40px 65px;

}

.section-padding {
    padding-top: 80px;
    padding-bottom: 100px
}

.form-login-title>h2,
.form-register-title>h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 26px;
    text-align: center;
    padding-bottom: 30px;
}

.form-fild,
.login-submit,
.lost-password,
.register-submit {
    margin-bottom: 15px
}

.form-fild p {
    margin: 0
}

.form-fild input {
    width: 100%;
    padding: 0 15px;
    height: 39px;
    border: 1px solid #dddddd;
    color: #232323;
    border-radius: 5px;
}

.login-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.login-form button,
.button-default {
    padding: 12px 40px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.form-fild label,
.login-submit label,
.lost-password label,
.register-submit label {
    margin-left: 10px;
    font-size: 16px;
}

.form-fild,
.login-submit,
.lost-password,
.register-submit {
    margin-bottom: 15px;
}

.lost-password>a,
.login-submit a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000;
    color: #a43d21;
}

.inside-field {
    position: absolute;
    top: 27px;
    right: 17px;
}