body{
    background:#f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   margin:0px;
  }
#div1{
    background: #fff;

	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin: 8% auto 0;
	position: relative;
    top:80px;
  z-index: 1;

	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: none;
    display:flex;
    flex-direction: column;
}
#input1{
    position:relative;
  padding:7px;
  border-radius:0px;
  font-size: 120%;
  outline:none;
  border-style:solid;
  border-top: 0px;
  border-bottom:0px;
  border-right:0px;
  border-width:7px;
  background:rgb(231, 231, 231);
  border-color: orange;
  transition:0.2s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#input1:focus{
    border-color:dodgerblue;
    transform:scale(1.08)
}
#input1:active{
    background-color: #f0f0f0;
    transform:scale(0.84)
}
#button{
    border-radius:20px;
				outline:none;
  border-style:solid;
  border-width:0px;
  background:dodgerblue;
  padding: 12px;
  width:30%;
  color:white;
  cursor:pointer;
  font-size:150%;
  transition:0.13s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#button:active{
    transform:scale(0.84)
}
#logo11{
    font-size:140%;
    position: relative;
    text-align: center;
    font-size: 200%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color:#575757
}
::placeholder{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
/* Global Loader Fix */
#loader {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -25px !important;
  margin-left: -25px !important;
  z-index: 9999 !important;
}
