.login-input {
	height: 40px; 
	background-color : #f2f2f2; 
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 5px 2px 2px 0px #dddddd;
}

/*input[type=Password] {
          height: 40px;
    			background-color : #f2f2f2; 
    			-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  				-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  				box-shadow: inset 5px 2px 2px 0px #dddddd;
  				
  				}*/
.login-submit {
    /*display:block;*/
    color: white;
    border: none;
    outline: none;
}

.box{
float: right;
width: 100%;
min-height: 380px;
border: 1px solid #6d6e71;
-moz-box-shadow:    inset 0 0 2px #6d6e71;
-webkit-box-shadow: inset 0 0 2px #6d6e71;
box-shadow:         inset 0 0 2px #6d6e71;


}
.box2{  
float: right;
width: 100%;
min-height: 380px;
border: 1px solid #6d6e71;
-moz-box-shadow:    inset 0 0 2px #6d6e71;
-webkit-box-shadow: inset 0 0 2px #6d6e71;
box-shadow:         inset 0 0 2px #6d6e71;

}
.head-box{
  border-bottom: 2px solid #6d6e71;
	/*width: 400px;*/
	color: black;
	font-style:Arial, Helvetica, sans-serif;
	font-size: 35px;
	padding-bottom: 10px;
  text-align: left;

}
.box-separate{
margin: 10px 50px 0 20px;
}


.box-separate .head-box p{
	color: black;
	font-style:Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.text-field{
	font-size: 20px;
  height: 30px;
}

.chkbox{
float: left;
font-size: 18px;

}
.zoolButton{
margin: 10px 0 0 0;
border-radius:4px;
font-size:20px !important; 
color:#fff;
height:40px;
font-weight:bold;
background-color:#701470; 
font-size:18px; 
width:100%;
}
.zoolButton:focus{
color:#fff;
}
.zoolButton:hover{
opacity: .9; 
color:#fff;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top:15px;
  padding-bottom:15px;
  font-size:17px;
}
.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator::before {
  margin-right: .25em;
}
.separator::after {
  margin-left: .25em;
}

.images{
  float:right !important;
 margin:-30px 0 0 0;
}

@media only screen and (max-width: 801px) {
    .box {
        width:100%;
    }
    .box2{
      margin: 10px 0 0 0;
        width:100%;
    }
    .gridmain {
        width:100%;
    }

    .gridright {
        width:100%;
    }
    .zoolButton{
      margin: 10px 0 0 0;
    }
    .chkbox{
float: left;
font-size: 16px;
}
.images{

  margin: 0 0 0 0;
}
}

.formHeaderStyle{
  background-color: #701470;
  color: #FFFFFF;
  height: 40px;
  max-width: 100%;
  vertical-align: middle;
  line-height: 40px;
  font-weight: bold;
}

.labelText{
  color:#808080;
}

.textareaForm { 
  resize:vertical;/*will prevent resizing horizontally*/ 
  min-height:100px;
  max-height:300px;
  overflow-y: scroll; 
}

.borderDivForm{
    -moz-box-shadow: 0 0 2px black;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
}

.paddingForDiv{
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}
/*body{
	
	background-color: red;
}*/