.pull-right{
    float:right;
}
label.error{
    color:red;
}
.form-control.error{
    border-color:red;
}
body.loading #main-content{
    display:none;
}
section.panel.panel-info {
    width: 75%;
}
.login-box, .register-box {
    width: 400px;
}

.loading-wrapper {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-left .pro-quote {
    padding: 20px 15px 15px;

    color: #748f9e;
}

.pro-quote img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #eee;
}

.pro-quote .author-name {
    margin: 10px 0 5px;
    font-weight: 500;
    color: #212529;
    font-size: 20px;
}

.pro-quote h4 {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    color: #212529;
}

.pro-info {
    padding: 15px;
    color: #212529;
    font-weight: 700;

}

.edit-profile_wrapper label {
    font-weight: 500 !important;
}

.pro-info table {
    width: 100%;
}

.pro-info table tr td {
    text-align: left;
    font-size: 14px;
    padding: 7px 0;
    font-weight: 500;
}

.pro-info table tr td:last-child {
    text-align: right;
    font-weight: 500;
}

.profile-left {
    border-radius: 6px;
    background-color: #fff;
}

/*crop image*/
#image-crop{
    max-width: 100%;
}
.image-crop-box{
    width: 400px;
    margin:20px auto;
}
.pad-lr {
    padding-left: 0px;
    padding-right: 0px;
}
.card-header.borderremove {
    border-bottom: 0;
}

.fa-camera {
    position: relative;
    right: 20px;
    top: 5px;
}
