*{
    margin: 0;
    padding: 0;
}
#header-content{
    width: 100%;
    height: 84px;
    background-color: #3b5998;
}
#image-header{
    float: left;
    margin-left: 180px;
    padding-top: 28px;
}
#login{
    height: 84px;
    margin-right: 180px;
    font-family:'Helvetica',Arial,sans-serif;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    float: right;
}
#login .first-row .left-label{
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}
#login .text-row .left-text{
    width: 150px;
    height: 21px;
    margin-right: 10px;
}
#login .text-row .but{
    width: 46px;
    background-color: #4267b2;
    color: #fff;
    border: solid 1px #2b4a82;
    padding: 3px;
    text-align: center;
}
#login .text-row .but:hover{
    background-color: #3b5998;
    cursor: pointer;
}

#login .forgot-pass .forgot{
    margin-top:5px;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    color: #9cb4d8;
}
#login input[type="email"],#login input[type="password"]{
    box-sizing: border-box;
    font-size: 12px;
    padding: 3px;
    padding-bottom: 3.5px;
}
#login .first-row .left-label:hover{
    cursor: pointer;
}
#login .forgot-pass .forgot:hover{
    text-decoration: underline;
}


#container{
    width: 100%;
    height: 589px;
    background: linear-gradient(white, #D3D8E8);
}
#friends{
    width:770px;
    height:589px;
    float: left;
}
#friends .big-img{
    margin-top: 40px;
    margin-left: 180px;
}
#account{
    width: 539px;
    height: 589px;
    float:left;
}
#account h1{
    font-family:'Helvetica',Arial,sans-serif; font-size: 36px;
    line-height: 48.24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
}
#account h2{    
    font-family:'Helvetica',Arial,sans-serif; font-size: 19px;
    line-height: 25.46px;
    font-weight: normal;
    color: #1d2129;
    margin-top: 10px;
    margin-bottom: 10px;
}
#account form input[type="text"]{
    width: 192px;
    height: 40px;
    border-radius: 5px;
    margin: 10px;
    margin-left: 0px;
    padding: 8px 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
}
#account form input[type="email"],#account form input[type="password"]{
     width: 400px;
     height: 40px;
     border-radius: 5px;
     padding: 8px 10px;    
     box-sizing: border-box;
     border: solid 1px #ccc;
     margin: 10px;
     margin-top: 0px;
     margin-left: 0px;
}
#account .birth{
     font-family:'Helvetica',Arial,sans-serif; 
    font-size: 18px;
    line-height: 24.12px;
   margin-top: 10px;
    display: inline-block;
    margin-bottom: 0px;
}
#account .why{
    display: inline-block;
    font-family:'Helvetica',Arial,sans-serif;
    font-size: 11px;
    line-height: 14.74px;
    color: #365899;
    max-width: 150px;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 4px;
}
#account .why:hover{
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: rgb(54,88,153);
}
#account .rad-btn{
    margin-top: 20px;
    margin-right: 5px;
    padding: 10px;   
    display: inline-block;
}
#account .female,#account .male{
    font-family: 'helvetica',sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-right: 22px;
    margin-bottom: 10px;
    display: inline-block;
}
#account p{
    font-family: 'helvetica',sans-serif;
    font-size: 11px;
    line-height: 14.74px;
    max-width: 316px;
    margin-bottom: 11px;
    color: #777;
}
#account input[type="button"]{
    width: 200px;
    height: 40px;
    color: #fff;
    background-color: #69a74e;
    border-radius: 7px;
    font-family: 'Freight Sans Bold',sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 23.94px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 194px;
    
}
#account input[type="button"]:hover{
    border: solid 1px #ccc;
    cursor: pointer;
}
#account h3{
    font-family: 'helvetica',sans-serif;
    font-size: 12px;
    line-height: 16.08px;
    font-weight: 700;
    margin-top: 10px;
    color: #777;
}
#account em{
    color: #365899;
    font-style: normal;
    font-size: 11px;
}
#account em:hover{
    text-decoration: underline;
    cursor: pointer;
}


footer{
    width: 100%;
    height: 160px;
}
footer #lang{
    width: 70%;
    margin-left: 13%;
    padding: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
footer #lang span{
    font-family: 'helvetica',sans-serif;
    font-size: 12px;
    line-height: 16.08px;
    color: #999;
    margin-right: 3px;
    padding-bottom: 3px;
}

footer #lang p{
    display: inline-block;
    font-family: 'helvetica',sans-serif;
    font-size: 12px;
    line-height: 16.08px;
    color:  #365899;
    padding-right: 3px;
}
footer #lang p:hover{
    text-decoration: underline;
    cursor: pointer;
}
footer #tags{
    width: 70%;
    margin-left: 13%;
    box-sizing: border-box;
    font-family: 'helvetica',sans-serif;
    font-size: 12px;
    line-height: 18.22px;
    
}

#tags .first,.second,.third{
    color: #365899;
    padding-right: 0px;
    display: block;
}
#tags .first td:hover,.second td:hover,.third td:hover{
    text-decoration: underline;
    cursor: pointer;
}
#tags .first td{
    display: inline-block;
    margin-right: 35px;
}
#tags .second td{
    display: inline-block;
    margin-right: 20px;
}
#tags .third td{
    display: inline-block;
    margin-right: 25px;
}











.clearfix:after{
    content: '';
    display: table;
    clear: both;
}