.header{
    display: flex;
}

.header-main{
    width:5rem;
}

#logo{
    width: 100%;
    text-align: center;
}

.wrap-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.swiper-wrapper{
    display: flex;
    margin: 2rem;
    position: absolute;
    right: 0;
    font-size: 1.7rem;
}

.swiper-slide{
    margin-right: 1rem;
}

.breadcrum{
    width: 100%;
    background-color: #f5f5f5;
    padding: 16px;
    text-align: center;
}

h1{
    margin: 1rem 0 1rem 0;
    text-align: center;
    font-size: 30px;
}

h3{
    font-size: 22px;
}

#content{
    margin: 1rem;
    background-color: #fff;
    border-radius: 10px;
    width: 30%;
	box-shadow: none;
}

#middle{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

a{
    color:black
}

span, p{
    font-size: 3.3vw;
}

.breads-wrap{
    background-color: #f5f5f5;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
}

.breadcrumb{
    display: flex;
    align-items: center;
    margin: 0 0 0 1rem;

}

.panel-heading{
    margin-bottom: 1rem;
}

.row_button{
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.personal{
    z-index: 10;
}
.personal_content{
    width: 95%;
    background-color: #fff;
    padding: 0 2rem;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    margin: 2rem auto;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.9;
    z-index:11;
}

.personal_content h2{
    margin: 1.5rem 0 1rem 0;
}

.personal_content p{
    margin: 0 0 3rem 0;
    text-align: start;
}

.personal_content .close{
    width: 20px;
    height: 3px;
    transform: rotate(45deg);
    background-color: #555;
    right: 1.5rem;
    top: 2rem;
    position: absolute;
    cursor: pointer;
}

.personal_content .close::before{
    content: "";
    width: 20px;
    height: 3px;
    transform: rotate(90deg);
    background-color: #555;
    position: absolute;
    top: 0;
    right: 0;
}
.background{
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.isActive {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 3px solid #fff;
    border-radius: 10px 10px 0 0;
    z-index: 2;
}

.isActive div {
    background-color: #fff;
    height: 5px;
    width: 49.5%;
    position: absolute;
    bottom: -3px;
}

.member-area-from-wrap {
    padding: 1rem;
}

.single-input-item input {
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.btn-sqr {
    border-radius: .25rem;
    width: 100%;
}

.forget-pwd {
    margin-left: 0;
}


@media screen and (min-width:768px) {

    h1{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 4rem;
        border-radius: 10px 10px 0 0; 
        margin: 0 0 1rem 0;
        font-size: 36px;
    }

    span, p{
    font-size: 1rem;
    }

    
    .breads-wrap{
        justify-content: center;
    }

    #wrap_head{
        width: 900px;
    }

    .breadcrumb{
        margin-left: 4rem;
    }

    .form-group,.panel-heading{
        width: 100%;
        transform: translateX(8%);
    }

    .row_button{
        justify-content: space-evenly;
    }
    .chart{
        margin-top:1rem;
        border-radius: 0;
    }
    .col-sm-2{
        width: 20%;
    }

    .personal_content{
        width: 60%;	
    }
}

@media (min-width:576px) {
    .personal_content{
       width: 60%;	
    }
}

@media screen and (min-width:390px) {
    .success{
        height: 72vh;
    }
}

@media screen and (min-width:768px) {
    .success{
        height: 72.5vh;
        width: 25rem;
    }

    .personal_content{
        width: 80%;	
    }

    .footer-bottom {
        margin-top: 15.3rem;
    }
}

@media screen and (min-width: 820px) {
    .footer-bottom {
      margin-top: 16rem;
    }
}

@media screen and (min-width:1024px) {
    .footer-bottom {
        margin-top: 5rem;
    }

}

@media screen and (min-width:1025px) {
    .personal_content {
        width: 25%;
    }

}

@media screen and (min-width:1600px) {
    .success{
        height: 58.5vh;
        width: 25rem;
    }
}


@media screen and (max-width:490px) {
    #content {
        width: 90%;
    }

    .member-register-wrap {
        padding: 0 10px;
    }

    .row_button{
        justify-content: space-evenly;
    }

    .personal_content {
    padding: 0 1rem;
    }
}


