﻿.login-box {
    background: #fff;
    padding-bottom: 20px;
    margin-top: 80px;
    color: #999;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      border-radius: 5px;
}

    .login-box hr {
        margin: 10px auto 20px;
        width: 70%;
        border-top: 1px solid rgba(0, 0, 0, 0.13);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }


.page-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #F3F3F3;
    text-align: center;
    margin: -60px auto 0;
}
.page-icon img {
  vertical-align: middle;
  margin: 25px 0 0 0;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0.6;
  width: 80px;
  height: 40px;
  margin-top: 30px;
}

.container-login {
    background-color: transparent !important;
    border: 1px solid lightgray;
    padding-bottom: 1%;
    padding-top: 1%;
    -moz-box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 0px !important;
    -o-box-shadow: 0 0 0px !important;
    -ms-box-shadow: 0 0 0px !important;
    box-shadow: 0 0 0px !important;
    border: solid 0px !important;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    background: #d2d6de;
    color: #FFF;
    padding-top: 0px!important; 
}


.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de;
}
