/*
Author: Javed Ur Rehman
Website: https://www.allphptricks.com/
*/

html {
  width: 100%;
  height: 100%;
}



.form1 {
  z-index: 15;
  position: relative;
  background: #D3F5F9;
  width: 600px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 100px auto 10px;
  overflow: hidden;
}


