@CHARSET "UTF-8";

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
body {
    background: #1a3d58 !important;
}

.apperror {
    padding: 9.5px;
    margin: 10px 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.apperror h1 {
    margin-top: 0px;
}

.apperror pre {
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 0.9em;
}

.login-form {
    max-width: 400px;
    margin: 60px auto;
}

form[role=login] {
    font: 16px/1.6em Lato, serif;
    padding-top: 3px;
    background: #fff url(../img/line.png) no-repeat top;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
    form[role=login] span.glyphicon {
        color: #adadad;
    }
    form[role=login] > section {
        padding: 40px 50px;
    }
    form[role=login] input,
    form[role=login] button {
        font-size: 16px;
        margin: 5px 0;
        border-radius: 0px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    form[role=login] input {
/*        color: #c1c4c5;*/
        color: black;
        background: #fafafa;
        border: none;
        padding-left: 40px;
        border: 1px solid #EDEDED;
    }
    form[role=login] input::-webkit-input-placeholder {
        color: #c1c4c5;
    }
    form[role=login] input:-moz-placeholder {
        color: #c1c4c5;
    }
    form[role=login] input::-moz-placeholder {
        color: #c1c4c5;
    }
    form[role=login] input:-ms-input-placeholder {  
        color: #c1c4c5;
    }
    form[role=login] .btn-success {
        line-height: 30px;
        font-weight: bold;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(42, 183, 102, 1);
           -moz-box-shadow: 0px 3px 0px 0px rgba(42, 183, 102, 1);
                box-shadow: 0px 3px 0px 0px rgba(42, 183, 102, 1);
        background: #2ecc71;
        border: none;
    }
    form[role=login] .btn-success:hover {
        background: #40D47D;
    }

.login-form .form-control {
    padding-left: 40px;
}
.login-form .form-control + .glyphicon {
    position: absolute !important;
    left: 0;
    top: 22%;
    padding: 6px 0 0 27px;
}

.login-form h3 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    color: #c0c0c0;
}
.login-form h3 b {
    color: #fff;
}



/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
