.wrapper-authentication{
/*///- arac header footer//////*/
    min-height: calc(100vh - 271px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-authentication .wrapper-content{
    box-shadow: #64646f33 0 7px 29px 0;
    padding: 15px 20px;
    margin: 50px 0;
}

.wrapper-authentication .wrapper-content .auth-btn{
    padding: 10px 20px;
    background-color: #002882;
    color: white;
    margin-left: auto;
    display: flex;
    box-shadow: none;
    outline: none;
}

.wrapper-authentication .wrapper-content .form-control{
    box-shadow: none;
    outline: none;
}

.wrapper-authentication .title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.wrapper-authentication .wrapper-form div{
    margin-bottom: 16px;
}

.wrapper-authentication .wrapper-form div label{
    margin-bottom: 8px;
    cursor: pointer;
}

.wrapper-authentication .wrapper-form .wrapper-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.register_form form div:last-child{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.register_form form div:last-child input{
    margin-left: 10px;
}

.wrapper-profile{
    min-height: calc(100vh - 271px);
}

.wrapper-profile .wrapper-banner{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}


.wrapper-profile .wrapper-banner{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.wrapper-profile .wrapper-content{
    display: flex;
}

.wrapper-profile .wrapper-content .wrapper-info{
    width: 350px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.wrapper-profile .wrapper-content .wrapper-info .wrapper-user-image{
    position: absolute;
    left: 0;
    top: -181px;
    background: white;
    border-radius: 100%;
    padding: 10px;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    -webkit-box-shadow: 0 4px 5px 0 #00000024, 0 1px 10px 0 #0000001f, 0 2px 4px -1px #0000004d;
    box-shadow: 0 4px 5px 0 #00000024, 0 1px 10px 0 #0000001f, 0 2px 4px -1px #0000004d;
}

.wrapper-profile .wrapper-content .wrapper-info .wrapper-user-image .wrapper-image{

    width: 275px;
    height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
.wrapper-profile .wrapper-content .wrapper-info .wrapper-description{

    padding: 150px 25px 25px;
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}
.wrapper-profile .wrapper-content .wrapper-info .wrapper-description ul{

    padding: 0;
}
.wrapper-profile .wrapper-content .wrapper-info .wrapper-description ul li{

    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wrapper-profile .wrapper-content .wrapper-info .wrapper-description ul li .wrapper-user-icon{

    width: 25px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
}
.wrapper-profile .wrapper-content .wrapper-info .wrapper-description ul li .wrapper-user-icon i{

    font-size: 20px;
    color: #002882;
}
.wrapper-profile .wrapper-content .wrapper-data{
    width: calc(100% - 350px);
    padding-left: 30px;
}