body {margin:0; padding:0;}
.loginBox {width: 98%;}
.loginHeader {width: 100%; text-align: center; padding: 20px 0; padding-right: 2% }
.loginForm {margin: 0 auto; padding: 0;  width: 600px;}
.formInner {width: 500px; margin: 0 auto;}
.container {z-index: -1; position: absolute; top: 0; background: url("/images/noise.jpg") repeat; height: 100%; width: 100%;}
.intercom-modal-message-container {
    background: white;
    position: absolute;
    top: 50%;
    /* padding: 101px; */
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 28px;
    border-radius: 12px;
    font-size: 18px;
}
.action-holder-div {
    cursor: pointer;
}

a {
    text-decoration: none;
    color:black;
    outline: none;
    border: none;
}

a img {
    border: none;
}

.formInner p {display:none;}

input {
    background-color: white;
    border: none;
    color: #333;
    padding: 10px 10px 10px 35px!important;
    font-size:15px;
    color:#666;
    margin: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 455px;
}

input#loginButton {
    width: 90px;
    height: 40px;
    padding:10px!important;
    background: #ef444d;
    background-repeat: no-repeat;
    color: white;
    font-size: 16px;
    position: relative;


}
#remember_me {
    width: 22px;

    height: 16px;
    position: relative;


}

#remember_me_label{
    padding-left: 0px;
    color : wheat;
}


#updateCon {
    font-size: 13px;
    margin-top:-30px
}
#updateCon .rt {
    margin-left:80px;
    height:40px;
}
#updateCon img {
    float: left;
    margin-left: 10px;
    margin-top: -5px;
}

div#messages {
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 99999;
    position:fixed;
    padding: 0;

}

div#messages p
{display:block; width:100%; background:#fff; padding: 15px ; text-align:center;margin:4px 0 0;}

div#messages p {
    padding: 15px;
    text-align:center;
    font-size: large;
}


body {
    font-family: Tahoma, Arial, sans-serif;
    background: url('/images/background_5.png');

    background-repeat: no-repeat;

}

html {

    font-family: Tahoma, Arial, sans-serif;
}

.username {background: url("/images/username.jpg") 10px 10px no-repeat #fff!important;}
.password {background: url("/images/password.jpg") 10px 10px no-repeat #fff!important;}


#updateCon
{
    background: #fff;
    width: 581px;
    border-radius: 5px;
    margin: 10px auto 15px;
    padding: 10px;
    font-size: 13px;
}

#updateCon p {font-size: 12px; text-align: center; padding-bottom: 10px;}

#overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

#advert {
    background-image: url('/images/bg.png');
    position: absolute;
    top:20px;
    bottom:20px;
    margin-left: -400px;
    left:50%;
    z-index:9999;
    width:800px;
    border:1px solid #fff;
    text-align:left;
}

#scrolltext {
    overflow-y: scroll;
    padding: 15px;
    position: absolute;
    top:40px;
    bottom:20px;
    margin-left: -400px;
    left:50%;
    z-index:9999;
    width:760px;
    border:1px solid #fff;
    text-align:left;
}

#close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
}
#close2 {
    position: relative;
    float:right;
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
}

h2 {
    color: red;
    font-size: 32px;
}
h3 {
    font-size: 24px;
}

.red {
    color: red;
}

p {
    font-size: 14px;
}

b {
    font-size: 19px;
    padding: 5px 5px 5px 0;
}

.close {
    position: relative;
    right: -20px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    top: -98px;
}

.close:hover,
.close:focus {
    color: #ff1f11;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    #resetPasswordButton {
        float: left;
        width: 100%;
        height: 40px;
        color: white;
        background: #ef444d;
    }
    #Panelbody{
        padding: 5px;

    }
}

.formText{
    font-size: 15px;
    color : white;
}

 /*[if lt IE 9]*/
#updateCon {display:block!important;}