/********************** sign in **************************/



html body.bg-full-screen-image {
    background: url(../img/2769721.jpg) center center no-repeat;
    background-size: cover;
}
.btn-primary i{
    margin-right: 10px;
}

.login-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh
}

.login-form a,.login-form p>a {
    color: #111;
    font-weight: 600
}

.login-form .btn-auth-gen .btn-icon {
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 45px
}

.login-form .btn-auth-gen .btn-icon small {
    font-size: 15px
}

.login-form .input-group {
    background: 0 0
}

.login-form .card {
    margin-bottom: 0;
    box-shadow: -8px 20px 25px 0 rgba(25,42,70,.3);
}

.login-form>div {
    z-index: 5
}

.login-form .login-content {
    position: relative;
    width: 750px;
    padding: 15px;
    z-index: 5;
}

.login-form .login-content.multyform,.login-form .login-content.subscribe {
    width: 750px
}

@media only screen and (max-width: 768px) {
    .login-form {
        max-width:360px
    }
}

@media only screen and (max-width: 575px) {
    .login-form .card .card-body {
        padding:30px 15px
    }
}

.login-form .auth-icon {
    font-size: 30px
}

.login-form .auth-icon:before {
    background: linear-gradient(-135deg,#1de9b6 0%,#1dc4e9 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.login-form.offline {
    background-image: none
}

.login-form.offline:before {
    display: none
}

.login-form .login-bg .r {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%
}

.login-form .login-bg .r:first-child {
    top: -100px;
    right: -100px;
    background: linear-gradient(-135deg,#3a8ae0 0%,#1eb5d6 100%);
}

.login-form .login-bg .r:last-child {
    left: -100px;
    bottom: -100px;
    background: linear-gradient(-135deg,#7fb4ec 0%,#04a9f5 100%);
}

.login-form .login-bg .r.s {
    width: 20px;
    height: 20px
}

.login-form .login-bg .r.s:nth-child(2) {
    top: 150px;
    right: -150px;
    background: #04a9f5
}

.login-form .login-bg .r.s:nth-child(3) {
    left: -150px;
    bottom: 150px;
    background: #1d81e9;
}

.login-form .login-bg .r:nth-child(odd) {
    -webkit-animation: floating 7s infinite;
    animation: floating 7s infinite
}

.login-form .login-bg .r:nth-child(even) {
    -webkit-animation: floating 9s infinite;
    animation: floating 9s infinite
}

.aut-bg-img {
    background-image: url(../images/bg-images/bg4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.aut-bg-img-side p {
    line-height: 2
}

.aut-bg-img .custom-select,.aut-bg-img .form-control,.aut-bg-img-side .custom-select,.aut-bg-img-side .form-control {
    background: 0 0
}

.auth-tabs .tab-content {
    overflow: hidden;
    position: relative
}

.auth-tabs .tab-content .tab-pane>* {
    position: relative;
    z-index: 5
}

.auth-tabs .tab-content .auth-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 180px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 1;
    opacity: .2
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}




.checkbox {
    padding: 10px 0;
    min-height: auto;
    position: relative;
    margin-right: 5px
}

.checkbox input[type=checkbox] {
    margin: 0;
    display: none;
    width: 22px
}

.checkbox input[type=checkbox]+.cr {
    padding-left: 0
}

.checkbox input[type=checkbox]+.cr:before {
    content: "\e83f";
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #e9eaec;
    border-radius: 3px;
    font-size: 15px;
    font-family: feather;
    font-weight: 400;
    line-height: 19px;
    vertical-align: bottom;
    text-align: center;
    background: #fff;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox input[type=checkbox]:checked+.cr:before {
    background: #1a97de;
    border-color: #1a97de;
    color: #fff
}

.checkbox input[type=checkbox].disabled+.cr,.checkbox input[type=checkbox]:disabled+.cr {
    opacity: .5
}

.checkbox input[type=checkbox].disabled+.cr:before,.checkbox input[type=checkbox]:disabled+.cr:before {
    cursor: not-allowed
}

.checkbox.checkbox-fill input[type=checkbox]+.cr:after {
    content: "";
    width: 22.5px;
    height: 22.5px;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #e9eaec;
    border-radius: 2px;
    vertical-align: bottom;
    text-align: center;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 8.5px;
    left: 3px
}

.checkbox.checkbox-fill input[type=checkbox]+.cr:before {
    opacity: 0;
    content: "\f046";
        font: normal normal normal 14px/1 FontAwesome;
    font-size: 27px;
    background: 0 0
}

.checkbox.checkbox-fill input[type=checkbox]:checked+.cr:after {
    opacity: 0
}

.checkbox.checkbox-fill input[type=checkbox]:checked+.cr:before {
    opacity: 1;
    background: 0 0;
    color: #1a97de;
    border-color: transparent
}
.form-control {
    background: #f4f7fa;
    padding: 6px 20px;
    font-size: 14px;
    height: auto;
}

.custom-select:focus,.form-control:focus {
    background: #f4f7fa
}
.bgcolor1{    background-color: #f2f4f4;
    height: 100%;}

/******************* progresss **********************************/


.progress-bars {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #18a1ef36;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0px;
  overflow: hidden;
  }
  .progress-bars .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #16a2ef;
    transition: width .3s linear; }
  .progress-bars .indeterminate {
    background-color: #149bec; }
    .progress-bars .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress-bars .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }