body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      background-color: #d9d9d9;
    /*line-height: 1.4;*/
  }
  
#usernameFeedback {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
} 
  
  
  
  
  
  
  
  
  

.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 {
z-index: 2;
    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%;
}
.spacer10 {

     /*background-color: tan; */
    width: 100%;
    height: 100px;
}





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

.form-cell-content-cell {
  position: relative;
  display: block;
  
    /*  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: 10px;
  margin-bottom: 30px;
  /*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: center;
    width:100px;
    font-size: 12px;
    color: #FF0000;
    /*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: 10px;
    /*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;
            }



















:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

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

input[type=text], input[type=password] {
  margin-top: -5px;
  margin-bottom: 15px;
  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;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] {
    margin-bottom: 25px;
  /*padding: 0 18px;*/
  height: 29px;
  width: 80%;
  max-width: 200px;
  
  
  
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  /*text-shadow: 0 1px #e3f1f1;*/
  background: #2e79f2;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 3px;
  outline: 0;
    cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*background-image: -webkit-linear-gradient(top, #2e79f2, #cde5ef);*/
  /*background-image: -moz-linear-gradient(top, #2e79f2, #cde5ef);*/
  /*background-image: -o-linear-gradient(top, #2e79f2, #cde5ef);*/
  /*background-image: linear-gradient(to bottom, #2e79f2, #cde5ef);*/
  /*-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);*/
  /*box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);*/
}

input[type=submit]:active {
  background: #2e79f2;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  /*-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);*/
}

.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%;
} 
/*.form-cell-content p.inputname {*/
/*    margin-left: 5px;*/
/*}*/


/*input[type=text], input[type=password] {*/
/*  width: 70%;*/
/*}*/
/*input[type=submit] {*/
/*  width: 70%;*/
/*}*/




  
}



















