@media (min-width: 768px) {
    .navbar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.content-placeholder{
    min-height: 250px;
}

.navbar{
    margin-bottom: 0;
}
body{
    background-image: url("/images/login-bg.png");
}

.text-white{
    color: #fff;
}

.text-blue{
    color: #35a7e7;
}

.btn, .form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input, input:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(53, 167, 231, 0.8);
    box-shadow: 0 1px 1px rgba(53, 167, 231, 0.075) inset, 0 0 8px rgba(53, 167, 231, 0.6);
    outline: 0 none;
}

.btn-info{
    background-image: -webkit-linear-gradient(#5ab6e9, #5ab6e9 60%, #3799e9);
    background-image: -o-linear-gradient(#5ab6e9, #5ab6e9 60%, #3799e9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5ab6e9), color-stop(60%, #5ab6e9), to(#3799e9));
    background-image: linear-gradient(#5ab6e9, #5ab6e9 60%, #3799e9);
    background-repeat: no-repeat;
}

.btn-info:active:focus {
  color: #35a7e7;
  background-color: #fff;
  border: #35a7e7;
}