html, body {
    width:100% !important;
    height: 100% !important;
}

body {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25) inset !important;
    padding-top: 5%;
}


a {
    color: #777 !important;
}
p{
    color: #777 !important;
}

a.forgot-pass {
    float: left;
}

a:hover {
    color: #0C82FD !important;
    text-decoration: none !important;
}

.login_wrapper {
    margin-top: 0;
}

.login_form {
    background: #ffffff;
}

.login_content form input[type="submit"] {
    float: none;
    margin: 0;
}

.logo-con {
    text-align: center;
}

.logo {
    display: inline-block;
    width: 300px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
}

.logo img {
    width: 100%;
}

.login_form h2 {
    color: #777;
}
