.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    /* margin-bottom: 10px; */
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
}
.form-signin .btn{
    margin-bottom: 8px;
}
.form-signin a{
    text-align: center;
    display: block;
}
.account-wall
{
    z-index: 6;
    position: relative;
    /* margin-top: 20px; */
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 0;
}
.profile-img
{
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.alert span.glyphicon {
    font-size: 26px;
    float: left;
    margin-right: 10px;
    line-height: 19px;
}

.alert-esqueci span.glyphicon {
    font-size: 30px;
    float: left;
    margin-right: 10px;
    line-height: 32px;
}

.alert-enviado span.glyphicon {
    font-size: 30px;
    float: left;
    margin-right: 10px;
    line-height: 53px;
}
.bg-login{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(51, 122, 183, 0.3);
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg-login .wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('../img/wave.png');
    background-size: 1000px 100px;
}
  .bg-login .wave.wave1{
    animation: animate 30s linear infinite;
    z-index: 5;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
  .bg-login .wave.wave2{
    animation: animate2 15s linear infinite;
    z-index: 4;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}
  .bg-login .wave.wave3{
    animation: animate 30s linear infinite;
    z-index: 3;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}
  .bg-login .wave.wave4{
    animation: animate2 5s linear infinite;
    z-index: 2;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}
@keyframes animate {
    0%
    {
      background-position-x: 0;
    }
    100%
    {
      background-position-x: 1000px;
    }
}
@keyframes animate2 {
    0%
    {
      background-position-x: 0;
    }
    100%
    {
      background-position-x: -1000px;
    }
}
.input-required{
	border-bottom: 1px solid red !important;
}

/* .col-login{
    margin: 0 auto;
} */