
body{
    background: none repeat scroll 0 0 #FBFBFB;
}

.login{
    width: 400px;
    margin: auto;
    margin-top: 20px;
}

.login form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    margin-left: 8px;
    padding: 26px 24px 46px;
}

#label-username, #label-password{
    color: #777777;
    font-size: 14px;
    font-family: sans-serif;
}

.login form .input {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 100%;
}


.login-button{
    background: url("../../sources/images/login-rahmen.png") no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 35px;
    width: 45px;
    margin-left: 300px;
}

.admin-container{
    float: left;
    width: 100%;
    padding-top: 40px;
    height: 100%;
    position: relative;
    z-index: 100;
    background-color: white;
}

.admin-form{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 900px;
    margin: auto;
}

.admin-container input{
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 100%;
}

.admin-container select{
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 101%;
}

.admin-container textarea{
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 24px;
}
