body{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0px;
}
.header{
    background-color: #3b5998;
    width: 100%;
    height: 85px;
}
.logo{
    width: 50%;
    padding-top: 33px;
    float: left;
}
.login{
    width: 50%;
    float: left;
    padding-top: 10px;
}
.logo-text{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-left: 170px;
    margin-top: 30;
}
.login-label{
    color: #fff;
    font-size: 13px;
}
.login-controls{
    margin-left: 133px;
}
.forgotten{
    font-size: 13px;
    text-decoration: none;
    color: #9cb4d8;
}
.sub-btn{
    background-color: #4267b2;
    color: #fff;
    height: 20px;
    border-color: #29487d;
    cursor: pointer;
    border: 70px;
}
.space-inpts{
    margin-left: 10px;
}
.left-section{
    width: 49%;
    float: left;
    padding-left: 134px;
    padding-top: 30px;
}
.right-section{
    width:  617px;
    float: left;
}
.main-body{
    background-color: linear-gradient(white, #D3D8E8);
    width: 100%;
    height: 553px;
}
.para1{
    font-weight: bold;
    font-size: 22px;
    color: rgb(39 39 96);
}
.right-head{
    font-weight: bold;
    font-size: 36px;
}
.para-r{
    margin-top: -17px;
    font-size: 20px;
}
.signup-inp{
    height: 26px;
    width: 200px;
    border-radius: 5px;
    font-size: 16px;
    padding: 2px;
    border: 1px solid #000000;
}
.signup-emailandpass{
    height: 26px;
    width: 419px;
    border-radius: 5px;
    font-size: 16px;
    padding: 2px;
    border: 1px solid #000000;
    margin-top: 10px;
}
.signup-surnm{
    height: 26px;
    width: 200px;
    border-radius: 5px;
    font-size: 16px;
    padding: 2px;
    border: 1px solid #000000;
    margin-left: -210px;
}
.dob{
    color: #606770;
}
.qm{
    height: 10px;
    width: 10px;
}
.select-year{
    width: 55px;
    border: 1px solid #606770;
    border-radius: 4px;
    height: 24px;
}
.d-m-y{
    margin-top: -17px;
}
.select-day{
    border: 1px solid #606770;
    border-radius: 4px;
    height: 24px;
}
.select-month{
    border: 1px solid #606770;
    border-radius: 4px;
    height: 24px;
}
.gen{
    color: 
    #606770;
}
.f-m-c{
    margin-top: -17px;
}
.terms-conditions{
    color: #676767;
    font-size: 12px;
}
.terms-link{
    text-decoration: none;
}
.signup-btn{
    background: none;
    background-color: #00a400;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    height: 36px;
    overflow: hidden;
    padding: 0 32px;
    text-shadow: none;
    text-align: center;
    font-weight: 600;
    width: 168px;
    cursor: pointer;

}
.signup{
    margin-top: 24px;
    margin-bottom: 10px;
}
.signup-btn:hover{
    background-color: #45a049;
}
.celeb-page{
    text-decoration: none;
    color: #676767;
    font-weight: bold;
    font-size: 13px;
    margin-top: 33px;
}
.footer{
    width: 100%;
    height: 20px;
    font-size: 13px;
    
}
.english{
    color: #606770;
    text-decoration: none;
}
.upper-footer{
    margin-left: 270px;
    margin-top: 10px;
    
}
.lower-footer{
    margin-left: 270px;
}
.my-name{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
}