body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      background-color: #d9d9d9;
    /*line-height: 1.4;*/
  }

.A-main {
    background-color: #d9d9d9;
    /* background-color: pink; */
    width: 100%;
}

.A-container {
    position: relative;
    margin: auto;
    background-color: #ffffff;
     /*background-color: tan; */
    width: 800px;
    /*min-height: 800px;*/
}

.A-banner {
    position: relative;
    display: flex;
    background-color: #000000;
    width: 100%;
    height: 70px;
}
            .A-banner-box-a {
                position: relative;
                margin-top: 30px;
                width: 30%;
                height: 35px;
            }
                            .A-banner-box-a p {
                                margin-top: 3px;
                                margin-left: 15px;
                                color: #fff;
                                font-size: 24px;
                            }
                            .A-banner-box-a p span {
                                font-size: 16px;
                            }
                            
.A-filler {
    position: relative;
    display: flex;
    /*background-color: red;*/
    width: 100%;
    height: 70px;
}


.container-A {

    position: relative;
    display: flex;
    margin: auto;
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;*/
    
    /* align-content: center; */
    /* justify-content: center; */
    /* text-align: center; */
     /*background-color: white; */
     /*background-color: green; */
    width: 100%;
    height: 100%;
}

.form-cell {
    position: relative;
    display: block;
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;*/
    margin: auto;
    z-index: 2;
    /*align-content: left;*/
    /*justify-content: center;*/
    /*text-align: left;*/
    /*background-color: white;*/
    /*background-color: gold;*/
    width: 385px;
    height: 645px;
    /*font-family: arial;*/
    /*font-size: 20px;*/
    /*padding: 5px;*/
}

.form-cell-content-cell {
  position: relative;
      transform: translate(-50%, -75%);
    top: 50%;
    left: 50%;
  /*display: list-item;*/
  /*margin: 30px auto;*/
  padding-top: 20px;
  /*padding-bottom: 20px;*/
  width: 90%;
  /*width: 100%;*/
  /*align-content: center;*/
  /*text-align: center;*/
  /*justify-content: center;*/
  font-size: 18px;
  /*background: red;*/
  /*background: white;*/
  border: 1px solid;
  border-color: #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.form-cell-content-cell-closer {
  position: relative;
  margin-top: -20px;
  margin-right: 10px;
  /*display: list-item;*/
  /*margin: 30px auto;*/
  /*padding-left: 20px;*/
  /*padding-bottom: 20px;*/
  width: 100%;
  /*background: lightgrey;*/
  /*align-content: center;*/
  text-align: right;
  /*justify-content: center;*/
  
  color: #000000;
}

.form-cell-content-cell-closer a {
    /*justify-content: center;*/
    font-size: 28px;
  color: #6e6e6e;
  text-decoration: none;
  /*transition: color 0.4s ease;*/
}
















.form-cell-content-cell-header {
  position: relative;
  /*display: list-item;*/
  margin-top: 20px;
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
  width: 100%;
  /*align-content: center;*/
  /*background: pink;*/
  text-align: center;
  /*justify-content: center;*/
  font-size: 18px;
  color: #000000;
}


























.form-cell-content-cell span{
    text-align: left;
    width:100px;
    font-size: 28px;
    /*background: green;*/
}

.form-cell-content-cell-error {
  position: relative;
  
  /*display: list-item;*/
  /*margin: 30px auto;*/
  padding-top: 20px;
  /*padding-bottom: 20px;*/
  width: 100%;
  align-content: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #db0202;
  /*background: red;*/
  /*background: white;*/
}






.form-cell-content {
  position: relative;
  margin-top: 10px;
  /*width: 375px;*/
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  /*background: pink;*/
}



.form-cell-content p.inputname {
    position: relative;
    margin: auto;
    margin-top: 20px;
    /*margin-left: 30px;*/
    /*width: 100%;*/
/*background: yellow;*/
text-align: left;

}
.form-cell-content p.inputname label {
    /*background: green;*/
    padding: 10px;
    text-align: center;
    font-size: 13px;
    /*font-weight: bold;*/
    color: #000000;
}


            .reset-case {
                display: flex;
                justify-content: center;
                position: relative;
                /*background: tan;*/
                height: 60px;
            }
            .reset-cell {
                /*background: lightblue;*/
                position: absolute;
                bottom: 0;
            }
            .reset-cell a {
                font-size: 14px;
                color: #4b8efa;
                text-decoration: none;
            }
            .reset-cell a:hover {
                text-decoration: underline;
            }


















input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin-top: -5px;
  margin-bottom: 25px;
  padding: 0 10px;
  width: 80%;
  max-width: 200px;
  
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;

}





input[type=submit] {
    /*margin-bottom: 25px;*/
  /*padding: 0 18px;*/
  height: 25px;
  width: 80%;
  max-width: 100px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: #000000;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}



.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}





@media (max-width: 804px) {
 .A-container{ 
           width: 100%;
}
body{
background-color: #ffffff;
}

}



@media (max-width: 385px) {
.form-cell-content-cell-header   {
    font-size: 16px;
}
.form-cell {
    width: 100%;
}
.form-cell-content  {
    width: 100%;
} 


  
}



















