/*-- LOGIN --*/
html,body{
      margin: 0;
    padding: 0;
    height: 100%;
    display: block;
  }
.wrapper{
  font-family: 'Lato', sans-serif;
  background-image: url(../img/idntoto/log-bg.jpg);
    height: 100%;
    color: #fff;
   /* width: 100%;*/
    /*position: absolute;*/
}
.form-wrapper {
  background-image: url(../img/idntoto/form-bg.jpg);
    width: 362px;
    height: 407px;
    display: block;
    margin: 170px auto;
    border-radius: 23px;
}
.logo {
  width: 100%;
    display: block;
    padding-top: 60px;
    margin-bottom: 10px;
}
.logo img {
  display: block;
    margin: auto;
}
.form {
  margin-top: 60px;
}
.form-rows {
  margin: 3px 0;
}
.form-rows img {
  margin-left: 20px;
}
.form-rows input[type="text"],
.form-rows input[type="password"] {
  background-color: #545766;
    border: none;
    padding: 6px 10px;
    margin-left: 20px;
    color: #fff;
    width: 176px;
}
.labels {
  text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-left: 22px;
    width: 45px;
}
.divide {
  display: inline-block;
    width: 67px;
    text-align: right;
}
.submit-button {
  display: block;
    margin: auto;
    padding: 9px 26px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #3176e7;
    color: #fff;
    margin-top: 23px;
    background: rgba(46,86,151,1);
  background: -moz-linear-gradient(top, rgba(46,86,151,1) 0%, rgba(24,55,121,1) 50%, rgba(3,26,96,1) 51%, rgba(59,89,171,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,86,151,1)), color-stop(50%, rgba(24,55,121,1)), color-stop(51%, rgba(3,26,96,1)), color-stop(100%, rgba(59,89,171,1)));
  background: -webkit-linear-gradient(top, rgba(46,86,151,1) 0%, rgba(24,55,121,1) 50%, rgba(3,26,96,1) 51%, rgba(59,89,171,1) 100%);
  background: -o-linear-gradient(top, rgba(46,86,151,1) 0%, rgba(24,55,121,1) 50%, rgba(3,26,96,1) 51%, rgba(59,89,171,1) 100%);
  background: -ms-linear-gradient(top, rgba(46,86,151,1) 0%, rgba(24,55,121,1) 50%, rgba(3,26,96,1) 51%, rgba(59,89,171,1) 100%);
  background: linear-gradient(to bottom, rgba(46,86,151,1) 0%, rgba(24,55,121,1) 50%, rgba(3,26,96,1) 51%, rgba(59,89,171,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5697', endColorstr='#3b59ab', GradientType=0 );
}
.submit-button:focus {
  outline: none !important;
}
.wl {
  display: inline-block;
    float: right;
    position: relative;
    right: 59px;
    font-style: italic;
    top: 4px;
    color: #ccc;
}

#login .alert-login{
  margin: 20px;
  text-align: center;
  color: #fff;
/*  background-color: #f9d6d5;
  border-color: #f7c6c5;*/
}