body {
    font-size: 14px !important;
    line-height: 15px !important;
	font-family: 'Poppins', sans-serif;
    background: #3a434d;
    color: #fff;
    /*background-image: url(../img/bg.jpg);*/
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
}



.imgLogin{
	position: absolute;
    left: 0;
    height: 100%;
    max-width: 60%;
}

.h2Rematricula{
	font-size: 17px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: -19px;
}

.rematriculaBTN{
	background: #06a2a1;
	    text-decoration: none !important;
	    width: 100%;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    border-radius: 37px;
    outline: none;
    border: none;
    color: #3a434d;
    font-weight: bold;
    font-size: 20px;
}

.bg-loading{
	background:rgba(0, 0, 0, 0.67);
	width:100%;
	height:100%;
	position:fixed;
	z-index:49;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}




.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}



#logo{
    width: 70%;
    margin: 15% 15% 0;
}

.login button{
        width: 100%;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    border-radius: 37px;
    background: #f5b35d;
    outline: none;
    border: none;
    color: #3a434d;
    font-weight: bold;
    font-size: 20px;
}

.rc-anchor-normal {
    height: 74px;
    width: 100% !important;
}
    
.login input{
     width: 100%;
    padding: 11px 21px;
    border-radius: 48px;
    border-color: #f5b35d;
    outline: none;
    background: #2f2f2f;
    color: #fff;
    font-size: 18px;
  
}
.login p{
        margin-top: 20px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}


a {
    color: #ffffff;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width : 800px){
 
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
	
	
 
}



/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
@media (min-width: 801px) and (max-width: 991px) {
	
	
	
	
}
@media (min-width: 768px) and (max-width: 800px) {
	
	

}

/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
@media (max-width: 767px) {

	
	
}



/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
@media (max-width: 500px) {
	
	.btnParcela {
    width: 100%;
    margin: 20px 0;
}

	
	.buttonParcelas {
    margin-bottom: 40px;
}
	
	.colaContrato {
    margin-top: 30px;
}
	
	.imgLogin {
   display: none
}
	
	.h2, h2 {

    margin-top: 50px;
}


	body {
    padding-bottom: 100px;
	}
    
    .g-recaptcha{
        padding-left: 6%;
    }
	
	body {
   background: #383d43;
    }
   
}
@media (max-width: 415px) {
	
	

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;
    }
	
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 3% !important;
    padding-left: 3% !important;
}

