body {
    background-color: #3986b0;
    color: #868686;
    font-family: 'open sans', Helvetica, Arial, sans-serif;
    background-image: url("../images/bg.png");
    background-size: cover;
    font-size: 11px
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.header{
  padding-top: 30px;

  margin: auto;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 10px
}

.alert-green{
  width: 557px;
  margin: auto;
  padding: 7px 15px;
  font-size: 12px;
  background-color: #2ecc71;
  color: #fff;
  border-radius: 2px;
  margin-top: 15px

}

.blue_t{
  color: #398eb8
}

.red_t{
  color: #dc1919
}


.alert-green a{
  color: #fff;
  line-height: 15px;
  cursor: pointer;
}

.main-title{
  font-size: 14px;
  padding-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
}

.sub-title{
  font-size: 12px;
  font-weight: normal;
}
.thanks-sub-title{
    font-size: 19px;
}

#login_Warper
{

  margin: auto;
  margin-top: 10px;
  padding: 20px 100px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.19);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.19);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.19);
  border: 1px solid #ccc;
  border-radius: 2px;
}

#login_Warper hr {
  margin:18px -20px 18px -20px;
}

#info_warper{
  width: 550px;
  margin: auto;
  padding: 20px;
}

#info_warper h5{
  text-transform: uppercase;
  font-weight: 600
}

#info_warper p{
  font-size: 12px
}


.admin-title
{
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px

}
.rk-alert {

     margin: 5px 0px;
}
.rk-alert.error-alert {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.rk-alert {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    margin: 5px 15px;
}

.rk-alert.error-alert:before {
    content: "\f071";
}
.rk-alert:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.rk-alert {
    margin: 10px 0px 10px;
}

.checkbox{
  line-height: 20px;
  margin-top: -10px
}

.login_btn{
  padding: 10px 20px;
  width: 100%;
   transition:.2s linear;
   text-transform: uppercase;
   margin-bottom: 15px;
   font-weight: bold;
   white-space: normal;

}

.login_btn_2{
  padding: 7px 20px;
   transition:.2s linear;
   text-transform: uppercase;
   margin: auto;
   margin-bottom: 15px;
   font-size: 12px;
   font-weight: bold;
   white-space: normal;

}


.form-control{
  padding: 7px 10px;
  font-size: 11px
}

.details_login{
  margin-top: 15px;
  font-size: 12px
}

.thanks_cont h2{
  color: #61cd48;
  text-transform: uppercase;
}

.zendesk_que {
  text-align: center;
}

.zendesk_que a{
  width: 155px;
  padding: 30px 0;
  background-color: #8eb4d5;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
 transition:.2s linear;}

.zendesk_que a:hover{
   background-color: #337ab7;
   text-decoration: none;
   animation-duration: 4s;
    animation-delay: 2s;
}

.zendesk_que .no_btn{
 background-color:#d8dce0
}

.zendesk_que .no_btn:hover{
 background-color:#e55454;
   transition:.2s linear;
}



.simple-popup .modal-header {
    border-bottom: none;
}

.simple-popup .modal-header .close {
    margin-top: 0;
    background-color: #000;
    color: #fff;
    opacity: 1;
    padding: 5px 13px;
    position: absolute;
    top: 0;
    right: 0;
}

.simple-popup .modal-content {
    border-radius: 0;
    text-align: center;

}

.simple-popup .modal-content h4 {
    text-align: center;
    color: #398eb8;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
    margin-top: 20px
}

.simple-popup .modal-content p {
    text-align: center;
    color: #5a5a5a;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 20px;
    font-weight: 500

}

.simple-popup .modal-body {
    padding: 0px 25px;
}


.thanks-titles .main-title{
  color: #2ecc71;
  font-size: 20px;
  margin-top: 20px
}

.thanks-btn{
  border-radius: 20px;
  font-size: 12px
}

 @media (min-width : 320px) and (max-width : 679px) {

   #login_Warper
   {

     margin: auto;
     margin-top: 10px;
     padding: 20px 20px;
     background-color: #fff;
     -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.19);
     -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.19);
     box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.19);
     border: 1px solid #ccc;
     border-radius: 2px;
   }

 }

/*Include main page loader*/

.containloader {
    background: #FFF none repeat scroll 0% 0%;
    text-align: center;
    line-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    opacity: 0.8;
}

.zgroup {
    position: relative;
    display: inline-block;
    line-height: 16px;
}

.bigSqr {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: bigSqrShrink 1s linear infinite;
    animation: bigSqrShrink 1s linear infinite;
}

.square {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #cc1f35;
}

.first {
    left: 0px;
    top: 20px;
}

.second {
    left: 20px;
    top: 20px;
    -webkit-animation: drop2 1s linear infinite;
    animation: drop2 1s linear infinite;
}

.third {
    left: 0px;
    top: 0px;
    -webkit-animation: drop3 1s linear infinite;
    animation: drop3 1s linear infinite;
}

.fourth {
    left: 20px;
    top: 0px;
    -webkit-animation: drop4 1s linear infinite;
    animation: drop4 1s linear infinite;
}

@-webkit-keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-webkit-keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
