.navbar {
    margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
    font-size: 2em;
    color: #fff;
}

.navbar-inverse .navbar-brand:hover {
    color: #ccc;
}

.navbar-brand .logo {
    color: #5cb85c;
}

.main-container {
    margin-top: 20px;
}

.registration-form {
    max-width: 450px;
    margin: 0 auto;
}

.small-container-500 {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.small-container-330 {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
    margin-bottom: 10px;
}

.small-container .checkbox {
    font-weight: normal;
}

.small-container .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.small-container .form-control:focus {
    z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
    color: #fff;
}

.panel-body-red {
    color: red;
    font-size: medium;
    text-align: center;
}

.panel-body {
    font-size: medium;
    text-align: center;
}

.animateable {
    background-color: red;
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: 9999;
    left: -200px;
    display: block;
    top: 100px;
}

.dataSaved {
    border: 5px outset red;
    background-color: green;
    text-align: center;
}

.dataNotSaved {
    border: 5px outset red;
    background-color: red;
    text-align: center;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif) center no-repeat #fff;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

