@import url('https://fonts.googleapis.com/css?family=Khula');
body {
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/1194/1194_Background_Logo_Small.jpg");
    background-size:100%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    font-family: "Roboto", sans-serif;
}    
#logo {
    /*background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/1194/1194_Background.jpg");
    background-size: 100%;
    opacity: 0.6;
	margin-left: 0px;
    margin-top: 0px;
    width: 300px;
    background-repeat: no-repeat;*/
    /* background: none; */
    display: none;
}
#admin_wrapper {
    margin: 250px auto 0;
    padding: 20px 20px 20px 20px;
    border: 1px solid #CCC;
    min-height: 350px;
}
.alpha60 {
    background: #FFFFFF;
    margin-bottom: 50px;
    opacity: 1;
}
form label {
    color: #4A4A4A;
    font-size: 18px;
}
.forgot_password p a {
    font-size: 14px;
}
#username{
    background: none repeat scroll 0 0 transparent;
    font-family:inherit;
    font-size: 16px;
}
form {
    margin-left: 40px;
    margin-top: 50px;
}
form .button {
    width: auto;
    font-size: 18px;
    font-family:inherit;
    font-weight: bold;
    padding: .4em .4em .4em .4em !important;
    border: none;
    background: #F5F5F5;
    color: #4A4A4A;
    cursor:pointer;
    border-radius:0px;
}
form .button:hover {
    background: #b3d4fc;
    color: #4A4A4A;
    cursor:pointer;
    border-radius:0px;
}