/* navbar styling */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: #f0f2f7;
  font-family: Arial, Helvetica, sans-serif
  
}



#con{
  width: 100%;
}

#row{

  width: 100%;
  padding: 45px; 
  background-color: #f0f2f7;

}




#navbar {
  display: flex;
  height: 60px;
  background-color: white;
  margin: auto;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px;
  align-content: center;
}

#navbar > div {
  height: 35px;
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  cursor: pointer;
  font-size: 14px;
  color: #445577;
}

#navbar > div a{
  text-decoration: none;
  color: #5c97e3;
}




.content{
border: 1px solid none;
width: 1000px; display: flex;
margin: auto;  

justify-content: space-between;

}



.left{
  width: 320px; float: left;

 
}


.left-MAIN{
 width: 280px;
    margin: 155px 0 0;
    background: #fff;
    border: 1px dashed #d3e1ea;
    border-radius: 20px 14px;
    padding: 65px 32px 32px;
   
}

.left-MAIN ul li{
  margin-top: 12px;
  margin: 16px 0;
    position: relative;
    padding-left: 22px;
}


.left-MAIN img{
  top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    position: absolute;
}

.left-MAIN h2{
font-size: 24px;
font-weight: bolder;
}

.left-MAIN p{
  font-size: 15px;
    color: #445578;
  
   width: 90%;
   height: 30px;
   font-family:Arial, Helvetica, sans-serif
}


.left-MAIN ul li .resman-icon-tick {
  color: #18c1a3;
  position: absolute;
  left: 0;
  top: 1px;
}
.resman-icon {
  display: inline-block;
  vertical-align: middle;
}
.resman-icon {
  line-height: 1;
}



/* right */



.right{
 
border: 1px solid none;
  display: flex;
  float: right;
  background-color: #ffffff ;
  width: 450px; height: 582px;
  padding: 50px;
  box-shadow: rgba(1, 162, 255, 0.2) 0px 7px 29px 0px;
  position: relative;
  left: -0.5rem;


}


.left>img{
  box-shadow: rgba(1, 162, 255, 0.2) 0px 7px 29px 0px;
  position: relative;
  left: 3em;
  top: 3.2rem;
}

form{

  margin: 0 auto;
  width: 95%;
  text-align: left;

}

.gap{
  margin-top: 30px;
}


.gap > p{
  font-size: 14px; 
  color: #757d8f;
}




h1{
   
    font-size: 20px;
  
}


label{
  font-size: 12px;
  color:#445577;
  font-weight: bolder;
}




input[type="email"],input[type="password"],select,textarea{
   
    border: 1px solid #ccc;
    width: 100%;
    padding: 16px 10px;
    margin-top: 6px;
  
    font-size: 14px;
    
    
    /* // importan PROPERTY */
    box-sizing: border-box; 
    resize: vertical;
    margin-bottom: 5px;
    color:#53617c;
    
  }

 #password+a{
    color: rgb(38, 87, 247);
    font-weight: lighter;
    font-size: x-small;
    text-decoration: none;
    text-align: right;
    position: relative;
    left: 15rem;
}


  
#submit{
    padding: 10px 20px;
    border: none;
   
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
    background-color: #4a90e2 ;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
    
  }
  
  #submit:hover{
    background-color:  #004fa8 ;
    transition: 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  #c>a{
    color: #4a90e2 ;
    font-weight:bold;
   font-size: 14px;
    text-decoration: none;
    
  }
  #c{
    text-align: center;
  }

  
#GOOGLE{
   
cursor: pointer;
 margin-top: 15px;
  width: 100%;

 margin: auto;
  text-align: center;
  position: relative;
  right: 1rem;
  top: 1rem;
}


#NAVGOOGLE{
  margin: auto;
  text-align: center;
  }
  
  
  #NAVGOOGLE>img{
    position: relative;
    top: -3.5rem;
    left: 10rem;
    bottom: none;
   
  }
  
  



