html{
    height: 100%;
}

body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4F5155;
    background: url('/img/OffsetApplied.jpg');
}


.loginform{
    width:250px;
    margin:50px auto;
    padding:15px 20px;
    background:#f5f5f5;
    background-color:rgba(245,245,245,0.95);
    border-radius: 10px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.4);
}


.centerdiv{
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-125px;
    margin-top:-125px;
}

input[type="submit"], button, input[type="button"]{
    background: -webkit-gradient(linear, left top, left bottom, from(#BCBCBE), to(white));
    background: -moz-linear-gradient(top, #BCBCBE, white);
    padding: 5px 15px;
    font-weight: bold;
    color: #333;
    border: none;
    border-radius: 4px;
    text-shadow: 0 1px 1px white;
}


input[type="text"], input[type="password"], textarea, select{
    border:1px solid #ccc;
    padding:4px 0;
    border-radius: 5px;
    box-sizing:border-box;
}

.loader{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    z-index: 999999;
    display: none;
}

.loader .center, .search_loader .center{
    width:150px;
    height: 150px;
    position: absolute;
    margin-left:-75px;
    margin-top:-75px;
    left:50%;
    top:50%;
    text-align: center;
}

