@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf'); /* IE9 Compat Modes */
}

/* use the font */
body *{
  font-family: 'Roboto', sans-serif;
}

body {
  font-family: Roboto;
  padding: 0;
  margin: 0;
  background: url('../imgs/bg.png');
}

.div1 {
  background: #509E2F;
  display: flex;
  align-items: center;
}

.div1 .group {
  position: relative;
}

.intersect {
  position: absolute;
  background: url('../imgs/Intersect.png');
  transform: matrix(-0.99, -0.16, -0.16, 0.99, 0, 0)
}

.introduce-group {
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
}

.introduce {
  position: absolute;
  left: 220px;
  top: 225px;
  font-style: italic;
  font-weight: 500;
}

.introduce1 {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 220px;
}


.logo {
  margin-top: 135px;
  margin-bottom: 76px;
}

.form {
  padding: 65px 48px;
  width: 520px;
  height: 538px;
  background: #FFFFFF;
  box-shadow: 2px 2px 16px rgba(81, 81, 81, 0.15);
  border-radius: 20px;
}

.form .title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.form .text1 {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 39px;
}

.form .text2 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.pwd-container {
  position: relative;
}

.pwd-container img {
  position: relative;
}

.cosmote-input {
  height: 40px;
  margin-bottom: 8px;
}

.register-btn {
  width: 139px;
  height: 32px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  border: none;
  background: #509E2F !important;
  box-shadow: 2px 2px 6px rgba(81, 81, 81, 0.15);
  border-radius: 18px;
  cursor: pointer;
  margin-top: 7px;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

.text3 {
  margin-top: 45px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

a {
  color: #002CC9 !important;
}

.circle1 {
  position: absolute;
  top: 675px;
  right: 0;
}

.circle3 {
  position: absolute;
  top: 211px;
  right: 20%;
}

.input-group {
  position: relative;
}

.input-group .icons {
  cursor: pointer;
  width: 68px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
}

.input-group .icons .hidden,
.input-group .icons .show {
  display: flex;
  align-items: center;
  position: relative;
}

.input-group .icons .hidden .eye,
.input-group .icons .show .eye {
  transform: translate(-100%, -50%);
}

.input-group .icons .hidden .hand {
  transform: translate(-50%, -50%);
}

.input-group .icons .show .hand {
  transform: translate(0%, -50%);
}

.input-group .icons .hidden img,
.input-group .icons .show img {
  top: 50%;
  left: 50%;
  position: absolute;
}