@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@font-face {
  font-family: "IRANSansWeb";
  src: url("../webfonts/IRANSansWeb_Medium.eot"); /* IE */
  src: url("../webfonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), /* IE */
  url("../webfonts/IRANSansWeb_Medium.woff") format("woff"), /* Modern Browsers */
  url("../webfonts/IRANSansWeb_Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
}
*{
    font-family: "IRANSansWeb";
    text-transform: capitalize;
    text-decoration: none;
    outline: none;
    margin: 0; padding: 0;
    box-sizing: border-box;
    text-align: center;
    direction: rtl;
  
}
body{
  background-color: #1c77ff ;
  padding-left: 15%;
  padding-right: 15%;
}
.form{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 22px;
  margin-top: 80px;
  margin-left: 120px ;
  display: block;
  padding-top: 22px;
  padding-bottom: 55px;
}

.header{
  color: #1c77ff;
  font-size: 32px;
  
}
.conect1{
  
  height: auto;
  min-height: 50px;
  background-color: #1c77ff;
  margin-left: 16%;
  margin-right: 16%;
  margin-top: 22px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  align-items: center;
  padding-top: 12.5px;
  
  
  
}
.conect{
padding-bottom: 33px;
}
#conn{
  margin-bottom: 22px;
}
.paragraph{
  color: #1471fc;
  margin-left: 16%;
  margin-right: 16%;
  margin-top: 16px;
}

.paragraph1{
  color: #1d77ffc4;
  margin-left: 16%;
  margin-right: 16%;
}