*, *:before, *:after{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    background: #255b8f;
}

/* =================  LOGIN  ===================== */

.back {
    background: #008ebc;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .logo{
      width:100%;
      height:auto;
      background:url('images/logo.png') no-repeat top center;
      background-size: 240px 90px;
      padding:20%;
  }
  
  
  .div-center {
    width: 350px;
    height: 350px;
    background-color: #fff; /*#3ac0f3*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    border-bottom: 2px solid #ccc;
    display: table;
    border:1px solid gray;
  }
  
  div.content {
    display: table-cell;
    vertical-align: middle;
  }
  
  .footer-login {
    position: fixed;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background-color: #3ac0f3;
    color: #082739;
  }
  
  .cia{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
  }
  
  .powered {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: right;
  }

  .modal-login .btn {
    font-size: 16px;
    font-weight: bold;
    background: #081456;
    border-radius: 3px;
    border: none;
    min-width: 140px;
    outline: none !important;
    border-radius: 20px;
}


.modal-login .form-control, .modal-login .input-group-addon {
    min-height: 38px;
    border: none;
}

.corner-round {
    border: 1px solid rgb(20, 27, 131);
   *margin: 0% 5%;
    padding: 1% 5%;
    border-radius: 20px;
}



  
/*@media only screen and (max-width: 560px), handheld and (orientation: landscape)*/
@media only screen and (max-width : 520px){
	
}