/*LOGIN PAGE ignite */


* {
	font-family: "ReplicaStd",sans-serif !important;
	text-shadow: none !important;
    margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #eee !important
}

body {
	background: #ffffff;
	margin: 0px;
}


#admin_wrapper h2 {
    font-family: 'Montserrat', sans-serif !important;
    color: #00263E;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 0px;
}

form .button {
	padding: 12px 10px !important;
	width: auto !important;
}


.customer_login_message {
	position: relative;
	top: 20px;
    text-align: center;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

#admin_wrapper > div.customer_login_message > h2, p1 {
	margin-bottom: 0px !important;
	font-size: 1.3em;
}

#admin_wrapper {
	background-color: #262526de;
	color: #FFF;
	border: 2px solid #cfcfcf29;
	margin: 0 auto;
	padding: 0;
	min-height: 700px;
	height: auto;
	text-align: center;
	position: relative;
	top: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	box-shadow: 5px 5px 15px #cfcfcf82;
	border-radius: 3px;
}

#admin_wrapper h1 {
	color: #fff;
    font-size: 26px;
    padding: 10px 0;
    margin: 0 auto;
    background: #8f2b8a;
}

#admin_wrapper h3 {
    font-size: 14px;
    color: #0d4458;
}

#logo {
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/551/Ignite_logo1.png) no-repeat;
    background-position: center !important;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000 !important;
    width: 100%;
    height: 100px;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
}

/* LOGIN FORM */
form {
display: flex;
flex-direction: column;
position: relative;
top: 10px;
margin: 0;
padding: 50px;
}

form p {
display: flex;
flex-direction: column;
margin: auto;

}

form label {
color: #00263E;
margin-bottom: 7px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-weight: normal;
font-size: 1.5em;
line-height: 2.0em;
}

form .input {
	border-radius: 4px;
	height: 40px;
	width: 300px;
	text-align: left;
	background-color: white;
	font-size: 16px;
	color: #000 !important;
	margin-left: auto;
   margin-right: auto;
}

.forgot_password {
    display: flex;
justify-content: center;
}

.forgot_password p {
text-align: center;
margin-top: 20px;
}

.forgot_password p a {
order: 2;
margin-top: 30px;
text-decoration: none;
text-transform: capitalize;
font-size: 1.1em;
font-weight: 400;
color: #00263E;
}

.forgot_password p a:hover {

text-decoration: underline;
}

form .button {
border: none;
border-radius: 0.125rem; 
margin-top: 0 auto;
width: 230px;
height: 50px;
background-color: #fad200!important;
color: #000 !important;
font-size: 19px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}

form .button:hover {
cursor: pointer;
transition: all .3s ease;
color: #0d4458;
background-color: #fff;
}

.success, .fail, .information, .attention {
position: relative;
text-transform: uppercase;
font-size: 0.9em;
background-color: #00ffff00;
border: 0px solid;
text-align: center;
}

.success {
color: #090;
}

.fail {
color: red;
}

.information {
color: #03F;
}

.attention {
color: #C69E00;
}