/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14/05/2019, 17:42:33
    Author     : Renan
*/
.team-boxed {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  background-color: transparent;
  margin-left: 15%; }

.col {
  font-size: 1.6em; }

#desc_cont p {
  width: 90%;
  margin-left: 5%; }

.form-control {
  height: 45px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 1.3em; }

@media (min-width: 1366px) {
  #title {
    font-size: 2.5em !important; } }
@media (min-width: 992px) {
  .team-boxed {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    margin-left: 15%; }

  .input-group-addon {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #2A426C; }

  #cont_img {
    font-size: 3em;
    color: #2A426C; }

  #login {
    border-radius: 20px;
    width: 40%;
    margin-left: 22%;
    padding: 1%; }

  .btnLogar {
    width: 100%;
    height: 50px;
    border-radius: 30px !important; } }
@media (min-width: 601px) and (max-width: 991px) {
  .team-boxed {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    margin-left: 15%; }

  .input-group-addon {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #2A426C; }

  #cont_img {
    font-size: 3em;
    color: #2A426C; }

  #login {
    border-radius: 20px;
    width: 60%;
    margin-left: 10%;
    padding: 1%; }

  .btnLogar {
    width: 90%;
    height: 50px;
    border-radius: 30px !important;
    margin-left: 5%; } }
@media (min-width: 481px) and (max-width: 600px) {
  .team-boxed {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    margin-left: 15%; }

  .input-group-addon {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #2A426C; }

  #cont_img {
    font-size: 2em;
    color: #2A426C; }

  #login {
    border-radius: 20px;
    width: 90%;
    padding: 1%; }

  .btnLogar {
    width: 90%;
    height: 50px;
    border-radius: 30px !important;
    margin-left: 5%; } }
@media (max-width: 480px) {
  .team-boxed {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent; }

  .input-group-addon {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #2A426C; }

  #cont_img {
    font-size: 2em;
    color: #2A426C; }

  #login {
    border-radius: 20px;
    width: 100%;
    padding: 1%; }

  .btnLogar {
    width: 90%;
    height: 50px;
    border-radius: 30px !important;
    margin-left: 5%; } }

/*# sourceMappingURL=Privado.css.map */
