/*Used for login, logout, reset password, sing up etc.*/

body {
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.normal_text {
    color: #fff;
    font-size:1.2em;
}
.en_topbar {
    background: #222;
    z-index: 2;
}
.en_sidebar {
    height: 100%;
    position: fixed;
    z-index: 2;
    background: #222;
}
.en_main {
    height: 100%;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 20px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin input[type="email"] {
    margin-bottom: 10px;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
}
.divider {
    height: 1px;
    margin: 20px 0;
    overflow: hidden;
    background-color: #ccc;
}