@import url("bootstrap.min.css");
@import url("fontawsom-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html,
body {
    height: 100%;
    background: #f4f4f2 !important;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}


/* ===================================== */
/* whole part
/* ===================================== */
.whole-block {
    z-index: 1;
    float: none;
    margin: auto;
    margin: 4% 0;
    height: 88vh ;
    margin-top: 2% !important;
}

#whole1 {
    background: transparent;
}

#whole2 {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

/* ===================================== */
/* right
/* ===================================== */
.right_block {
    height: 792px;
    border-radius: 0 20px 20px 0;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 576px) {
    .right_block {
        height: 400px;
        border-radius: 0 0 5% 5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .right_block {
        height: 500px;
        border-radius: 0 0 5% 5%;
    }
}

.right_block1 {
    display: flex;
    background: #5c6e91;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 992px) {
    .right_block1 {
        height: 400px;
    }
}

#right_block1 {
    border-radius: 20px;
}

#right_block2 {
    border-radius: 20px 0 0 20px;
}

@media only screen and (max-width: 992px) {
    #right_block2 {
        border-radius: 20px;
    }
}


/* ===================================== */
/* right
/* ===================================== */
.left_block {
    display: flex;
    background: #5c6e91;
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 576px) {
    .left_block {
        border-radius: 5% 5% 0 0;
        height: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .left_block {
        border-radius: 5% 5% 0 0;
        height: 400px;
    }
}

.left_block1 {
    display: flex;
    height: 100%;
    background: #fff;
    border-radius: 20px 0 0 20px;
}

@media only screen and (max-width: 576px) {
    .left_block1 {
        height: 400px;
        border-radius: 20px 20px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .left_block1 {
        height: 500px;
        border-radius: 20px 20px 0 0;
    }
}


/* ===================================== */
/*
/* ===================================== */

.welcome-part {
    z-index: 9999;
    margin: 0 auto;
}

.welcome_user {
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    color: #fff;
}

@media only screen and (max-width: 576px) {
    .welcome_user {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .welcome_user {
        margin-top: 150px;
    }
}

.welcome_user h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

.welcome_user p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 0px 40px;
}

@media only screen and (max-width: 576px) {
    .welcome_user p {
        padding: 0px 15px;
    }
}

.panel_user {
    width: 306px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
}

.panel_user .panel_button {
    width: 306px;
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #fff;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 576px) {
    .panel_user {
        width: 206px;
    }

    .panel_user .panel_button {
        width: 206px;
    }
}


.welcome_user-2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    color: #5c6e91;
}

.img-res {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media only screen and (max-width: 576px) {
    .welcome_user-2 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .welcome_user-2 {
        margin-top: 150px;
    }
}

.welcome_user-2 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

.welcome_user-2 p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 0px 40px;
}

@media only screen and (max-width: 576px) {
    .welcome_user-2 p {
        padding: 0px 15px;
    }
}

.panel_user-2 {
    width: 306px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
}

.panel_user-2 .panel_button {
    width: 306px;
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    background: transparent;
    border: 2px solid #5c6e91;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #5c6e91;
}

@media only screen and (max-width: 576px) {
    .panel_user-2 {
        width: 206px;
    }

    .panel_user-2 .panel_button {
        width: 206px;
    }
}


/* ===================================== */
/*
/* ===================================== */
.enter {
    max-width: 490px;
    height: 264px;
    margin: 0 auto;
    text-align: center;
    margin-top: 157px;
}

@media only screen and (max-width: 576px) {
    .enter {
        margin-top: 57px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .enter {
        margin-top: 90px;
    }
}

.enter h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #3f3f3f;
    line-height: 22px;
}

.enter p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #4f4f4f;
    padding-bottom: 10px;
}

/* inputs */
.ic-1,
.ic-2 {
    margin: 20px 0;
}

.input-container {
    height: 40px;
    position: relative;
    width: 100%;
}

.input {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    border: 0;
    padding: 0 20px;
    font-size: 12px;
    color: #1a1a1a;
}

/* down_block_1 */
.input-container .down_block_1 {
    position: absolute;
    max-width: 200px;
    height: 20px;
    left: 20px;
    top: -20px;
    padding: 0 5px;
    background: #fff;
    border-radius: 10px;
    transform: translateY(0);
    transition: transform 200ms;
}

