@import url(../../adminlte/css/fontiran.css);
body {
    font-family: IRANSans;
	direction: rtl;
	background-image: url("../../images/bg-img/login-bg.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
}

#frmLogin {
    padding: 20px 40px 40px 40px;
    background: #d7eeffbd;
    border: #acd4f1 1px solid;
    color: #333;
    border-radius: 2px;
    margin-top: 40px;
    border-radius: 25px;
}

.field-group {
    margin-top: 15px;
}

.input-field {
    padding: 12px 10px;
    width: 100%;
    border: #A3C3E7 1px solid;
    border-radius: 2px;
    margin-top: 5px;
    text-align:left;
    font-family: IRANSans;
}

.form-submit-button {
    background: #3a96d6;
    border: 0;
    padding: 10px 0px;
    border-radius: 2px;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    font-family: IRANSans;
    cursor:pointer;
}

.error-message {
    text-align: center;
    font-weight: 500;
    color: #FF0000;
}
.title-message {
	font-size: 16px;
	font-weight: 500;
    text-align: center;
    
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
}


    
.container-fluid {
    padding-bottom: 30px;
}

.container-fluid > .footer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: center;
    padding: 5px 0 10px;
    background-color: #dadadac5;
    line-height: .5;
    vertical-align: center;
    font-size: 14px;
    font-weight: normal;
}

.container-fluid > .footer > .version{
    float: auto;
}

@media (min-width: 768px) {
    .container-fluid > .footer {
        height: 15px;
        font-size: 12px;
    }
    .container-fluid > .footer > .version{
        float: right;
    }
}
