@media screen and (max-device-width: 425px) {
    .loginBody {
        font-family: 'Source Sans Pro', sans-serif;
        word-spacing: 0.3px;
        letter-spacing: 0.2px;
        color: #333;
        font-size: 38px;
        font-weight: 700;
    }

    .outer {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .middle {
        display: table-cell;
        vertical-align: middle;
    }
    .login {
        margin: 0px auto;
        width: 440px;
    }
    .login form {
        padding: 30px
    }
    .login input {
        font-weight: 700;
        font-size: 38px;
        font-family: "Source Sans Pro",sans-serif;
        color: #000;
        margin-bottom: 10px;
        margin-top: 5px;
        height: 42px;
        line-height: 42px;
        background: #FFF none repeat scroll 0% 0% !important;
        border: 2px solid #300;
        border-radius: 2px;
        min-width: 220px;
        outline: none;
        padding: 4px;
        background: #EDF6E2 !important;
        max-width: 350px;
    }
    .login button {
        background: rgb(153, 204, 102) !important;
        margin-top: 5px;
        font-size: 38px !important;
    }
    .login #logo {
        background-image: url("/javax.faces.resource/img/logo.png.xhtml?ln=default"); 
        width: 233px;
        height: 44px;
        margin: 95px;
        margin-bottom: 10px;
        transform: scale(1.5);
    }

    .login a {
        text-decoration: none;
        color: #99cc66;
        font-weight: 700;
        letter-spacing: 1px;   
        font-size: 25px;
    }    

}



/*@media screen and (min-device-width: 426px) {

    .loginBody {
        font-family: 'Source Sans Pro', sans-serif;
        word-spacing: 0.3px;
        letter-spacing: 0.2px;
        color: #333;
        font-size: 38px;
        font-weight: 700;
    }

    .outer {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .middle {
        display: table-cell;
        vertical-align: middle;
    }
    .login {
        margin: 0px auto;
        width: 440px;
    }
    .login form {
        padding: 30px
    }
    .login input {
        font-weight: 700;
        font-size: 38px;
        font-family: "Source Sans Pro",sans-serif;
        color: #000;
        margin-bottom: 10px;
        margin-top: 5px;
        height: 27px;
        line-height: 27px;
        background: #FFF none repeat scroll 0% 0% !important;
        border: 2px solid #300;
        border-radius: 2px;
        min-width: 220px;
        outline: none;
        padding: 4px;
        background: #EDF6E2 !important;
    }
    .login button {
        background: rgb(153, 204, 102) !important;
        margin-top: 5px;
    }
    .login #logo {
        background-image: url("/javax.faces.resource/img/logo.png.xhtml?ln=default"); 
        width: 233px;
        height: 44px;
        margin: 30px;
        margin-bottom: 10px;
    }
}*/
