@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 5%, rgba(31, 115, 231, 1) 50%, rgba(8, 70, 154, 1) 78%);
}

.screen_content>img {
  width: 80%;
  padding-top: 140px;
  margin-left: 22%;
}

.container_login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;

}

.login_content {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 24px #002B77;
}

.screen {
  background: linear-gradient(90deg, #002B77, #5883d8);
  position: relative;
  height: 550px;
  width: 360px;
}

.screen_content {
  z-index: 1;
  position: relative;
  height: 100%;
}

.screen_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.screen_background_shape_right {
  transform: rotate(45deg);
  position: absolute;
}

.screen_background_shape {
  transform: rotate(45deg);
  position: absolute;
}

.screen_background_shape1_right {
  height: 520px;
  width: 520px;
  background: #ececec;
  top: -50px;
  left: 120px;
  border-radius: 0 0 0 72px;
}

.screen_background_shape1 {
  height: 520px;
  width: 520px;
  background: #ececec;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.screen_background_shape2_right {
  height: 220px;
  width: 220px;
  background: #1f73e7;
  top: -55px;
  right: 255px;
  border-radius: 32px;
}

.screen_background_shape2 {
  height: 220px;
  width: 220px;
  background: #0152C0;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.screen_background_shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(290deg, #0175D9, #002B77);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.screen_background_shape4 {
  height: 400px;
  width: 200px;
  background: #0152C0;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

.login {
  width: 320px;
  padding: 30px;
  padding-top: 90px;
}

.login h2 {
  color: #3a3a3a;
  font-size: xx-large;
  margin-bottom: 33px;
  font-weight: bold;
  font-family: Raleway, sans-serif;
}

.login_field {
  padding: 20px 0px;
  position: relative;
}

.login_icon {
  position: absolute;
  top: 30px;
  color: #005aaa;
}


.login_content .input-div {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 5px 0;
  border-bottom: 2px solid #2b2b2b;
  width: 75%;
}

.login_content .input-div::after,
.login_content .input-div::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #0175D9;
  transition: 0.3s;
}

.login_content .input-div::after {
  right: 50%;
}

.login_content .input-div::before {
  left: 50%;
}

.login_content .input-div.focus .i i {
  color: #0175D9;
}

.login_content .input-div.focus div h5 {
  top: -8px;
  font-size: 15px;
}

.login_content .input-div.focus::after,
.login_content .input-div.focus::before {
  width: 50%;
}

.login_content .input-div.one {
  margin-top: 0;
}

.login_content .input-div.two {
  margin-top: 4px;
}

.login_content .i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_content .i i {
  color: #1f1f1f;
  transition: 0.3s;
}

.login_content .input-div>div {
  position: relative;
  /* height: 45px; */
}

.login_content .input-div .hideShowPassWord {
  position: absolute;
  color: #282828;
  right: 0;
  display: flex;
  height: 30px;
}

.login_content .input-div .hideShowPassWord i {
  align-self: center;
  font-size: 1.5rem;
}

.login_content .input-div .hideShowPassWord i:hover {
  cursor: pointer;
  background-color: transparent;
  /* Create the gradient. */
  background-image: linear-gradient(45deg, rgb(29, 29, 29), #0175D9);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.login_content .input-div>div h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(85, 84, 84);
  margin: 0rem 0 0.656rem 0;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

.login_content .input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  border: none;
  outline: none;
  background: none;
  font-family: 'Poppins', sans-serif;
  color: #555;
}



.login_submit {
  background: #fff;
  font-size: 16px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #D4D3E8;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #2e3851;
  box-shadow: 0px 2px 2px #0175D9;
  cursor: pointer;
  transition: .2s;
}

.login_submit:active,
.login_submit:focus,
.login_submit:hover {
  background-color: #b6e4ff;
  border-color: #002B77;
  outline: none;
}

.button_icon {
  font-size: 24px;
  margin-left: auto;
  color: #2747e8;
}

.cos_logo {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

.cos_logo>a>img {
  width: 80%;
  margin-top: 80px;
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .screen-ltr {
    display: none;
  }
}