body {
    background: url(../images/bg.jpg) no-repeat center top #ECEDE7;
    font-family: "Lato", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
    color: gray;
    background-attachment: fixed;
    background-size: cover;
}

header .float-end {
    margin-top: 26px;
}

 .alert_new {
    position: absolute !important;
    right: 30px;
    top: 30px;
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #dc3545;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #dc3545;
}



.bg-primary {
    background: #dc3545 !important;
}

.ftco-section {
    padding: 4em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px -10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    color: #dc3545;
    border-bottom: 1px dashed #adadad;
    line-height: 50px;
}

.login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #dc3545;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.login-wrap .icon span {
    color: #fff;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: #dc3545;
}

.checkbox-primary input:checked~.checkmark:after {
    color: #dc3545;
}


.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-group .submit {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}


header {
    border-top: 5px solid #dc3545;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}

header h4 {
    margin-top: 20px;
    margin-bottom: 0px;
}

header h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    z-index: 101;
    background: #fff;
    padding: 5px 0;
}

.foot-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.foot-list li {
    font-size: 12px;
    margin: 0px 2px;
    padding: 6px;
    display: inline-block;
}
.foot-list li a span {
    font-style: italic;
    color: #db3545;
}




.circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
    top: 0;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 2;
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }

    to {
        transform: scale(1.9, 1.9);
        opacity: 0;
    }
}

.item {
    z-index: 100;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    border-radius: 50%;
}

    .item img {
        width: 100%;
    }

.help {
    /*width: 60px;
    height: 60px;
    position: absolute;*/
    left: auto;
    right: 2%;
    margin: 0px auto;
    border-radius: 50%;
    bottom: 12%;
    text-align: center;
}

.list {
    list-style: none;
}

.refresh {
    padding: 0px;
    text-align: center;
    text-align: center;
}

.cp_refresh {
    padding: 41px 0px;
}

    .cp_refresh a {
        animation: mymove 5s infinite;
        display: inline-block;
    }

    .selectt {
      
display: none;
      
border: 1px dashed #c7c6c6;
      
padding: 20px;
    }
@keyframes mymove {
    100% {
        transform: rotate(368deg);
    }
}
.circle {
    background-color: #9a9697;
}


.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.file {
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    position: relative;
}

.file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}












/* label container */
.radio-button-container {
    color: rgba(0,0,0,0.75);
    display: inline-block;
    position: relative;
    padding-left: 34px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.25);
    transition: all 0.3s;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-button-container:hover input ~ .checkmark {
    border-color: rgba(0,0,0,0.5);
  }
  
  /* When the radio button is checked */
  .radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0);
    border-color: #7430a9;
  }
  
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-button-container input:checked ~ .checkmark:after {
    display: block;
  }
  .btn-primary a {
    color: #fff;
}
  /* Style the indicator (dot/circle) */
  .radio-button-container .checkmark:after {
       top: 6px;
       left: 2px;
       width: 13px;
       height: 13px;
       border-radius: 50%;
       background: #7430a9;
  }
  .iconbtn {
    padding: 4px 4px 4px 12px;
  }