﻿body {
          background:#37ab2e url(../Images/bg.jpg) repeat-x;
          /*background:#ffff69;*/
        }
        .pagecontent
        {
            width:100%;
            margin: 0 auto;
        }
        .login {
          margin: 40px auto;
          margin-bottom:0px;
          width: 285px;
          padding: 30px 25px;
          /*background: white;
          border: 1px solid #c4c4c4;
          border-radius: 25px;*/

        }
        .login2 {
          margin: 40px auto;
          margin-bottom:0px;
          width: 285px;
          padding: 30px 25px;
          /*background: white;
          border: 1px solid #c4c4c4;
          border-radius: 25px;*/

        }
                
        .QProfile {
          margin: 10px auto;
          margin-bottom:0px;
          width: 92%;
          padding: 30px 25px;
          background: white;
          border: 1px solid #c4c4c4;
          /*border-radius: 15px;*/

        }
        
        .QProfile2 {
          margin: 10px auto;
          margin-bottom:0px;
          width: 80%;
          padding: 30px 25px;
          background: white;

        }
        
        .QProfile3 {
          margin: 10px auto;
          margin-bottom:0px;
          width: 92%;
          padding: 30px 10px;
          background: white;
          border: 1px solid #c4c4c4;
          /*border-radius: 15px;*/

        }
        .QGeneral {
          margin: 5px auto;
          margin-bottom:0px;
          width: 90%;
          padding: 10px 5px;
          background: white;
          text-align:justify;
          font:12px verdana;

        }

        h1.login-title {
          margin: -28px -25px 25px;
          padding: 15px 25px;
          line-height: 30px;
          font-size: 25px;
          font-weight: 300;
          color: #ADADAD;
          text-align:center;
          /*background: #eee;*/
          border-radius: 25px 25px 0px 0px;
 
        }

        .login-input {
          width: 273px;
          height: 35px;
          border: none;
          margin-bottom: 25px;
          padding-left:10px;
          font-size: 15px;
          background:none;
          /*background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;*/
          border-bottom: 1px solid #999;
        }
        .login-input:focus {
            border-color:#6e8095;
            outline: none;
          }
                    
         .profile2-input {
          width: 40%;
          height: 50px;
          margin-bottom: 10px;
          padding-left:10px;
          font-size: 15px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;
        }
        .profile2-input:focus {
            border-color:#6e8095;
            outline: none;
          }
         .profile-input {
          width: 90%;
          height: 50px;
          margin-bottom: 10px;
          padding-left:10px;
          font-size: 15px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;
        }
        .profile-input:focus {
            border-color:#6e8095;
            outline: none;
          }
        .login-button {
          width: 100%;
          height: 50px;
          padding: 0;
          font-size: 20px;
          color: #fff;
          text-align: center;
          background: #2d9649;
          border: 0;
          border-radius: 5px;
          cursor: pointer; 
          outline:0;
        }
        .login-button:hover
        {
            background-color: #54cc74;
        
        }
        .login-button2 {
          width: 100%;
          height: 50px;
          padding: 0;
          font-size: 20px;
          color: #fff;
          text-align: center;
          background: #b52212;
          border: 0;
          border-radius: 5px;
          cursor: pointer; 
          outline:0;
        }
        .login-button2:hover
        {
            background-color: #f05848;
        
        }
        .login-lost
        {
          text-align:center;
          margin-bottom:0px;
          font:13px verdana;
          color:Red;
        }

        .login-lost a
        {
          color:#666;
          text-decoration:none;
          font-size:13px;
        }
        .login-footer{
	        width:100%;
	        margin:0 auto;
	        font:11px/14px verdana;
	        text-align:center;
	        color:#ddd;
        }
        .profile3-input {
          width: 17%;
          height: 30px;
          margin-bottom: 10px;
          padding-left:5px;
          font-size: 15px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;
          text-align:center;
        }
        .profile4-input {
          width: 17%;
          height: 30px;
          margin-bottom: 10px;
          padding-left:5px;
          font-size: 15px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;
        }
        .TotalDisplayBox {
          margin: 10px auto;
          margin-bottom:0px;
          width: 90%;
          padding: 30px 25px;
          background: white;
          border: 2px solid #2d9649;
          border-radius: 15px;
          text-align:center;
        }