@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
}

P {
  font-family: "Noto Serif", serif;
}

img {
  width: 100%;
}

.login {
  height: 650px;
  width: 100%;
  background: whitesmoke;
  position: relative;
}

.login_box {
  width: 1050px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 4px 22px -8px #0004;
  display: flex;
  overflow: hidden;
}

.login_box .left {
  width: 41%;
  height: 100%;
  padding: 25px 25px;
}

.login_box .right {
  width: 59%;
  height: 100%;
}
.top_link {
  display: flex;
}
.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}

.top_link p {
  font-size: 10px;
}

.left .top_link {
  color: #452a5a;
  font-weight: 400;
  text-decoration: none;
}

.left .top_link {
  height: 20px;
}

.left .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 100%;
  width: 73%;
  margin: auto;
}

.left h3 {
  color: #0d5c63;
  text-align: center;
  margin-bottom: 40px;
}

.left input {
  border: none;
  width: 80%;
  margin: 15px 0;
  border-bottom: 1px solid #4f306ff4;
  padding: 7px 9px;
  overflow: hidden;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
}

.left {
  background: linear-gradient(-45deg, #dcd7e0, white);
}

.sub {
  cursor: pointer;
  border: none;
  padding: 15px 70px;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-top: 30px;
  background: rgb(37, 104, 93);
  color: white;
  font-weight: bold;
  box-shadow: 0 9px 15px -11px rgba(88, 54, 144, 1);
}

.sub a {
  text-decoration: none;
  color: white;
}

.right {
  background: linear-gradient(212.38deg, #44a19f98 0%, #0d5c6367 100%), url(../Images/Coding\ wallpaper.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}

.right .right_text {
  height: 100%;
  position: relative;
  transform: translate(0, 45%);
}

.right_text h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}

.right_text h5 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.first_eror,
.last_eror,
.course_eror,
.email_eror {
  color: red;
  font-size: 12px;
}
