body {

    font-family: Helvetica, Arial, sans-serif;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
	background-color: #e2e2ff !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-top:5%;
}

header .content-wrapper {
    padding-top: 80px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#navbar{
    display:none;
}

.content-wrapper {
    width: 500px !important;
    background-color: #e2e2ff;
}

/*.main-content {
    padding: 0px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
}
.site-title {
    color: #555;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 400;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #FFF;
    outline: none;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

hgroup.title {
    margin-bottom: 0px;
    padding: 20px;
}

hgroup.title h1 {
    display: inline;
    color: rgb(171, 171, 171);
    font-size: 16px;
    white-space: nowrap;
    font-weight: 300;
}

#loginForm {
    border: none;
    float: none;
    width: 100%;
}

#loginForm form {
    padding: 20px 20px 40px 20px;
    -webkit-box-shadow: 0 3px 18px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 18px -1px rgba(0,0,0,0.2);
}

#loginForm input, #loginForm input[type="submit"] {
    width: 300px;
}

#loginForm input[type="submit"] {
    width: 320px;
}

input[type="submit"], input[type="button"], .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    background: rgb(0,153,204);
    font-weight: 100;
    outline: none;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

input[type="submit"]:not([disabled]):hover, input[type="button"]:not([disabled])
:hover, button:not([disabled]):hover, .btn:hover {
    background: rgba(0, 92, 137, 1);
    text-decoration: none;
    outline: none;
}

input[type="text"], input[type="password"] {

    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    padding: 10px 10px 10px 50px;
    border: none;
    font-size: 16px;
    color: rgb(110, 112, 113);
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    font-weight: 500;
    outline: none;
    background: rgb(236, 236, 236) url(edit.jpg) left no-repeat;
}

input[type="text"]:not([disabled]):hover,input[type="password"]:not([disabled]):hover, input[type="text"]:not([disabled])
:focus,input[type="password"]:not([disabled])
:focus {

    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 11px -3px rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 11px -3px rgba(0,0,0,0.2) inset;
    text-shadow: none;
    outline: none;
}

label {
    color: rgb(110, 112, 113);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

#UserName {
    background: rgb(236, 236, 236) url(user.jpg) left no-repeat;
*/
.field-validation-error {
    color: #0099CC;
    font-weight: bold;
    display: block;
    padding-top: 10px;
}



input[type="text"], input[type="password"] {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    padding: 3px 10px;
    border: 1px solid #ced4da;
    font-size: 13px;
    color: rgb(110, 112, 113);
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
    font-weight: 500;
    outline: none;
    background: white;
}

    input[type="text"]:not([disabled]):hover, input[type="password"]:not([disabled]):hover, input[type="text"]:not([disabled])
    :focus, input[type="password"]:not([disabled])
    :focus {
        -webkit-border-radius: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
        text-shadow: none;
        outline: none;
    }

    input[type="text"]:not([disabled]):focus, input[type="password"]:not([disabled]):focus, textarea:not([disabled]):focus {
        border: 1px solid #ced4da;
    }

footer .content-wrapper {
    background-color: rgba(236, 236, 236,0);
    height: 70px;
    padding: 0px;
    margin-bottom: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

footer p {
    color: #495057;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
}