root {
    display: block;
    height: 100%;
}

html {
    height: 100%;
}

body {
    font-family: "segoe ui", tahoma, geneva, kalimati, sans-serif;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-position: center center;
}

a {
    color: #fff;
}

a:hover {
    color: #ccc;
}

.login_password {
    color: #FFF;
}

.login_password:hover {
    color: #FFF;
}

#loginLayout {
    height: 100%;
    display: inline-table;
    color: #fff;
    width: 400px;
    float: left;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
}

div#wrapper {
    width: 300px;
    margin: 0 0 0 50px;
}

div.logo {
    width: 100%;
    margin: 70px 0 50px 0;
}

div.form_element {
    margin-top: 20px;
}

.form_element dt {
    font-size: 20px;
}

.form_element dd {
    margin: 5px 0;
}

.form_element input[type="text"], .form_element input[type="password"] {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #666;
    height: 25px;
    padding: 5px;
    font-size: 16px;
    width: 250px;
    color: #666;
    -moz-box-shadow: inset 1px 1px 5px #666;
    -webkit-box-shadow: inset 1px 1px 5px #666;
    box-shadow: inset 1px 1px 5px #666;
}

.snep-login {
    background-color: #f26c45 !important;
    border-color: #f26c45 !important;
}

.snep-login>input {
    background-color: transparent;
    border: 0px;
}

#powered {
    font-size: 13px;
    display: table;
    width: 100%;
    margin-top: 100px;
    text-align: center;
    color: #fff;
}

.powered-icon {
    text-align: center;
}