.input-container .down_block_1 p {
    visibility: hidden;
}

.input:focus ~ .down_block_1,
.input:not(:placeholder-shown) ~ .down_block_1 {
    transform: translateY(8px);
}

.input:focus ~ .down_block_1 p,
.input:not(:placeholder-shown) ~ .down_block_1 p {
    visibility: visible;
}

/* down_block_2 */
.input-container .down_block_2 {
    position: absolute;
    width: 80px;
    height: 20px;
    left: 20px;
    top: -20px;
    background-color: #fff;
    border-radius: 10px;
    transform: translateY(0);
    transition: transform 200ms;
}

.input-container .down_block_2 p {
    visibility: hidden;
}

.input:focus ~ .down_block_2,
.input:not(:placeholder-shown) ~ .down_block_2 {
    transform: translateY(8px);
}

.input:focus ~ .down_block_2 p,
.input:not(:placeholder-shown) ~ .down_block_2 p {
    visibility: visible;
}

/* label */
.placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    font-size: 12px;
    color: #9f9f9f;
    transition: transform 200ms, color 200ms;
}

.placeholder .placeholder_icon {
    color: #6f6f6f;
    font-size: 16px;
    margin-right: 10px;
    width: 25px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
    display: none;
}

.enter_user {
    max-width: 278px;
    height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.enter_user .enter_button {
    max-width: 278px;
    height: 40px;
    box-shadow: none;
    border-radius: 10px;
    background: #5c6e91;

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 320px) {
    .panel_user {
        width: 106px;
    }

    .enter_user .enter_button {
        width: 106px;
    }
}

@media only screen and (min-width: 330px) and (max-width: 1024px) {
    .panel_user {
        width: 206px;
    }

    .enter_user .enter_button {
        width: 206px;
    }
}

@media only screen and (min-width: 1024px) {
    .panel_user {
        width: 278px;
    }

    .enter_user .enter_button {
        width: 278px;
    }
}

.enter .forget_btn {
    text-align: center;
}

.enter .forget_btn .forget_text {
    border-bottom: 1px solid #5c6e91;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #5c6e91;
}


/* ===================================== */
/*
/* ===================================== */
.enter_qr {
    height: 264px;
    margin: 0 auto;
    margin-top: 33px;
}

#enter_qr1 {
    width: 90%;
}

#enter_qr2 {
    max-width: 486px;
}

@media only screen and (max-width: 576px) {
    .enter_qr {
        margin-top: 33px;
    }
}

.enter_qr .qr-code-part {
    width: 146px;
    height: 146px;
    margin: 0 auto;
}

.enter_qr .qr_code {
    width: 100%;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25));
}

.enter_qr .input_search {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 46px;
}

.enter_qr .input_search span {
    position: absolute;
    display: block;
    right: 15px;
    top: 7px;
}

.enter_qr .input_search span i {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
}

.enter_qr .input_search input {
    width: 100%;
    height: 40px;
    background: #5c6e91;
    border: 0;
    display: block;
    border-radius: 14px;
    padding: 0px 5px 0px 25px;
    transition: 0.2s ease-out;

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
}

.enter_qr .input_search input::placeholder {
    color: #fff;
    opacity: 0.5;
}

.enter_qr .input_search input:focus {
    padding: 0px 5px 0px 10px;
    outline: 0;
    color: #fff;
}

.enter_qr #input_search_white input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 0;
    display: block;
    border-radius: 14px;
    padding: 0px 5px 0px 25px;
    transition: 0.2s ease-out;

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #5c6e91;
    line-height: 15px;
}

.enter_qr #input_search_white input::placeholder {
    color: #5c6e91;
    opacity: 0.5;
}

.enter_qr #input_search_white input:focus {
    padding: 0px 5px 0px 10px;
    outline: 0;
    color: #5c6e91;
}

.enter_qr #input_search_white span i {
    color: #5c6e91;
    opacity: 0.5;
    font-size: 16px;
}

.enter_qr .download_user {
    width: 146px;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 0px;
}

.enter_qr .download_user .download_button {
    width: 146px;
    height: 30px;
    border: 1px solid #5c6e91;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 5px;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    color: #6f6f6f;
}

