﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.login-btn {
    color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-light .navbar-toggler:active,
.navbar-light .navbar-toggler:focus {
    color: rgba(0,0,0,.5);
    outline: 0 none !important;
    border-color: rgb(0 0 0 / 21%);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.main-navbar .nav-item,
.main-navbar .nav-item form button {
    display: flex;
    justify-content: center;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
.wrapper_page-consent {
    margin: 100px 5px 100px 5px;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper-container_page-consent {
    margin: 80px 5px 100px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-consent .btn-primary {
    color: #fff;
    background-color: #048cb4;
    border-color: transparent;
    font-size: 14px;
}
.page-consent .btn-more-info {
    color: #000000;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: bold;
}
    .page-consent .btn-more-info:hover,
    .page-consent .btn-more-info:active {
        color: #048cb4;
    }
.page-consent .btn:focus {
    outline: 0;
    box-shadow: none;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
}
.btn-center{
    text-align: center;
}
.btn-access {
    height: 40px;
    width: 150px;
    font-size: 15px;
}
.btn-client-name,
.btn-client-name:active,
.btn-client-name:focus,
.btn-client-name:hover{
    border: none;
    background-color: transparent !important;
}
/* Sticky footer styles
-------------------------------------------------- */
    html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #F2F2F2;
}

.footer {
    position: absolute;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    bottom: 0;
}
/* Login styles
________________________________________________________*/
.main-background {
    background-color: #F2F2F2;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-block {
    width: 768px;
    height: 482px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.2));
}

.main-block__image {
    background: linear-gradient(240.64deg, #3B8DBC 0%, #E5E5E5 100%);
    width: 348px;
    height: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.image-filter {
    width: 348px;
    height: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff46;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-filter img {
        width: 161.35px;
        height: 134px;
    }

.main-block__form {
    background-color: #fff;
    width: 420px;
    height: inherit;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-block__form-forgot-password {
    background-color: #fff;
    width: 420px;
    height: inherit;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-background {
    background: transparent url("../img/background.svg") no-repeat center;
    width: 348px;
    height: inherit;
}

.copyright {
    color: #9EA0A1;
    font-size: 12px;
    width: 350px;
    text-align: center;
}

.main-block__form .title,
.main-block__form-forgot-password .title {
    color: #495057;
    font-size: 24px;
}

.forgot-password-form {
    width: 350px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: inherit;
    color: #495057;
}

    .forgot-password-form .title {
        text-align: center;
        font-weight: 400;
        margin-bottom: 0px;
    }

.authorization-form {
    width: 350px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    height: inherit;
    color: #495057;
}

    .authorization-form .form-wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-content: center;
    }

    .authorization-form .title {
        text-align: center;
        font-weight: 400;
    }


    .authorization-form .form-item-submit-btn,
    .forgot-password-form .form-item-submit-btn,
    .resset-btn {
        width: 350px;
        height: 40px;
        color: #fff;
        background-color: #048CB4;
        border: 1px solid #048CB4;
        outline: 0;
    }

    .authorization-form #forgot-password {
        color: #495057;
    }

    .authorization-form .form-item-remember label,
    .authorization-form .form-item-forgot-password p {
        margin-bottom: 20px;
    }

    .authorization-form .form-item-forgot-password p,
    .authorization-form .form-item-remember label {
        margin: 0;
    }

.form-group {
    margin-bottom: 20px;
}

.text-danger {
    position: absolute;
}

.forgot-password-form .message {
    text-align: center;
    color: red;
}

.main-navbar {
    background: linear-gradient(344.88deg, #3B8DBC 8.2%, #F2F2F2 127.2%);
}

.main-navbar__logo img {
    width: 60.2px;
    height: 50px;
}

.main-footer {
    text-align: center;
}

.main-navbar ul li a {
    color: #fff;
}

.hello-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    
}

/*
    _________________________________________________
    setting section
*/

.settings-section {
    background-color: #F2F2F2;
    height: 80vh;
    min-height: 500px;
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.settings-section__bg {
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.settings-section__main-block {
    width: 768px;
    height: 482px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.2));
}

.settings-section__main-block__nav {
    background: linear-gradient(344.88deg, #3B8DBC -34.88%, #F2F2F2 84.12%);
    width: 300px;
    height: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.settings-section__image-filter {
    width: 300px;
    height: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff80;
    display: flex;
    justify-content: center;
    align-items: center;
}

.settings-section__image-filter__ressetPassword {
    width: 300px;
    height: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff80;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    text-align: center;
}
.form-resset-password{
    margin-top: 70px;
}

.settings-section__image-background {
    background: transparent url(../img/background-mobile.svg) no-repeat bottom;
    width: 300px;
    background-size: cover;
    height: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.settings-section__main-block__form {
    background-color: #fff;
    width: 468px;
    height: inherit;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: relative;
}
.settings-section__main-block__form-error {
    background-color: #fff;
    width: 468px;
    height: inherit;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
}

    .settings-section__main-block__form .change-info-form {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        color: #5F5F5F;
    }

    .settings-section__main-block__form .change-info-form__title {
        margin: 30px 0;
        color: #5F5F5F;
    }

    .settings-section__main-block__form input {
        width: 350px;
        height: 40px;
        color: #495057;
        background-color: #fff;
        border: 1px solid #E5E5E5;
        outline: 0;
    }

    .settings-section__main-block__form #update-profile-button,
    .settings-section__main-block__form .change-password-btn,
    .settings-section__main-block__form #change-email-button,
    .resset-btn {
        width: 350px;
        height: 40px;
        color: #fff;
        background-color: #048CB4;
        border: 1px solid #048CB4;
        outline: 0;
    }

.settings-section ul li {
    width: 250px;
    margin-bottom: 10px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    outline: 0;
    text-align: center;
}

    .settings-section ul li a {
        color: #048CB4;
    }

.settings-section .nav-pills .nav-link.active,
.settings-section .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #048CB4;
    border: 1px solid #048CB4;
}

.settings-section__main-block__form .alert-success,
.settings-section__main-block__form .alert-danger {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.settings-section__main-block__form .text-danger {
    position: absolute;
    font-size: 12px;
}
.settings-section__main-block__form-error .text-danger {
    position: absolute;
    font-size: 18px;
}

.alert-success, .alert-danger {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 54.6%;
}
.reset-password-confirmation-block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.forgot-password-form__title {
    margin-bottom: 70px !important;
}
/*   __________________________________________________________________
    Media 
*/
@media (min-width: 1200px) and (min-height: 701px) {
    .main-block {
        width: 1080px;
        height: 680px;
    }

    .main-block__image,
    .image-filter,
    .image-background {
        width: 490px;
        background-size: cover;
    }

        .image-filter img {
            width: 226.67px;
            height: 188.25px;
        }

    .main-block__form,
    .main-block__form-forgot-password {
        width: 590px;
    }

    .copyright {
        font-size: 14px;
        width: 490px;
    }

    .main-block__form .title,
    .main-block__form-forgot-password .title {
        font-size: 28px;
    }

    .authorization-form,
    .forgot-password-form {
        width: 490px;
    }


        .authorization-form .form-item-submit-btn,
        .forgot-password-form .form-item-submit-btn {
            width: 490px;
        }

        .authorization-form .form-item-remember label,
        .authorization-form .form-item-forgot-password p {
            margin-bottom: 25px;
        }

        .authorization-form .form-item-forgot-password p,
        .authorization-form .form-item-remember label {
            margin: 0;
        }

    .form-group {
        margin-bottom: 25px;
    }
}



@media only screen and (min-width: 320px) and (max-width: 767px) {

    .main-block {
        width: 100vw;
        height: 100vh;
        flex-flow: column nowrap;
    }

    .main-block__image {
        background: linear-gradient(344.88deg, #3B8DBC -34.88%, #F2F2F2 84.12%);
        width: 100vw;
        height: 100vh;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .image-filter {
        width: 100%;
        height: 100vh;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        align-items: flex-start;
    }

        .image-filter img {
            width: 88px;
            height: 73.08px;
            margin-top: 50px;
        }

    .main-block__form {
        background-color: transparent;
        min-width: 300px;
        width: 100%;
        height: 100vh;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: flex-end;
        position: absolute;
    }

    .main-block__form-forgot-password {
        background-color: transparent;
        min-width: 300px;
        width: 100%;
        height: 100vh;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
    }

    .image-background {
        background: transparent url(../img/background-mobile.svg) no-repeat center;
        width: 100vw;
        height: 100vh;
        background-size: cover;
    }

    .copyright {
        color: #6C757D;
        font-size: 12px;
        min-width: 300px;
        width: 90vw;
    }

    .forgot-password-form {
        background-color: #ffffffc4;
        min-width: 300px;
        width: 95vw;
        padding: 5px;
        height: 40%;
        min-height: 300px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        justify-content: center;
        align-items: center;
        position: absolute;
        border-radius: 10px;
    }

    .authorization-form {
        background-color: transparent;
        min-width: 300px;
        width: 100vw;
        height: 80%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        justify-content: space-around;
        align-items: center;
        position: absolute;
    }

        .authorization-form .form-wrapper {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-content: center;
        }


        .authorization-form .form-item-submit-btn,
        .forgot-password-form .form-item-submit-btn {
            min-width: 300px;
            width: 90vw;
        }

    .form-control {
        transition: none;
        height: 40px;
    }

    .alert-success,
    .alert-danger {
        position: absolute;
        bottom: 30%;
        right: unset;
        width: unset;
    }
    /*
    __________________________________________
    settings sections

*/
    .settings-section {
        background-color: #F2F2F2;
        height: calc(100vh - 60px);
        width: 100%;
        min-height: 800px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    

    .settings-section__bg {
        height: 100%;
        min-height: 800px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .settings-section__main-block {
        width: auto;
        height: 100%;
        min-height: 800px;
        flex-flow: column nowrap;
    }
    .settings-section__main-block__nav {
        background: none;
        width: 100vw;
        max-width: 400px;
        height: inherit;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    /*.settings-section__main-block__nav {
        background: none;
        min-width: 300px;
        width: auto;
        height: inherit;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }*/

    .main-navbar {
        background: linear-gradient( 344.88deg, #3B8DBC 8.2%, #F2F2F2 127.2%);
        z-index: 20;
        background-color: transparent !important;
        border: none;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .settings-section__image-filter {
        width: auto;
        height: 100%;
        min-height: 800px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        align-items: flex-start;
        background-color: unset;
    }
    /*.settings-section__image-filter {
        width: 100vw;
        height: 100%;
        min-height: 800px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        align-items: flex-start;
    }*/

    .settings-section__image-background {
        background: none;
        width: auto;
        height: auto;
        min-height: unset;
        background-size: cover;
    }

    .settings-section__main-block__form {
        background-color: transparent;
        width: 300px;
        height: max-content;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
        top: 250px;
    }
    .settings-section__main-block__form-error {
        background-color: transparent;
        width: 300px;
        height: max-content;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
    }
    

        .settings-section__main-block__form .change-info-form {
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            color: #5F5F5F;
            background-color: #fff;
            padding: 10px;
            border-radius: 5px;
        }

        .settings-section__main-block__form .change-info-form__title {
            margin: 30px 0;
            color: #5F5F5F;
        }

        .settings-section__main-block__form input {
            width: 300px;
            height: 40px;
            color: #495057;
            background-color: #fff;
            border: 1px solid #E5E5E5;
            outline: 0;
        }

        .settings-section__main-block__form #update-profile-button,
        .settings-section__main-block__form .change-password-btn,
        .settings-section__main-block__form #change-email-button {
            width: 300px;
            height: 40px;
            color: #fff;
            background-color: #048CB4;
            border: 1px solid #048CB4;
            outline: 0;
        }

    .settings-section ul li {
        width: 320px;
        margin-bottom: 10px;
        height: fit-content;
        background-color: #fff;
        border-radius: 5px;
        outline: 0;
        text-align: center;
    }
        .settings-section ul li a {
            color: #048CB4;
        }

    .settings-section .nav-pills .nav-link.active,
    .settings-section .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #048CB4;
        border: 1px solid #048CB4;
    }

    .settings-section__main-block__form .alert-success,
    .settings-section__main-block__form .alert-danger {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        position: absolute;
        bottom: -90px;
    }

    .settings-section__main-block__form .text-danger {
        position: absolute;
        font-size: 12px;
    }
    .settings-section__main-block__form-error .text-danger {
        position: absolute;
        font-size: 18px;
        text-align: center;
        top: 10px;
    }
    .settings-section .settings-nav {
        margin-top: 100px;
    }

    .navbar-nav {
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #495057 !important;
        margin: 0;
    }

    .container {
        padding: 0px;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .custom-toggler.navbar-toggler {
        border: none;
    }

    .main-navbar .nav-item, .main-navbar .nav-item form button {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        background-color: #ffffff;
        border-radius: 5px;
    }

    .form-group {
        margin-bottom: 35px;
    }
    .footer {
        position: absolute;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        bottom: 0;
    }
    /*.footer {
        position: relative;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
    }*/

    .hello-message {
        height: calc(100vh - 60px);
    }
    .settings-section__image-filter__ressetPassword {
        width: 100%;
        max-width: 600px;
        height: 600px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column nowrap;
        text-align: center;
        padding: 50px;
        margin-top: 100px;
    }
   
    

    
    .settings-section__main-block__form .form-resset-password {
        margin-top: 50px;
        width: 300px;
    }

        .settings-section__main-block__form .form-resset-password .resset-btn {
            width: 300px;
        }
    .reset-password-confirmation-block {
        background-color: transparent;
        width: 290px;
        height: max-content;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
        top: 340px;
        
    }
    .reset-password-confirmation-block p {
        margin-top: 30px;
    }
    .wrapper_page-consent .row {
        margin-right: 0;
    }
    .wrapper_page-consent .col-sm-8 {
        padding-right: 0;
    }
    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-navbar .nav-item, .main-navbar .nav-item form button {
        background-color: transparent;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff !important;
        margin: 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 950px) and (orientation: landscape) {
    .main-background,
    .bg {
        height: 100%;
    }
    .wrapper_page-consent .col-sm-8 {
        padding-right: 0;
    }
    .wrapper_page-consent .row {
        margin-right: 0;
    }
    .main-block {
        width: 100vw;
        height: 500px;
        flex-flow: column nowrap;
    }

    .main-block__image {
        background: linear-gradient(344.88deg, #3B8DBC -34.88%, #F2F2F2 84.12%);
        width: 100vw;
        height: 500px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .image-filter {
        width: 100%;
        height: 500px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        align-items: flex-start;
    }

        .image-filter img {
            width: 88px;
            height: 73.08px;
            margin-top: 20px;
        }

    .main-block__form,
    .main-block__form-forgot-password {
        background-color: transparent;
        min-width: 300px;
        width: 100%;
        height: 500px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
    }


    .image-background {
        background: transparent url(../img/background-mobile.svg) no-repeat center;
        width: 100vw;
        height: 500px;
        background-size: cover;
    }

    .copyright {
        color: #6C757D;
        font-size: 12px;
        min-width: 300px;
        width: 90vw;
    }

    .forgot-password-form {
        background-color: #ffffffc4;
        min-width: 300px;
        width: 80vw;
        padding: 5px;
        height: 40%;
        min-height: 300px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        justify-content: center;
        align-items: center;
        position: absolute;
        border-radius: 10px;
        margin-top: 100px;
    }

    .authorization-form {
        background-color: transparent;
        min-width: 300px;
        width: 70vw;
        height: 70%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        margin-top: 100px;
    }

        .authorization-form .form-wrapper {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-content: center;
        }


        .authorization-form .form-item-submit-btn,
        .forgot-password-form .form-item-submit-btn {
            min-width: 300px;
            width: 70vw;
        }

    .form-control {
        transition: none;
        height: 40px;
    }

    .alert-success,
    .alert-danger {
        position: absolute;
        bottom: 30%;
        right: unset;
        width: unset;
    }

    .settings-section__image-filter {
        width: auto;
        height: 100%;
        min-height: 800px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        align-items: flex-start;
        background-color: unset;
    }
    
    .settings-section__image-filter__ressetPassword {
        width: 100%;
        max-width: 600px;
        height: 600px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column nowrap;
        text-align: center;
        padding: 50px;
        margin-top: 0px;
    }

    .settings-section__image-background {
        background: none;
        width: auto;
        height: auto;
        min-height: unset;
        background-size: cover;
    }

    .settings-section__main-block__nav {
        background: none;
        min-width: 500px;
        width: auto;
        height: inherit;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .settings-section__main-block {
        width: auto;
        height: 100%;
        min-height: 800px;
        flex-flow: column nowrap;
    }

    .settings-section__bg {
        height: 100%;
        min-height: 800px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .settings-section {
        background-color: #F2F2F2;
        height: 100%;
        width: 100%;
        min-height: 800px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .settings-section__main-block__form {
        background-color: transparent;
        width: 300px;
        height: max-content;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
        top: 250px;
    }
    .settings-section__main-block__form-error {
        background-color: transparent;
        width: 300px;
        height: max-content;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
    }

        .settings-section__main-block__form .change-info-form {
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            color: #5F5F5F;
            background-color: #fff;
            padding: 10px;
            border-radius: 5px;
        }

    .reset-password-confirmation-block {
        background-color: transparent;
        width: 300px;
        height: max-content;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
        top: 250px;
    }

    .settings-section__main-block__form .form-resset-password {
        margin-top: 35px;
        width: 300px;
    }

    .settings-section__main-block__form input {
        width: 300px;
        height: 40px;
        color: #495057;
        background-color: #fff;
        border: 1px solid #E5E5E5;
        outline: 0;
    }

    .form-group {
        margin-bottom: 35px;
    }

    .settings-section__main-block__form .form-resset-password .resset-btn {
        width: 300px;
    }

    .settings-section__main-block__form input {
        width: 350px;
        height: 40px;
        color: #495057;
        background-color: #fff;
        border: 1px solid #E5E5E5;
        outline: 0;
    }

    .footer {
        position: relative;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .settings-section__main-block__form .reset-password-confirmation-block {
        background-color: transparent;
        width: 290px;
        height: max-content;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        position: absolute;
        top: 340px;
        display: flex;
        flex-flow: column nowrap;
    }

    .settings-section .settings-nav {
        margin-top: 100px;
    }

    .settings-section ul li {
        width: 320px;
        margin-bottom: 10px;
        height: fit-content;
        background-color: #fff;
        border-radius: 5px;
        outline: 0;
        text-align: center;
    }

    .mb-3, .my-3 {
        margin-bottom: 0 !important;
    }

    .settings-section__main-block__form .change-info-form {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        color: #5F5F5F;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

    .settings-section__main-block__form .alert-success,
    .settings-section__main-block__form .alert-danger {
        bottom: -100px;
    }
    .settings-section__main-block__form #update-profile-button,
    .settings-section__main-block__form .change-password-btn,
    .settings-section__main-block__form #change-email-button {
        width: 350px;
        height: 40px;
        color: #fff;
        background-color: #048CB4;
        border: 1px solid #048CB4;
        outline: 0;
        
    }
}

@media (min-width: 576px) {
    .container {
        /* max-width: 540px; */
    }
}

@media (min-width: 576px) {
    /*-ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;*/
}
