body{
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 50px;
    background: #737373;
}

*:focus {
    outline: none !important;
}

.form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.form-signin{
    background: #333;
    padding: 20px;
    border-bottom: 2px solid #636363;
    border-radius: 5px;
    color:#fff;
}

.form-signin h3{
    margin-top: 0;
    margin-bottom: 15px;
}

.logo{
    margin-bottom: 15px;
}

.logo img{
    max-width: 150px;
}

a{
    color: #fff !important;
    font-weight: bold;
}


hr {
    margin: 32px 0; 
}
hr.foot {
    margin: 0; 
}
hr.light {
    border-top-color: #f7f7f7; 
}
hr.hr-empty {
    border: none; 
}
hr.hr-sep {
    border-top-color: #777777;
    width: 60px;
    margin-left: auto;
    margin-right: auto; 
}
hr.hr-hide {
    display: none; 
}
hr.hr-xs {
    margin-top: 8px;
    margin-bottom: 8px; 
}
hr.hr-sm {
    margin-top: 16px;
    margin-bottom: 16px; 
}
hr.hr-md {
    margin-top: 24px;
    margin-bottom: 24px; 
}
hr.hr-lg {
    margin-top: 64px;
    margin-bottom: 64px; 
}
hr.hr-xl {
    margin-top: 128px;
    margin-bottom: 128px; 
}
hr.hr-md-top {
    margin-bottom: 0; 
}
hr.hr-md-bottom {
    margin-top: 0; 
}
hr.hr-reset-top {
    margin-top: 0; 
}
hr.hr-reset-bottom {
    margin-bottom: 0; 
}
hr.hr-reset-both {
    margin-top: 0;
    margin-bottom: 0; 
}

ul.errors{
    padding: 0;
    list-style: none;
}

.form-signin .alert{
    margin-bottom: 0;
}