#admin_wrapper {
    width: 400px;
    margin: 150px 50px 50px;
    padding: 30px 30px 30px;
    border: 1px solid #fff;
    min-height: 350px
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.logo {
    margin-top: -30px;
    margin-bottom: 30px
}

#logo {
    width: 300px;
    height: 100px;
 background:url(https://static.activecarrot.net/images/586/PSACLogocopy.jpg)
}


h2 {
    font: 400 18px Arial, Helvetica, sans-serif;
    color: #007fa0;
    font-size: 18px;
    font-weight: 700;
}

#admin_wrapper h2 {
    margin-left: 20px;
    margin-bottom: 30px
}

#admin_wrapper h3 {
    font-size: 14px;
    color: #007fa0
}

.alpha60 {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 100);
}

#admin_wrapper h1 {
    font-size: 20px;
    padding: 3px 0;
    margin: 0
}

body { 
background: url(https://secure.activecarrot.com/media/dynamic/static_images/586/PYT5_015.JPG) no-repeat center center fixed; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover; 
}

.attention, .fail, .information, .success {
    margin-top: 8px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 10px 10px 40px;
    height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px
}

.success {
    background-color: #E3FFDF;
    border: 1px solid #97FF88;
    color: #090;
    background-image: url(../images/admin/accept.png)
}

.fail {
    background-color: #FFE1E1;
    border: 1px solid #FF9595;
    color: #C30;
    background-image: url(../images/admin/cancel.png)
}

.information {
    background-color: #D7DFFF;
    border: 1px solid #93A8FF;
    color: #03F;
    background-image: url(../images/admin/information.png)
}

.attention {
    background-color: #FFFBCC;
    border: 1px solid #FFF35E;
    color: #C69E00;
    background-image: url(../images/admin/error.png)
}

.close-notification {
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../images/admin/close.png) no-repeat;
    top: 5px;
    right: 5px;
    cursor: pointer
}

form {
    margin-left: 20px
}

form label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    color: #007fa0;
    text-shadow: 0 1px 0 #fff
}

form p {
    padding: 0;
    margin: 0
}

form p a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize
}

form .input {
    border: 1px solid #CCC;
    padding: 7px;
    background-color: #007fa0;
    width: 250px;
    margin: 0;
    color: #fff;
}

form select {
    padding: 0;
    margin: 0
}

form .button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #007fa0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color:  #fff;
    min-width: 80px;
    : float-right
}

form .select {
    width: 20%;
    padding: 2px;
    margin: 0
}

background: 
input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #000000
}

.forgot_password p a {
    font-size: 12px
}