::before, ::after {
    margin: 0;
    padding: 0;
}

body {
    width : 100%;
    height: 100vh;
    font-family: "Montserrat", sans-serif;
}

.left-form {
    width : 50%;
    height : 100%;
    overflow: hidden;
    float:left;
    background: #fff url('../img/indexsapciweb.jpg') no-repeat center;
    background-size: cover;
}

.right-form {
    width:50%;
    height:100%;
    margin:0;
    float:left;
    background:#fff;
    display:flex;
    justify-content: center;
}

.right-form content {
    width:55%;
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.right-form h3 {
    font-size:2em;
    font-weight:bold;
    color:#5D6D7E;
    text-align: center;

}

.right-form hr {
    background:#dcffff;
    width:100%;
    height:1px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right-form h5 {
    font-size:16px;
    color: #5D6D7E;
    font-weight: normal;
    text-align: right;

}

.miinput {
      border: solid #84b6f4;
      width: 100%;
      padding-left: 30px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 10px;
      background: #FFFFFF;
      font-size: 1em;
      border-radius: 20px;
      align-items: center;
 }
 
.buttons {
  width: 50%;
  padding:8px 30px;
  height:40px;
  border: 1px ;
  border-radius: 20px;
  font-size: 18px;
  font-family: verdana;
}
 
 .check{
         width: 100%;
         margin:20px 0;
         color: #5D6D7E;

 }
 
 @media only screen and (max-width: 768px){
     .left-form {
         display:none;
     }
     .right-form {
         width:100%;
     }
     .right-form content {
         width:95%;
     }
     
 }






