body {
    min-height: 480px;
    min-width: 640px;
    background: #444444 url("../images/irongrip.png") repeat scroll 0 0;
    padding-bottom: 40px;
    padding-top: 40px;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.LoginLayout {
    height: 100%;
    text-align: center;
}

.login_panel {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    text-align: center;
    border-top: 0 none;
    border-radius:5px;
    padding: 0px 20px 20px;
    margin-top:100px;
    background-image: url(../images/noise.png);
    background-repeat: repeat;  
    background-color: #ffffff;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}


.login_panel .header {
    height: 120px;
    width:120px;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    background-attachment: scroll;
    background-color: #F8F8F8;
    border-radius:100px;
    border: solid 1px #CCCCCC;
    box-shadow: 1px 2px 2px #DDDDDD inset;
    background-image: url(../images/logo_small.png);
    background-repeat: no-repeat;
    background-position: center;
}

form {
    margin: 0;
    margin-top:10px;
}

form p{
    color: #777777;
}


.login_panel #email {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 1px #DDDDDD inset;
}
.login_panel #password {
    border-radius: 0 0 4px 4px;
    border-width: 1px;
}

.login_panel .fieldset .input {
    margin-bottom: -1px;
    padding: 10px 10px 10px 5px;
}



hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
}




.login_panel .fieldset .input {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 4px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-sizing: border-box; 
}

.login_panel .fieldset .input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}



.login_panel .buttons {
    margin-top: 20px;
    padding: 0;
}


.login_panel .buttons .button {
    background: none repeat scroll 0 0 #337ab7;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-size: 12pt;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px 0 #4D759B;
    width: 100%;
    cursor: pointer;
}


.buttons .button:hover {
    background: none repeat scroll 0 0 #286090;
    border-color: #204d74;
}

.error_modal {
    background-image: url(../images/error%20img.png);
    background-repeat: repeat-x;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    height: 40px;
    position: fixed;
    top:0;
    left:40%;
}

.alert_modal {
    background-image: url(../images/alert%20img.png);
    background-repeat: repeat-x;
    border: 1px solid #FED22F;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    height: 40px;
    position: fixed;
    top:0;
    left:40%;
}

