/* LOGIN SCREEN STYLING */
/*html {
  background: url(../images/panorama-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.adv-link {
    text-decoration: none;
    color: #E5362A;
}

.adv-subtitle {
    height: 29px;
    width: 360px;
    color: #414241;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.adv-title {
    height: 52px;
    width: 293px;
    left: 0px;
    top: 90px;
    position: absolute;
    background-color: #E5362A;
    font-size: 38px;
    line-height: 52px;
    color: #FFFFFF;
    padding-left: 22px;
    text-align: center;
}

table.main-content-table {
    height: 100%;
}

div.main {
    background: url(../Images/advbackground.jpg);
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: absolute;
}

div.form {
    margin-top: 0px;
    border-top: 0px solid #808080;
    border-bottom: 0px solid #808080;
    float: none;
}

div.h1 {
	display: none;
}

span#TitleLabel {


	display: none;
}

.loginBox {
    margin-left: 15%;
    margin-top: 220px;
}

.loginBox tr.content:hover {
	background: none;
}

.loginBox label {
	color: #333;
	font-size: 16px;
}

.loginBox input.xd-text {
	width: 380px;
	min-height: 62px;
	border: none;
	border-radius: 0px;
	font-size:16px;
	padding:0px 10px;
}

    .loginBox input.ake-button {
        margin-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
        color: #E5362A;
        font-weight:bold;
        font-size:16px;
        /*border-color: #E5362A;*/
        border: 1px solid #E5362A;
        /*text-transform: uppercase;*/
        min-width: 75px;
        transition: all 400ms ease-out 0s;
        background: none;
        /*background-image: url(../images/addButton.png);
        background-repeat: no-repeat;
        background-position: right;*/
        text-align: left;
        border-radius: 0px;
    }

        .loginBox input:after {
            content: " >";

        }

        .loginBox input.ake-button:hover {
            background-color: #E5362A;
            color:#fff;
        }

div.h1-box
{
	font-size: 24px;
	padding: 6px 10px 6px 6px;
	margin-bottom: 4px;
	color: #666;
	font-weight: normal;
	font-size: 24px;
	text-align: right;
}

div.adv-info {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    border-top: 6px;
    color: #414241;
}

div.ver-info {
    font-size: 16px;
    border-top: 6px;
    color: #414241;
    margin-top: 200px;
}
/* END - LOGIN SCREEN STYLING */



