.body 
{
    width: 100%;
    min-width: 100%;
}
.login-body
{
    background-color: #cccccc;
}
#lblmsg
{
    color: #a62413;
}

#polaris-logo {
    text-align: center;
    display: block;
    padding-bottom: 35px;
}

#login-form {
    background-color: #dddddd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 380px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    border-radius: 10px;
}

    #login-form > form > p > label
    {
        margin-top: 1em;
    }

    #login-form > form > p
    {
        margin-bottom: 1.5em;
    }

input[type="password"],
input[type="text"],
select
{
    width: 100%;
    margin-bottom: 1em;
}

.language-btn {
    color: #0e5667;
    background-color: #dddddd;
    border-color: #dddddd;
    padding-left: 5px;
}

.language-btn:hover {
    background-color: transparent;
    border-color: transparent;
}

    .language-btn.dropdown-toggle.btn-default {
        background-color: transparent;
        border-color: transparent;
    }

    .language-btn.dropdown-toggle.btn-default:active {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
    }

    .language-btn.dropdown-toggle.btn-default:focus {
        outline: 1px;
        outline-style: solid;
        outline-color:#367888;
    }

input[type="text"]::placeholder {
    color: #767676;
}

@media screen and (max-width: 1023px) {

    footer > div {
        position: static !important;
        margin-top: 22px;
    }

    body {
        min-width: 100%;
        overflow: hidden;
        position: fixed;
        top: 0px;
        width: 100%;
    }

    #login-form {
        width: 300px;
        margin-top: 10px;
    }
}

@media screen and (max-height: 500px) {

    footer > div {
        position: static !important;
        margin-top: 35px;
    }

    body {
        min-width: 100%;
        overflow: scroll;
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    #login-form {
        width: 300px;
        margin-top: 10px;
    }
}