*{
    margin:0;
    padding:0;
    box-sizing:border-box;
  }
  body {
    background: #f1f6fc;
  } 
  .container {
    position: absolute;
    max-width: 800px;
    height: 500px;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } 
  .myRightCtn {
    position: relative;
    border-right: 1px solid green;
    height: 370px;
    margin-top: 60px;
    
  }
  .myRightCtn img{
    position: relative;
    left: 100px;
    width: 80px;
  }
.rightBanner img {
    width: 85%;
    position: relative;
    top: 35px;
    left: 31px;
}
.menu{
    position: relative;
    top: 80px;
    left: 30px;
}
.menu a{
     text-decoration: none;
     color: rgb(112, 112, 112);
     font-size: 16px;
     padding: 5px;
}
.copyright{
    position: relative;
    top: 110px;
    left: 28px;
}
.copyright p{
    font-size: 12px;
}
  .myLeftCtn {
    position: relative;
    background: #f1f6fc;
    border-radius: 25px;
    /*height: 100%;*/
    padding: 25px;
    padding-left: 50px;
  }
  .myLeftCtn header {
    color: blueviolet;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .row{
  height: 100%;
  } 
  .myCard {
    position: relative;
    background: #f1f6fc;
    height: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
  } 
  .myRightCtn header {
    color: #fff;
    font-size: 44px;
  }
  .box {
    position: relative;
    margin: 20px;
    margin-bottom: 100px;
  } 
  .myLeftCtn .myInput {
    font-size: 18px;
    background: transparent;
    border-radius: 40px;
    width: 100%;
    border: none;
    padding: 9px 24px;
    position: relative;
    color: #000000;
    -webkit-box-shadow: inset -4px -4px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset -4px -4px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: inset -4px -4px 5px 0px rgba(255, 255, 255, 1);
    background: #EDF3FA;
  }
  .myLeftCtn .myInput:before{

    background: transparent;
    border-radius: 40px;
    border: none;
    position: relative;
    -webkit-box-shadow: inset 2px 2px 10px 0px rgba(169, 184, 203, 1);
    -moz-box-shadow: inset 2px 2px 10px 0px rgba(169, 184, 203, 1);
    box-shadow: inset 2px 2px 10px 0px rgba(169, 184, 203, 1);
    background: #EDF3FA;
  }
  .myLeftCtn .myInput:focus {
    outline: none;
  } 
   .formheading {
    position: relative;
    margin-top: 54px;
	color:#005F3A;
	text-align:center;
	font-weight:700;
	font-size:16px;
  } 
  .myForm {
    position: relative;
    margin-top: 4px;
	padding:0px !important;
  } 
  .myLeftCtn .butt {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  line-height: .8;
  padding: 15px 25px;
  border-radius: 40px;
  color: #005F3A;
  position: relative;
  z-index: 1;
  border:none;
  background: #EDF3FA;
  box-shadow: 2px 2px 10px 0px rgba(169, 184, 203, 1);
  } 
  .myLeftCtn .fas {
    position: relative;
    color: #bb36fd;
    left: 36px;
  } 
  .butt_out {
    background: transparent;
    color: #fff;
    width: 120px;
    border: 2px solid#fff;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
  } 
  .butt_out:hover {
    border: 2px solid#eecbff;
  } 
  .butt_out:focus {
    outline: none;
  }
.forgetPass a{
    text-decoration: none;
    position: relative;
    top: 19px;
    left: 67px;
    font-size: 14px;
    color: #7a7a7a;
}
.devlopText span{
  position: relative;
  top: 30px;
  font-size: 12px;
}
.devlopText a{
  text-decoration: none;
  color: green;
  font-style: italic;
}

/* Forget-Password */
.backBtn{
  position: relative;
  top: 24px;
}
.butt:hover{
  background-image: linear-gradient(-90deg, red, yellow);
}