#contrate form{
    margin-top   : 30px;
    margin-bottom: 30px;
    text-align   : center;
}

#contrate .form-control{
    height       : 40px;
    margin-bottom: 20px;
}

#contrate  input.error{
    background  : none;
    border-color: red;
    color       : #555;
}

#contrate  textarea.form-control{    
    height: auto;
}

#contrate form .btn, .comprar{
    margin        : 20px 0 0 !important;
    border-radius : 12px;
    padding       : 10px;
    font-size     : 24px;
    font-weight   : 900;
    text-transform: uppercase;
    background    : rgb(74, 13, 143);
    color         : #fff;
    max-width     : 100%;
    min-width     : 430px;
    border        : 1px solid #fff;
}

.comprar{
    min-width : auto;
    display   : inline-block;
    text-align: center;
}

#contrate form .btn:hover, .comprar:hover{
    background  : none;
    border-color: rgb(74, 13, 143);
    color       : rgb(74, 13, 143);
}

#loading{
	position  : fixed;
	top       : 0px;
	left      : 0px;
	background: rgba(0, 0, 0, 0.34);
	display   : none;
	width     : 100%;
	height    : 100%;
	z-index   : 1000;
}

#loading >div{
  display       : table-cell;
  width         : 100%;
  height        : 100%;
  text-align    : center;
  vertical-align: middle;
  color         : #fff;
  font-size     : 70px;
}

#loading >div >i{
  color    : rgb(74, 13, 143);
  font-size: 60px;
}

#contrate img{
  max-width: 100%;
}

@media(max-width: 768px){
  #contrate form .g-recaptcha{
    transform       : scale(0.96);
    transform-origin: left;
  }
  #contrate .btn{
    min-width: auto !important;
    width: 100%;
  }
}