:root {
        --body_gradient_left:#7200D0;
        --body_gradient_right: #C800C1;
        --form_bg: #ffffff;
        --input_bg: #E5E5E5;
        --input_hover:#eaeaea;
        --submit_bg: #1FCC44;
        --submit_hover: #40e263;
        --icon_color:#6b6b6b;
    }
	
* {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
	
	body{
margin: 2% 0px;
padding:0px;
text-align:center;
background-repeat: no-repeat;
background-size: cover;
}

.login-form {
	margin:5% auto 0% auto;
 	
}

.login-form1 {
	margin-top: 2%;
	margin-right: 100px;
	color: black;
}
	

.header_top{
	position:top;
	margin:0;
    padding:0;
	background-size: cover;
}


.admnalgn{
	margin-left: 50px;
}



.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;  
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 5;
  left: 0;
  background-color: rgba(255,255,255,0.3);
}

.wrap-login100 {
  width: 500px;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 55px 37px 55px;

  background: #9152f8;
  background: -webkit-linear-gradient(top, #7579ff, #b224ef);
  background: -o-linear-gradient(top, #7579ff, #b224ef);
  background: -moz-linear-gradient(top, #7579ff, #b224ef);
  background: linear-gradient(top, #7579ff, #b224ef);
}

.wrap-login100usr {
  width: 600px;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 55px 37px 55px;
  background-image: url('images/usergrbak.jpg');
 }


.login100-form-logo {
  font-size: 60px; 
  color: #333333;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login100-form-title {
	margin-top:10px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
}


.lmstitle {
	margin-top:10px;
  font-family: Poppins-Medium;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
}


fieldset {
    border: none;
  }


.input-container {
	margin-top:30px;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}


.icon {
  padding: 5px;
  background: white;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 5px;
  outline: none;
  font-size: 20px;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

  
 .button input {
    outline: 0;
    font-size: 25px;
	letter-spacing: 0.1em;
    background-color: #FC7148;
    
    border: none;
    border-radius: 2px;
    width: 200px;
	height: 50px;
    align: center;
    margin: 3em auto;
    display: block;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    &:hover {
      border-bottom-color: darken(#FC7148, 25);
    }
  }


 .buttonusr input {
    outline: 0;
    font-size: 25px;
	background-color: #ccff99;
    border: none;
    border-radius: 2px;
    width: 200px;
	height: 50px;
    align: center;
    margin: 3em auto;
    display: block;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    &:hover {
      border-bottom-color: darken(#FC7148, 25);
    }
  }

.admnindx ul li{
      font-size: 40px;
	  font-family: "Times New Roman";
	  color: black;
	  text-align: left;	  
	  margin-left: 50px;
}

.admnindx ul li a{
      font-size: 30px;
	  font-family: "Times New Roman";
	  color: black;
	  text-align: left;
	  margin-left: 50px;
	  
}


.viewinput-field input{
   width:10%;
   outline: none;
  font-size: 20px;
   margin-top: 50px;
}

.viewbutton input {
	outline: 0;
    font-size: 25px;
	color: white;
	letter-spacing: 0.1em;
    background-color:#b30059;
    border: none;
    border-radius: 2px;
    width: 100px;
	height: 50px;
    align: center;
    margin: 1em auto;
    display: block;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    &:hover {
      border-bottom-color: white;
    }
}

.tabledata{
	margin-left: 200px;
	align: center;
	font-size: 15px;
	
}

.tabledata th{
font-size: 15px;	
 font-family: "Times New Roman";
}

.tabledata td{
font-size: 15px;	
 font-family: "Times New Roman";
}



