#login__m .modal-body {
    width: 100%;
    padding: 0;
    border-radius: 15px;
}
#login__m .modal-content {
  
    border-radius: 15px;
}
button.btn__reg {
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;

    border-radius: 20px;
    background-color: rgb(127, 188, 68);
    font-family: 'DrukTextWideCyrMedium';
    width: 100%;
    height: 90px;
    font-size: 24px;
    border: none;
    margin-top: 25px;
    transition: 0.3s;
}

button.btn__reg:hover {
    transition: 0.3s;
cursor: pointer;
    background-color: rgb(96, 184, 9);

    
}
button.btn__clear {
    font-family: 'Mont-Regular_1';
    font-size: 16px;
border-radius: 10px;
/* background-color: rgb(71, 86, 70); */
background-color: #99a698;
transition: 0.3s;
width: 205px;
height: 46px;
border: none;
margin-top: 40px;
color: #d3ddd3;
}
button.btn__clear:hover {
cursor: pointer;
background-color: #647364;
transition: 0.3s;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

form.form__auth {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;

    text-align: center;
}

input.input__auth {
    position: relative!important;
    /* background-color: #eee; */
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;

    border-radius: 6px;
    background-color: rgb(238 238 238 / 0%);
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    background: #eee0;
    /* border-color: rgb(129, 143, 128); */
    border: 1px solid rgb(129, 143, 128)!important;
    margin-bottom: 0;
    height: 50px;
    margin: 0;
    margin-top: 10px;
    color: #8a9789!important;
font-size: 15px;
padding-top: 14px;
box-shadow: none;
}

input.input__auth, 
input.input__auth:hover, 
input.input__auth:active, 
input:input__auth:focus {
    position: relative!important;
    outline: none!important;
    outline: 0!important;
outline-offset: 0!important;
}

input.input__auth::placeholder {
padding-top: 17px;
color: #8a9789!important;
}

.text__remember {
    color: rgb(71, 86, 70);
    font-family: 'Mont-Regular_1';
    line-height: 28px;
}

.forgot__password {
    color: rgb(71, 86, 70);
    text-decoration: none;
    font-family: 'Mont-Regular_1';
    line-height: 28px;
}
.forgot__password:hover {
    color: rgb(100 115 100);
    cursor: pointer;
}


.form-container.sign-in-container {
    padding-top: 30px;
    padding-bottom: 50px;
}
.form-container {
    /* position: absolute; */
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

    /* padding-bottom: 50px; */
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
    
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay__auth {
    background: #647363;
    /* background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
background: linear-gradient(to right, #FF4B2B, #FF416C); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    border-radius: 15px;
}

.container.right-panel-active .overlay__auth {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    background: url(../../front_files/img/registration/uzor2.png);
    background-position: 56% 15%;
    background-size: 170%;
    background-repeat: no-repeat;
}

.bg__right--2 {
    right: 0;
    transform: translateX(0);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    background: url(../../front_files/img/registration/bg-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}




.sign-in-container,
form {
    background-color: #bcc8bb;
}


.wrapper__text--registration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.h1__registration {
    font-size: 38px;
    font-family: 'Mont-Bold_1';
    color: rgb(71, 86, 70);
    line-height: 2.083;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 62px;
}

.h2__registration {
    font-size: 18px;
    font-family: 'Mont-Regular_1';
    color: rgb(71, 86, 70);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 35px;

}




.btn__subscribe--reg {
    border-width: 1px;
    border-color: rgb(237, 241, 236);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(243, 245, 242);
    width: 477px;
    height: 68px;
    z-index: 69;
    color: rgb(129, 143, 128);
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'DrukTextWideCyrMedium';
    display: dle;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.btn__subscribe--reg:hover, 
.btn__subscribe--reg:active, 
.btn__subscribe--reg:focus {
    border: none;
cursor: pointer;
color: #d3ddd3;
 background-color: #99a698;
 transition: 0.3s;
}

.form-group>label {
    font-family: 'DrukTextWideCyrMedium';
    font-size: 16px;
    color: rgb(71, 86, 70);
    line-height: initial;
    text-align: left;
    margin-bottom: 0;
}
.group__bt0 {
    margin-bottom: 0!important;
}
.group__1 {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 26px;
}

.group__2 {
    margin-bottom: 26px;
}

.group__3 {
    margin-bottom: 26px;
}

.group__1>.wrapper__form--group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;

}

.group__1>.wrapper__form--group>.form-group {
    position: relative;
    width: 100%;

}

.group__2 {
    display: block;
    width: 100%;

}

.group__2>.wrapper__form--group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;

}

.group__2>.wrapper__form--group>.form-group {
    width: 48%;
    text-align: left;

}

.group__3 {
    display: block;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
}

.group__3>.title__group--line {
    text-align: left;
    font-family: 'DrukTextWideCyrMedium';
    font-size: 16px;
    color: rgb(71, 86, 70);
    line-height: initial;
    text-align: left;

}

.group__3>.wrapper__form--group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.group__3>.wrapper__form--group>.form-group {
    width: 30%;
}

.checkbox__line {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;

}

.checkbox__line>input {
    width: initial;
    background: none;
    height: 20px;
    width: 20px;
    border: 1px solid red;
    margin-right: 10px;
    margin-top: 0;
}

.checkbox__line>a {
    /* width: initial;
background: none;
height: 20px;
width: 20px;
border: 1px solid red;
margin-right: 10px; */
    margin-top: 0;
    margin-bottom: 0;

}




.btn__activate--message {
    border-radius: 10px;
    background-color: rgb(243, 245, 242);
    width: 232px;
    height: 50px;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-family: 'DrukTextWideCyrMedium';
    color: rgb(71, 86, 70);
}

.input__tg__code {
    margin-top: 0px;
}


.select__v1 {
    height: 38px;
    background: none;
    border: 1px solid #818f80;
    border-radius: 5px;
    padding: 10px 11px;
    width: 100%;
    height: 50px;
    color: #8a9789;
font-size: 15px;
margin-top: 10px;
}

.s {
    margin-top: 25px;
}

.text__footer--c {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 0;
    color: #475646;
    font-family: 'Mont-Regular_1';
    margin-top: 35px;
}

.text__footer--c>a {

    color: #475646;
    font-family: 'Mont-Bold_1';
}


/* start input password  */
.input__password {
    input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}

.input-group-prepend, .input-group-append {
display: -ms-flexbox;
display: flex;
}

.input-group-append {
margin-left: -1px;
display: flex;
flex-direction: row;
height: 50px;
margin-top: 10px;
}

.input__password {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}

input.input__pw {
flex: 1 1 auto;
width: 1%;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right: none !important;
}

.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
text-align: center;
white-space: nowrap;
background-color: #7b8b7c!important;
color: #fff!important;
border: none!important;
border-top-left-radius: 0px!important;
border-bottom-left-radius: 0px!important;
text-decoration: none;
}
/* end input password  */

.custom-control.custom-switch {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
}
.input__checkbox--v1 {
    height: initial!important;
    width: initial!important;
    position: relative!important;
    -webkit-appearance: auto!important;
    margin-right: 8px;
}
@media (max-width: 768px) {
    .form-container.sign-in-container {
        padding: 0 25px;
        padding-top: 30px;
        padding-bottom: 50px;
        /* padding: 0 50px; */
    }
    .sign-in-container {
        left: 0;
        width: 100%;
        z-index: 2;
    }

    button.btn__reg {

        border-radius: 10px;
        width: 100%;
        height: 60px;
        font-size: 20px;
        border: none;
        margin-top: 18px;
        transition: 0.3s;
}

.btn__subscribe--reg {

    width: 100%;
}
#login__m {
    z-index: 999999 !important;
}

form.form__auth {
   
    padding: 0;
}
.btn__subscribe--reg {
 
    text-align: center;
}
.form-container {
    border-radius: 15px;
}
.h1__registration {
    font-size: 26px;
 
}
}



.form-group.text-right {
    text-align: right;
}
.chek__box--v1 {
margin-top: 10px;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label {
    font-size: 1rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}



.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
  }
  
  .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
  }
  
  .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
  }
  
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
  }
  
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
  }
  
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  
  .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
  }
  
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }
  
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  }
  
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
  }
  
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  }
  
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-switch {
    padding-left: 2.25rem;
  }
  
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
  }
  
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
      transition: none;
    }
  }
  
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
  }
  
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
  }
  
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }
  
  .custom-select::-ms-expand {
    display: none;
  }
  
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  
  .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }
  