html,
body {
 background:#CCCCCC;
  height: 561px; 

  text-align:center;/* center all items within body, this property is inherited */

  
font-size: 16px;
    width: 550px;
    margin-top: 33px;
    margin-right: 15px;
}
 body > * { text-align:left;
    height: 438px;
    width: 440px;
} 
     /* left-align the CONTENTS all items within body, additionally
        you can add this text-align: left property to all elements
        manually */
        
/* Bordered form */



form
{
   
  background:#FFFFFF;
  width:auto;
 display:inline-block;
  /* reduces the width of the form to only what is necessary */
 /*  margin-left:50%;
  margin-right:50%; */
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7); 
  position:relative;
  color: #333;
  border-radius:10px;
  /*  top: 49px; */
   
}

/* Centering the content */
.Absolute-Center {
  margin: auto;
  position:absolute;
  top: 0; left: 0; bottom: 0; 
right: 0;}

/* chnaging the max-width value will change the size of white form */
.Absolute-Center.is-Responsive {
  width: 55%; 
  height: 65%;
  min-width:200px;
  max-width: 270px;
  padding: 30px;
} 

/* Style for width of div tags used for Login buttonCompany name in login page */
/* .style1
{
    width: 100%; 
} */


.lblError
{
    color:Red;
}

/* Full-width inputs */
.textbox {
    width:auto;
    padding: 6px 20px;
    margin: 5px 0px;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid red;
    outline: 0;
    box-sizing: border-box;
}
/* Set a style for all buttons */
.button {
    background-color:#003366;
    color: white;
    padding: 6px 20px;
    margin: 8px 0px;
    border: none;
    cursor: pointer;
    width: auto;
    text-align:center;
    
}

/* set a style for lable of company name */
.labelcname
{
    width:auto;    
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align:left;
   margin: 10px 0 12px 0;
    width: 150px;
}

/* Avatar image */
img.avatar {
    width: 100% ;
    border-radius: 0%;
    Left:0%;
    margin-left: 0px;
    height: 150px;
    position:relative;
}

/* Add padding to containers */
.container {
    padding: 40px; /* to put space on both side of content */
    padding-bottom:5px;
    padding-top:5px;
    left:20px;
    width: auto;
}

/* The "Forgot password" text */
span.psw {
    float:left;
    padding-top: 16px;
    font-size: small;
    margin-top:0px;
    height: 1px;
}

.footer
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FF5B5B;
    color: white;
    font-size: small;
    text-align: right;
}
.link
{
    text-align:left
   left:auto;
    font-size:small;
    padding:28%;
  
   
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) 
{
    span.psw {
        display:block;
        float:left;
        left:auto;
        position:relative;
        
    }
    .cancelbtn {
        width:auto;
    }
}