body{
    margin:0;
    padding:0;
    font-family: "Roboto", sans-serif;
}
.container{
    width: 80%;
    margin: auto;
}
/* ====================== */
/* start header part */
/* ====================== */
/* start Logo area */
/* ====================== */

.header{
    background-color:#3e5b99;
    overflow:hidden;
}
.logo-area{
    width: 37%;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.logo-area img{
    height: 31px;
    width: 100px;
    padding: 10px;
    margin-left: 30px;
}
/* start Log-In area */
/* ====================== */
.login-area{
    width: 63%;
    float: left;
}
.login-area form{
    float:right;
}
.email{
    float:left;
    color:white;  
    margin-top: 10px;
    margin-bottom: 17px;
    margin-right: 10px;
    font-size: 13px;
    
}
.email #email{
    padding: 2px 4px;
    outline: none;
}
.password{
    float:left;
    color: white;
    margin-top: 7px;
    margin-bottom: 2px;
    margin-right: 10px;
    font-size: 14px;
}
.password #password{
    padding: 2px 4px;
    outline: none;
}
.password label:hover{
    text-decoration: underline;
}
.input-group{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.input-group i {
    position: absolute;
    right: 3%;
    cursor: pointer;
    color: black;
    top: 5%;
}

.password a{
    color: white;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 13px;
}
.login{
    float: left;
    margin-top:25px;
}
.login-area label, .password a{
    display: block;
}
.Log{
    color:white;
    background-color: rgb(135 139 147 / 50%);
    border: 1px solid rgb(135 139 147 / 0%);
    cursor: pointer;
}
.Log:focus{
    background-color:red;
    color:black;
}
/* ====================== */
/* End Header part */
/* ====================== */

/* ====================== */
/* Start Sign up part*/
/* ====================== */

/* Start Left part*/
/* ====================== */
.sign-up_area{
    padding: 10px 0 20px 0;
    background: #f2f4f7;
}
.sign-up_area::after{
    content: '';
    clear: both;
    display: block;
}
.left-area{
   width: 60%; 
    float: left;
}
.left-area p{
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    color:#3e5b99;
    
}
.left-area img{
    width: 70%;
    height: 350px;
}
/* Start Right part*/
/* ====================== */
.right-area{
    width:40%;
    float:left;
}
.right-area h2{
    font-size:33px;
    color:black;
    margin: 25px 0 0 0;
}
.right-area h4{
    font-size: 19px;
    margin: 10px 0;
    color:black;
    font-weight: lighter;
}
.right-area input[type="text"], .right-area input[type="password"]{
    width:100%;
    box-sizing: border-box;
    border-radius: 6px;
    margin:5px 0;
    font-size: 17px;
    padding: 8px 6px 8px 8px;
    border: 1px solid #dddfe2;
}
.name{
    overflow: hidden;
}
.name .first{
    float:left;
    width:48%;
    margin-right: 4%;
}

.name .last{
    float:left;
    width:48%;
}
.birth{
    overflow: hidden;
}
.birth h3{
    margin-top:20px;
    margin-bottom:10px; 
}
.birth .birth_date{
    overflow:hidden;
    float: left;
    margin-right:8px;
    width:230px;
    }
.birth_date select{
    border: 1px solid #ccc;
    padding:8px 0px;
    float:left;
}
.birth .birth-link{
    float:left;
    font-size: 15px;
    width:190px;

}
.birth-link a{
    text-decoration:none;
    display: block;
    line-height: 1.3;
    }
.birth-link a:hover{
    text-decoration:underline;
}
.gender{
    margin-top: 10px;
    margin-bottom: 5px;
}
.gender label{
    font-size: 25px;
    font-weight: 400; 
    color:#1d2119;
}
.gender input[type="radio"]{
    margin-top: 0px;
    height: 24px;
    width: 13px;
    display: inline-block;
    accent-color:black;
  }
.text-area{
    width:80%;
}
.text-area p{
    font-size: 13px;
    text-align:justify;
}
.text-area a{
    text-decoration: none;
}
.text-area a:hover{
    text-decoration: underline;
}
.btn{
    margin-bottom: 10px;
}
.btn input{
    width: 100px;
    height:40px;
    background:linear-gradient(#67ae55,#578843);
    color:white;
    min-width: 194px;
    border-radius: 3px;
    padding: 5px 5px;
    font-size:17px;
    box-shadow: 0 1px 1px black;
    text-align: center;
    font-weight: 400;
    transition:0.5s;
}
.btn input:hover{
    background:linear-gradient(#578843,#67ae55); 
    cursor: pointer;
}
.link{
    font-size: 14px;
    font-weight: normal;
    color: #1c1e21;
}
.link a{
    text-decoration: none;
}
.link a:hover{
    text-decoration: underline;
    cursor: pointer;
}

/* ====================== */
/* End Sign up part*/
/* ====================== */
/* ====================== */
/* Start Footer part*/
/* ====================== */
.footer_area{
    width: 100%;
    padding:10px 0;
    
}
.footer_area .top,.footer_area .middle{
    list-style-type: none;
    margin-left:-30px;
    
}
.footer_area ul li{
    display: inline-block;
    font-size: 12px;
}

.footer_area  ul li a{
    text-decoration: none;
    color:#737373; 
    padding:4px;

}
.top ul li:last-child{
    border: 1px solid black;
    width:30px;
    height: 15px;
    padding:0 0 5px 7px;
    font-size: 10px;
    font-weight: bold;
    background-color: #dddfe2;
    font-size: 18px;
}
.top ul li.active a{
    color:red;
}
.footer_area ul li:hover{
    text-decoration:underline;
}
.top ul li a:hover:last-child{
    text-decoration: none;
   
}
#content_curve{
    border-bottom: 1px solid #dddfe2;
}

.middle ul li a{
    margin-right:9px;
    
}
.bottom span{
    color:#737373;
    font-size: 11px;
    margin-left: 10px;
}
.top ul li:last-child, .middle ul li:last-child{
    margin-right: 0px;
}