@media only screen and (max-width: 576px) {
    .enter_qr .download_user {
        width: 146px;
    }

    .enter_qr .download_user .download_button {
        width: 146px;
    }
}

#download_user .download_button {
    color: #fff;
    border: 1px solid #fff;
}

.enter_qr .added_btn {
    margin-top: 10px;
    text-align: center;
}

.enter_qr .added_btn .added_text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #5c6e91;
}

#added_btn .added_text {
    color: #fff;
}

.enter_qr .data_btn {
    text-align: center;
}

.enter_qr .data_btn .data_text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

#data_btn .data_text {
    color: #fff;
}


/* ===================================== */
/*
/* ===================================== */
.search_part {
    width: 95%;
    height: 264px;
    margin: 0 auto;
    text-align: center;
    margin-top: 33px;
}

.input-search {
    position: relative;
    width: 100%;
    height: 40px;
}

.input-search span {
    position: absolute;
    display: block;
    right: 15px;
    top: 7px;
}

.input-search span i {
    color: #5c6e91;
    opacity: 0.5;
    font-size: 16px;
}

.input-search input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 0;
    display: block;
    border-radius: 14px;
    padding: 0px 5px 0px 25px;
    transition: 0.2s ease-out;

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #5c6e91;
    line-height: 15px;
}

.input-search input {
    background: #fff;
}

.input-search input::placeholder {
    color: #5c6e91;
    opacity: 0.5;
}

.input-search input:focus {
    padding: 0px 5px 0px 10px;
    outline: 0;
    color: gray;
}

.floating-label-group {
    position: relative;
    max-width: 320px;
    height: 33px;
    margin: 30px auto;
}

.floating-label-group input {
    background: none;
    max-width: 320px;
    height: 33px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    font-size: 12px;
    font-style: normal;
    color: #ccc;
}

.floating-label-group input:focus {
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 1px solid #fff;
    color: #ccc;
}

.floating-label-group .floating-label {
    background: none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #ccc;
    position: absolute;
    pointer-events: none;
    top: 7px;
    left: 12px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
    top: -20px;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    opacity: 0.5;
    color: #fff;
}

.search_part .go_over {
    width: 208px;
    height: 30px;
    position: relative;
    margin: 20px auto;
}

.search_part .go_over .go_over_button {
    width: 208px;
    height: 30px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 1px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    color: #5c6e91;
}


/* ===================================== */
/* background
/* ===================================== */
.liquid_shape_first {
    position: absolute;
    right: 0;
    top: 0;
}

.liquid_shape_second {
    position: absolute;
    left: 80px;
    top: 40px;
}

@media only screen and (max-width: 576px) {
    .liquid_shape_second {
        display: none;
    }
}

.liquid_shape_third {
    position: absolute;
    right: 120px;
    bottom: -205px;
}

@media only screen and (max-width: 1400px) {
    .liquid_shape_third {
        display: none;
    }
}


.inner_shape_first {
    position: absolute;
    top: 0;
    left: 0;
}

.inner_shape_second {
    position: absolute;
    top: 15%;
    right: 25%;
}

.inner_shape_third {
    position: absolute;
    top: 250px;
    right: -130px;
}

.inner_shape_fourth {
    position: absolute;
    left: 20%;
    bottom: 4%;
}

.inner_shape_fifth {
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 768px) {
    .inner_shape_second,
    .inner_shape_third,
    .inner_shape_fourth,
    .inner_shape_fifth {
        display: none;
    }
}

.inner_shape_first1 {
    position: absolute;
    left: 0;
    top: 0;
}

.inner_shape_second1 {
    position: absolute;
    top: 193px;
    left: 0%;
}

.inner_shape_third1 {
    position: absolute;
    margin-top: 40px;
    right: -55px;
}

.inner_shape_fourth1 {
    position: absolute;
    left: 0;
    bottom: -10%;
}

.inner_shape_fifth1 {
    position: absolute;
    right: 6%;
    bottom: 18%;
}

@media only screen and (max-width: 576px) {
    .inner_shape_second1,
    .inner_shape_third1,
    .inner_shape_fourth1,
    .inner_shape_fifth1 {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .inner_shape_second1,
    .inner_shape_third1 {
        display: none;
    }
}