

body {
    margin: 0px;

    margin-left: 0;
    margin-right: 0;
    text-align: left;
    background-image: url('/images/vhome/bground.jpg');
    background-repeat: no-repeat;
    font-family: 'AccordAlt-Regular Regular', 'AccordAlt-Regular';
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


#base {
    position: relative;
    z-index: 0;

    padding-bottom: 100px
}

#headerbox {
    margin: 40px auto 0 auto;
    width: 798px;
    height: 248px;
    position: relative;

    background-image: url('/images/vhome/logoname.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
#headertext {
    position: absolute;
    left: 180px;
    top: 150px;
    width: 356px;
    white-space: nowrap;

    font-weight: 400;
    font-style: normal;
    font-size: 34px;
}

#liform {
    margin: auto;
    width: 540px;
    height: 210px;
    position: relative;
}

#liform label {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #04073C;
    width: 124px;
    display: inline-block;
}
#liform label img {
    position: relative;
    top: 8px;
    height: 20px;
}

#liform input {
    width: 272px;
    height: 32px;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    border-width: 1px;
    padding: 1px 4px ;

    height: 22px;
}

#transition {
    position: absolute;
    top: -40px;
    background-color: #1644aa;
    padding: 5px 10px 10px 10px;
    color: white;
    width: 100%;
}
#transition h3 {
    text-align: center;
    font-size: 22px;
}
#transition a {
    text-align: center;
    color: #6facf7;
    display: block;
}
a#transclose {
    text-align:right;
}

div.err-msg {
    width: 800px;
    margin: 0px auto;
}
.err-msg{
    color: red ;
    text-align: center;
}


.rc-err {
    background-color: red;
    color: white;
    padding: 4px;;
    margin : 4px 0;
}
.success {
    background-color: #749eff;
    color: white;
    padding: 4px;;
    margin : 4px 0;
}

input#login {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7c3f2+0,2989d8+60,ccdae5+100 */
    background: rgb(167, 195, 242); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(167, 195, 242, 1) 0%, rgba(41, 137, 216, 1) 60%, rgba(204, 218, 229, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(167, 195, 242, 1)), color-stop(60%, rgba(41, 137, 216, 1)), color-stop(100%, rgba(204, 218, 229, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(167, 195, 242, 1) 0%, rgba(41, 137, 216, 1) 60%, rgba(204, 218, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(167, 195, 242, 1) 0%, rgba(41, 137, 216, 1) 60%, rgba(204, 218, 229, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(167, 195, 242, 1) 0%, rgba(41, 137, 216, 1) 60%, rgba(204, 218, 229, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(167, 195, 242, 1) 0%, rgba(41, 137, 216, 1) 60%, rgba(204, 218, 229, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7c3f2', endColorstr='#ccdae5', GradientType=1); /* IE6-9 */

    /*text-align: center;*/
    font-size: 15px;
    width: 300px;
    color: white;

    height: 20px;
    font-size: 13px;
    width: 283px;
}


#login-center-outer {
    width: 40% ;
    margin: 0 auto ;
}

.fpass {
    display: none;
}

.fpass span {
    font-size: 17px;
    font-weight: 400;
    display:inline-block;
    width: 300px;;
    /*text-align: center ;*/
}

#infomsg {
    margin: 60px auto 0 auto;
    /*width: 650px;*/
    width: auto ;

    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    position: relative;
    text-align: center;
}

#footer {
    /*width: 100%;*/
    height: 144px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer-text {
    /*width: 780px;*/
    margin: 0 auto;
    text-align: center;
}
@media ( max-height: 740px ){
    #footer {
        /*display: none ;*/
    }
}