body{
    min-height: 100vh;
    background: #f3fddb;
}
.header_nav{
    background-color: #f3fddb !important;
    box-shadow: unset !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*********
Переделка бутстраповских чекбоксов
**********/
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(/images/bootstrap/circle_green.svg) !important;
    background-color: #a2ce85;
}

.form-switch .form-check-input {
    width: 2.5em;
    margin-left: -2.5em;
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
    height: 18px;
    cursor: pointer;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(95 207 20 / 25%);
}

.form-switch .form-check-input:focus {
    background-image: url(/images/bootstrap/circle_grey.svg);
}
/*********
Переделка бутстраповских чекбоксов
**********/

.logo_name:before{
    z-index: 1;
    content: "";
    bottom: 1.15em;
    height: 0.45em;
    width: 8em;
    border-radius: 1px;
    position: absolute;
    background: #45c76f;
    display: inline-block;
}

.logo_name b{
    z-index: 2;
    position: relative;
    font-weight: bold;
    font-size: 24px;
}

.header_action{
    text-decoration: none;
    color: #4c4c4c;
    font-weight: 600;
    margin-left: 25px;
    box-shadow: unset;
}

.header_action:hover{
    color: #4c4c4c;
    box-shadow: 0 2px 0 0 #45c76f;
}

.active_action{
    box-shadow: 0 2px 0 0 #45c76f;
}

.auth_container{
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-top: 26px;
}

.auth_bg{
    width: 100%;
    margin-bottom: 20px;
    padding: 46px 56px;
    border-radius: 42px;
    align-items: flex-start;
    position: relative;
    background: #fff;
    justify-content: flex-start;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}

.auth_header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-left: -15px;
}

.auth_header_title{
    font-size: 28px;
    font-weight: bold;
}

.auth_body{
    width: 100%;
    display: block;
    padding-top: 18px;
}

.auth_label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #686869;
    padding-left: 0;
}

.form-control {
    line-height: 1.4;
    font-size: 14px;
    padding: 10px 16px;
}

.auth_forgot_pass{
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    color: #686869;
    padding-left: 0;
    text-decoration: none;
}
.auth_forgot_pass:hover{
    color: #686869;
}

.auth_btn{
    color: #fff;
    background: #45c76f;
    text-decoration: none;
    font-weight: 600;
    border: 3px solid #45c76f;
    height: 40px;
    line-height: 16px;
    margin-top: 20px;
    transition: all .5s ease;
    padding: 8px 34px 7px;
    font-size: 16px;
    border-radius: 28px;
    /*max-width: 115px;*/
    width: fit-content;
}
.auth_btn:hover{
    color: #fff;
    background: #42995e;
    border: 3px solid #42995e;
}

.form-control:focus {
    color: unset;
    background-color: #f8fafc;
    border-color: transparent;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: unset;
}

#plus{
    position: absolute;
    top: 2.3rem;
    width: fit-content;
    height: fit-content;
    padding: 0;
    left: 11px;
    font-size: 16px;
}

#bottom_row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#bottom_row p{
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    padding-top: 23px;
    margin: 0;
    color: #686869;
}

#bottom_row a{
    text-decoration: none;
    color: #4c4c4c;
    font-weight: 600;
    box-shadow: unset;
    padding: 23px 0 0 0;
    width: fit-content;
    font-size: 16px;
}

#bottom_row a:hover {
    color: #4c4c4c;
    box-shadow: 0 2px 0 0 #45c76f;
}

#checkbox_text{
    margin-left: 12px;
    font-size: 12px;
    color: #4C4C4CFF;
    user-select: none;
    cursor: pointer;
    display: flex;
    line-height: 17px;
}

#bottom_text{
    font-size: 11px;
    color: #676666;
    line-height: 1.45;
    margin: 16px 0 0;
}

#bottom_text a{
    text-decoration: none;
    color: #42995e;
}

.required:after{
    content: "*";
    margin-left: 2px;
    color: #FF5722FF;
}
