/*CUSTOMER LOGIN*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	    font-family: 'Arial', 'sans-serif' !important;
	color: #00263E;
}

body {
     background: url('https://secure.activecarrot.com/media/dynamic/static_images/1349/Untitled-4.jpg') no-repeat center center fixed;
     background-size: 100%;
     background-color: #fff;
 }

.customer_login_message h8 {
    text-align: center;
    font-size: 18px;
 
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-family: 'Arial' !important;
}
.customer_login_message {
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
       margin-top: 15px !important;
    font-weight: bold;
    font-family: 'Arial' !important;
}

#admin_wrapper {
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 0;
	height: 760px;
	width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	box-shadow: 0px;
	text-align: center !important;
	}

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

#admin_wrapper h2 {
    font: 400 18px Arial,Helvetica,sans-serif;
    color: #b41b0f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
background: url("https://secure.activecarrot.com/media/dynamic/static_images/1349/UniTas_BM_P_Pos_RGB.jpg") no-repeat;
background-size: 250px;
background-position: center;
height: 200px;
width: 200px;
padding: 10px;
}

/* LOGIN FORM */
form {
display: flex;
flex-direction: column;
margin: 20px 0 0 0;
}

form p {
display: flex;
flex-direction: column;
align-items: center !important;
justify-content: center !important;
margin: 0px;
}

form label {
color: #00263E;
margin-bottom: 7px;
text-align: center;
font-weight: bold;

}

form .input {
border-radius: 4px;
height: 40px;
width: 300px;
text-align: center;
background-color: white;
font-size: 14px;
	color: #00263E;
}

/* AUTOCOMPLETE */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: 1px solid #ccc;
-webkit-text-fill-color: black;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}

.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: 0.9em;
font-weight: 400;
color: #00263E;
}

.forgot_password p a:hover {
color: #1b144f;
font-weight: bold;
transition: all .3s ease;
}

form .button {
	border: 0px solid #b41b0f;
	border-radius: 4px;
	margin-top: 0 auto;
	width: 250px;
	height: 45px;
	background-color: #e32213;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-left: auto;
	margin-right:  auto;

	}

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

.success, .fail, .information, .attention {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 12px;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.8em;
	background-color: #00ffff00;
	border: 0px solid;}

.success {
color: #090;
}

.fail {
color: red;
font-size: 14px;
padding: 0px
margin: 0px important;
}

.information {
color: #03F;
}

.attention {
color: #C69E00;
}

/* CHANGE PASSWORD*/

#admin_wrapper > form > div {
	width: 460px !important;
	border: none;
	font-size: .8em !important;
	text-align: justify;
	overflow: hidden !important;
}

#admin_wrapper > form > #text {
	text-align: center !important;
}