﻿body 
{
    font-family:Calibri;
    height: auto;
    margin:0;
    width:100%

}
.container
{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #E6E6E6;
    margin: 0;
    min-height: 560px;
}
.header
{
   width: 100%;
    height: auto;
    overflow:hidden;
    
}
.header_inner
{
      width: 100%;
    height: 60px;
      overflow:hidden;
    text-align :center;
    font-weight:normal;
    margin:0 auto
  
  }
.header_inner h1
{
    color: #000000;
    text-align: center;
    font-weight: normal;
}
    .content_container
{
    width: 800px;
    overflow: hidden;
   border-radius: 3px;
    padding: 62px 32px 30px 18px;
    display: block !important;
    background-color: #DEDEDE;
     min-height:560px;
     margin:0 auto;

   
}
    .content_container input[type="label"]
    {
        font-weight:bolder;
        color:White
       
    }
    .login
    {
        width: 384px;
        height: auto;
        overflow:hidden;
        background-color:#DEDEDE !important;
        border:1px solid #ccc;
        border-radius:3px;
        padding:20px;
        margin-bottom:50px;
        display:block !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
 .login table
    { 
     
    height: auto;
        margin:0 auto;
        padding:2px;
    

}
.login table tr
{
    min-height:40px

}

    .login table tr td
    {
        color:#000;
       
        
    }
      .login table tr td input[type="text"]
      {
        width:245px;
        height:25px;
        background-color:transparent;
        border:1px solid #000000;
        border-radius:4px;
        border:1px solid rgba(111, 110, 110, 0.38);
        font-family:Calibri;
        font-size:12px;
        padding:0 0 0 10px;
        color:#000
        
        
      }
       .login table tr td select
      {
            font-family:Calibri;
        font-size:12px;
        padding:0 0 0 10px;
         color:#BBA9A9 !important;
     width:255px;
        height:26px;
        background-color:transparent;
        border:1px solid #000000;
        border-radius:4px;
        border:1px solid rgba(111, 110, 110, 0.38)
      }
      .login table tr td textarea
      {
            font-family:Calibri;
        font-size:12px;
        padding:0 0 0 10px;
       
        width:280px;
        height:50px;
        background-color:transparent;
        border:1px solid #000000;
        border-radius:4px;
        border:1px solid rgba(111, 110, 110, 0.38);
        margin: 0px;
      
        
      }
      .login table tr td select:active
{
    color: #000000 !important;
    font-size: 15px;
}
.login table tr td select:focus
{
    color: #000000 !important;
    font-size: 15px;
}
.btn_login
{
    
     border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #4CAF50;
     border-radius: 3px;
     float:none;
    padding: 5px;
    color: #fff;
    font-size:20px;
    cursor:pointer;
    font-weight:normal;
    margin:0 auto
}

