﻿
/* CSS Document */


.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d4d4d4 !important;
	border-top: none;
	border-left: none !important;
	border-right: none !important;
	box-shadow: none !important;
    border-radius: 0px;
    font-size: 14px;
    height: 45px;
	padding-left: 0px;
	padding-right: 0px;
    line-height: 45px;
}

.ErrorMsg {
    font-size: 12px;
    color: red;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.ErrorMessage {
    width: 100%;
   display: inline-block;
    margin-top: 0px;
	float: left;
    margin-bottom: 0px;
}
.ErrorMessage p{
	margin-bottom: 0px;
	font-size: 10px;
}
.LoginLogo {
    width: 100%;
    max-width: 250px;
    margin: 100px auto 15px auto;
}

    .LoginLogo img {
        max-width: 100%;
    }

.main-div {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: 400px;
    padding: 30px 70px 50px 71px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #5092ea;
    font-size: 12px;
	text-align: right;
    text-decoration: none;
}
.Loginlogo{
	max-width: 100px;
	margin-left: 50px;
	margin-top: 15px;
}
.LoginPage{
	display: inline-block;
	width: 100%;height: auto;
	background-image: url(images/LoginBg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.LoginBg{
	
	padding-top: 20px;
	
	padding-bottom: 100px;
}
.FooterSec{
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	text-align: left;
	width: 100%;
	background-color: #dbd9ca;
	padding: 10px 25px;
}
.FooterSec p{
	margin-bottom: 0px;
	font-size: 10px;
}
.forgot a:hover,.forgot a:focus {
    color: #5092ea;
    font-size: 14px;
	text-align: right;
    text-decoration: none;
}

.login-form .btn.btn-primary {
    /*background: linear-gradient(58deg,#fcbc76,#f2a655);*/
    background-color: #b1ada1;
    color: #333 !important;
    font-size: 14px;
	text-transform: uppercase;
    width: 100%;border: none !important;
    height: 46px;
	border-radius: 100px;
    line-height: 46px;
    font-weight: bold;
    padding: 0;
	margin-bottom: 15px;
}

.forgot {
    text-align: right;
    margin-bottom: 40px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }
