.loginBtnDiv{
    margin-top: 15px;
}

.field-icon {
    float: right;
    /*margin-left: -30px;*/
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

div.ui-growl {
    left: 50%;
    right: 0;
    font-size: 0.465em;
    margin-left:-150px;
}

/*@media only screen and (max-width: 420px) {*/
    /*html{*/
        /*font-size: 18px;*/
    /*}*/
    /*#loginStatus{*/
        /*font-size: 12px;*/
    /*}*/
/*}*/

/*@media only screen and (max-width: 320px) {*/
    /*html{*/
        /*font-size: 20px;*/
    /*}*/
/*}*/

.homeBg{
    background: url("") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.alertNotificationBar{
    /*font-family: "Helvetica Neue", Arial, sans-serif;*/
    padding: 4px;
    background-color: #ff6f03;
    color: white;
    -webkit-box-shadow: 10px 10px 9px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 9px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 9px -9px rgba(0,0,0,0.75);
}