/*
* Author: Anıl TÜRK
*/

body {
    margin: 0;
    padding: 0;
}

.bg {
    background: url("../../images/backend/login-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    background-attachment: fixed;
    overflow: hidden;
}

/*========== PreLoader ==========*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c3e50;
    z-index: 100;
}

#loading-img {
    position: absolute;
    left: 40%;
    top: 40%;
    background-image: url("../../images/backend/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -115px 0 0 -115px;
}

/*=============== Typography =================*/

html, body, input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    color: #000;
}

html, body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

a {
    outline: none;
    border: none;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none !important;
    outline: none;
    border: none;
}

input, textarea {
    font-size: 14px;
}

.text-centre {
    text-align: center;
}

.bold {
    font-weight: 900;
}

/*=============== Login & Sign up =================*/

.login-wrapper {
    background: #fff;
    width: 540px;
    text-align: center;
    height: auto;
    border: solid 4px #eee;
    display: inline-block;
    margin-top: 18%;
}

.login-logo {
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}

.login-outer {
    width: 70%;
    display: inline-block;
}

.user-name, .password {
    margin: 3px 0 3px 0;
    width: 100%;
}

.user-name img, .password img {
    margin: 7px -5px 10px 0;
    height: 53px;
}

.login-wrapper .form-control {
    outline: none;
    background: #f2f2f2;
    width: 80%;
    margin-top: 10px;
    padding: 13px 15px;
    border: solid 1px #f2f2f2;
}

.login-buton, .signup-buton {
    min-height: 68px;
    margin: 0 5px;
    float: left;
    width: 100%;
}

.form-error {
    border: solid 1px #ff0410 !important;
}

.form-error:after {
}

.login-buton input[type=submit], .signup-buton input[type=submit] {
    width: 97%;
    background: #0e4284;
    border-bottom: solid 5px #082244;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.login-buton input:hover, .signup-buton input:hover {
    border-bottom: solid 5px #0e4284;
    margin-top: 12px;
}

.forgot {
    float: right;
    margin-bottom: 15px;
}

.forgot img {
    float: left;
    margin: 0 10px 0 5px;
}

.forgot a span {
    float: left;
    color: #d22b2b;
    font-size: 13px;
    font-weight: 500;
}

.goto-signup a span {
    color: #0e4284;
    font-size: 13px;
}

.goto-signup {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.goto-signup img {
    margin-right: 10px;
}

.signup-info {
    font-size: 13px;
    color: #0e4284;
    text-align: left;
    margin: 10px 0 40px 5px;
}

.signup-info a {
    color: #082244;
    font-weight: 500;
}

.fix-form-image {
    float: left;
}

.login-wrapper .form-control {
    font-size: 16px;
    height: 50px;
    border-radius: 0;
}

.forgot {
    float: right;
    margin: 10px 0;
}

.forgot img {
    float: left;
}

.forgot a span {
    float: left;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ddd;
    opacity: 1;
}

.control-label {
    color: #555;
    margin-right: 10px;
}

.bootstrap-switch {
    margin: 0 10px;
}

input[type=text] {
    text-transform: capitalize;
}

.fix-form-image {
    float: left;
}

.login-wrapper .form-control {
    font-size: 16px;
    height: 51px;
    border-radius: 0;
}

.forgot {
    float: right;
    margin: 10px 0;
}

.forgot img {
    float: left;
}

.forgot a span {
    float: left;
}

.login-wrapper {
    margin-top: 18%;
}

.login-buton, .signup-buton {
    margin: 0 5px;
    float: left;
    width: 100%;
}

