﻿body {
}


.wrapper {
    background-image: url(../Login/images/Background-Image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content-wrapper, .right-side, .main-footer {
    margin-left: 0px !important;
}

img.user-image {
    max-width: 85px;
    padding: 10px;
}
a.logo img {
    max-width: 145px;
}
.main-header .logo {
    height: 100px !important;
    padding: 10px 0;
}
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1080 !important;
}
.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
    float: right;
    z-index: 2000;
    color: #fed102;
}
.content-wrapper.mainconetent {
    background-image: url(../Login/images/Background-Image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
h3.headt {
    font-size: 16px;
    margin: 10px;
    line-height: 16px;
    text-align: center;
}

.box-header {
    padding: 5px 10px;
}
.col-md-12.veri {
    margin-top: 15px;
  
}

#accountverify .form-group input, #accountverify .form-group select {

    width: 100%;
}

.iddetails {
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid #bf582a; /*1px solid #eee;*/
}

.IndividualAcount .table tr td, .IndividualAcount .table tr th {
    border-top: 1px solid #776e6e;
}



@media (max-width: 767px) {
    .content-wrapper.mainconetent .modal {
        padding-top: 10%;
    }
    a.logo img {
        max-width: 110px;
    }
    .main-header .logo {
        line-height: 0  !important;
    }
    #accountverify .modal-content {
        background-color: transparent;
    }
    .box-body.box-profile .col-md-12.veri {
        padding-left: 5px;
        margin-right: -15px;
    }

    img.user-image {
        max-width: 50px;
    }
    .profile-user-img {
        width: 65px;
    }
  }