
.fa-image{
    font-size: 80px;
    color: #fff;
}
.card{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border: none;
    border-radius: 15px;
}
a{
    text-decoration: none !important;
}
.digit-group input {
    width: 40px;
    height: 50px;
    background-color: #fff;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: #000;
    margin: 0 2px;
    border: 1px solid #ccc;
    border-radius: 7px;
  }
  .digit-group .splitter {
    padding: 0 5px;
    color: #000;
    font-size: 24px;
  }
  
  .prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
  }
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background: linear-gradient(133.25deg, #045bc1 1%, #045bc1 120.29%);
    border-color: #adcbed;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f0565b;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 17px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
}

.img-preview {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    border-radius: 10px;
    border: 2px solid #ccc;
}
.btn-close{
    font-size: 12px;
    color: #fff;
}
.user_icon {
    border-radius: 50%;
    background: #045bc1;
    width: 55px;
    height: 55px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    border: 2px solid #adcbed;
}
.btn-primary{
    border-radius: 7px!important;
    padding: 12px 50px;
    border: 2px solid #1172ab !important;
}
.login_bg {
    background-image: url('../img/login_background.png');
    background-size: cover;
    background-position: bottom;
    /* width: 100%; */
    background-repeat: no-repeat;
}
/* html, body{
    max-width: 100%;
    overflow-x: hidden;
} */
.logo3{
    position: fixed;
    top: 20px;
    left: 20px;
    width: 70px;
}
.back_to_home{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    color: #fff!important;
}
.back_btn{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    font-size: 18px;
    color: #fff !important;
}
.page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    left: 0;
    right: auto;
    overflow: hidden;
    z-index: 2;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}
.card-img-overlay span, .text-vertical{
    font-size: 40px;
    font-weight: 600;
}
@media (max-width: 991.98px){
.page-footer {
    position: fixed;
}
.logo2 {
    width: 160px !important;
}
.logo {
    width: 85px !important;
}
}
.dropdown-toggle{
    cursor: pointer;
}
label.error{
    font-size: 13px;
    color: red;
    display: contents;
}
.table .fa-image{
    font-size: 16px !important;
}
@media (min-width: 540px)
{
    .crop-img-modal{
        max-width: 380px !important;
    }
}

@media (max-width: 575px)
{
    .logo2 {
        width: 100% !important;
    }
    .btn-primary.rs_btn {
    padding: 4px 6px;
    font-size: 14px;
    letter-spacing: 0;
}
.back_btn {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 2;
    font-size: 14px;
    color: #fff !important;
}
.sticky-area {
    padding: 60px 0 20px !important;
}
}
.croppie-container .cr-slider-wrap{
    margin: 5px auto!important;
    width: 100%!important;
}