﻿html, body, form
{
  height: 100%;
  width:100%;
   margin: 0;
   padding: 0;
   border: none;
 
}

body   
{  
    font-size: 12px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;  
    color: #FFFFFF;
      background: #c51486;
    text-align:center;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


img
{
	border: none;
}


/*--------------------------------------------------------*
Login Page
----------------------------------------------------------*/
.loginpage
{
    background-color: #ec0392;
    width: 100%;
    min-height:100%;
    /*margin: 0 auto;*/
}


.loginpage-upper
{
    width: 100%;
    height: 300px;
    background-color: #c20b7b;
}

.loginpage-upperbox
{
    margin: 0 auto;
    width: 800px;
    height: 300px;
     position: relative;
}

.logotext
{  
        
    /*background: url('images/dsstext.png');*/
    width: 300px;
    height: 29px;
    position:absolute;
    bottom: 0;
    left: 0;
}


.loginpage-lower
{
    width: 100%;
    height: 200px;
}

.loginpage-lowerbox
{
    margin: 0 auto;
    width: 800px;
    height: 200px;

     position: relative;
}


.logo
{
    /*background: url('images/dsslogo.png');*/
    width: 148px;
    height: 179px;
     
    position:absolute;
    Top: 0;
    left: 0;
}


.loginboxcontainer
{
    float: right;
    width: 300px;
    height: 200px;
    
     position: relative;
}


.loginbox
{
    color: #fff;
    text-align: left;
    width: 246px;
    font-size: 15px;
    height: 150px;
    font-weight: normal;

    position:absolute;
    Top: 0;
    left: 0;
}



td
{
    padding: 0;
}

.footer
{
    position: fixed;
    overflow: hidden;
    bottom: 10px;
    right: 10px;
    color: #fff;
}

