﻿body {
}
.header_right {
    width: 15%;
}
.profile_details ul li {
    list-style-type: none;
}
.logo {
    float: left;
    margin: 0.5em 0;
}
.content {
    padding: 0.5em 2em 1em;
}
div#page-wrapper {
    padding: 2em 2em;
}
.sign-in-wrapper {
    background: #f9f9f9;
}
.sign-in-form {
    width: 49%;
    margin: 2em auto 4em;
}
.sign-in-form-top {
    background: url(../images/3.jpg) no-repeat 0px 15px;
    display: block;
    min-height: 150px;
    padding: 3em 0 0;
    text-align:center;
    color:White;   
}
.signin {
    padding: 2em;
    position: relative;
    background: #fff;
    width:635px;
}
.signin-rit {
    padding: 0.3em 0em 0em 0em;
}
span.checkbox1 {
    float: left;
    width: 43%;
}
.checkbox1 {
    font-size: 0.85em;
    font-weight: 300;
}
.signin .checkbox {
    position: relative;
    font-size: 1em;
    font-weight: normal;
    color: #999;
    padding: 0em 0.5em 0em 2em;
    width: 200px;
}
.signin .checkbox {
    margin-bottom: 4px;
    font-size: 1.2em;
    line-height: 27px;
    cursor: pointer;
}
.checkbox {
    position: relative;
    top: -3px;
    margin: 0 1rem 0 0;
        margin-bottom: 0px;
    cursor: pointer;
}
.signin .checkbox input {
    position: absolute;
    left: 0px;
    margin-left: 0;
    top: 3px;
}
.signin-rit p {
    float: right;
    width: 30%;
    font-size: 1em;
}
.signin-rit p a {
    color: #999;
}
.log-input-left {
    float: left;
    width: 90%;
}
.log-input input.user {
    background: url(../images/user.png)no-repeat 8px 10px #fff;
}
.log-input input[type="text"], .log-input input[type="password"] {
    font-size: 0.95em;
    padding: 10px 15px 10px 37px;
    width: 98%;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 0em 0em 1.5em 0em;
    border-style: solid;
}
.log-input input.lock {
    background: url(../images/lock.png)no-repeat 8px 10px #fff;
}
.sign-in-form-top p span {
    color: #8BC34A;
}
.sign-in-form-top p {
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    margin-right:210px;
    
}
.sign-in-form input[type="submit"] {
    font-size: 1.1em;
    color: #fff;
    background: #00ACED;
    border: none;
    padding: 0.7em 1em 0.7em 1em;
    width: 88.5%;
    margin-top: 0.5em;
    display: block;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}