/* Paleta de Cores 
#212529
#2F6473
#32AEAB
#7BFAC3

*/

body, html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
 
}

body{
  background-color: #212529;
  
   
  }
.background{
   /* background-image: url("../img/horse.jpg");
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;     */

  background-color: #2F6473;
}

.left-half {
  background-color: #2F6473;
  position: absolute;
  left: 0px;
  width: 50%;
  
 
}
.right-half {
  background-color: #2F6473;
  position: absolute;
  right: 0px;
  width: 50%;
}
section {
  color: #fff;
  text-align: center;
}
div {
  height: 100%;
}
article {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

  .centro{
    background-color: #f1f1f1;
    border-radius: 5px;
    padding:20px;
    margin:auto;
    margin-top:50px;
    min-width: 350px;
  }
  
  

  .form-signin {
    width: 100%;
    max-width: 330px;
    padding: 5px;
    margin:auto;
  }
  .form-signin .checkbox {
    font-weight: 400;
  }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-radius: 0;
    border-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #entrar{
    margin-top: 10px;
  }
 
  .btn-default{
    background-color: #32AEAB;
    color:#fff;
    border-color:#32AEAB;
  }
  .btn-default:hover,
  .btn-default:active,
  .btn-default:focus{
    background-color: #32AEAB;
    color:#fff;
    border-color:#32AEAB;
  }