body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.main_container{
border: 1px solid black;
width: 100%;
height:100%;
overflow: hidden;
background-image: linear-gradient(to top right,rgb(59, 34, 59),black,rgb(19, 19, 75),rgb(103, 103, 239));
}
.container{
border: 0px solid black;
border-radius: 15px;
width: 1450px;
height:600px;
background-color: rgb(21, 21, 21);
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
margin: 50px 38px;
}
.first_container{
width: 800px;
height: 600px;
background-color: rgb(164, 115, 187);
border-top-left-radius: 15px;
border-bottom-left-radius:15px;
overflow: hidden;
font-family: sans-serif;
}
#show_email{
color:black;
position: relative;
bottom: 417px;
left: 106px;
font-size: 14px;
text-decoration: underline;
}
.first_container p{
font-weight: 500;
color: white;
position: relative;
bottom: 351px;
left: 98px;
font-size: 28px;
}
#user_icon{
border: 1px solid white;
border-radius: 50%;
background-color: white;
width: 30px;
height: 20px;
padding: 15px 8px 10px;
text-align: center;
position: absolute;
top: 92px;
left: 88px;
}
.first_container img{
position: relative;
bottom: 427px;
left:46px;
rotate: 10deg;
}
.top_right_corner_radius{
border: 30px solid rgba(164, 115, 187, 0.495);
background-color: rgba(201, 196, 202, 0.453);
width: 400px;
height: 400px;
border-radius:50%;
position: relative;
bottom: 128px;
left: 467px;
}
.bottom-left-corner_radius{
border-radius:50%;
border: 30px solid none;
height: 350px;
width: 350px;
border-bottom: transparent;
border-left: transparent;
position: relative;
background-color: rgba(201, 196, 202, 0.453);
right: 150px;           
bottom:595px;
}
.second_container{
width: 650px;
height: 650px;
color: rgb(127, 127, 127);
text-align: center;
position: relative;
top: 50px;
font-family: sans-serif;
}
.second_container b{
color: rgb(222, 221, 221);
}
.sub_hub{
position: relative;
right: 126px;
top: 10px;  
}
#account_details{
right: 124px;
position: relative;
font-size: 11px;
bottom: 6px;
}
#sub_hub{
color: blueviolet;
}
input{
border-radius: 10px;
border: 1px solid rgb(108, 107, 107);
height: 40px;
width: 400px;
background-color: rgb(21, 21, 21);
padding: 10px;
color: white;
}
#hide_icon{
position:relative;
top:210px;
left: 170px;     
}
#show_icon{
    position: absolute;
    top: 210.5px;
    right: 146px;
}
#signin_button,#back_button{
border: 1px solid rgb(175, 130, 218);
border-radius: 10px;
height: 60px;
width:425px;
font-size: 16px;
color: white;
margin: 0px 0px 20px;
background-color: rgb(175, 130, 218);
}
h4 a{
text-align: center;
text-decoration: none;
color:rgb( 157,161,164);
}
.hr_line_container{
color: rgb(157, 161, 164);
position: relative;
bottom: 1px;
text-align: center;  
}
.before_or{
border: 1px solid rgb(88, 87, 87);
width:180px;
position: relative;
bottom: 10px;
margin-left: 112px;
}
.after_or{
border: 1px solid rgb(88, 87, 87);
width:180px;
position: relative;
bottom: 14px;
margin-left: 351px;
margin-bottom: 20px;
}
#signup_button{
border: 1px solid rgb(108,107,107);
width:425px;
border-radius: 10px;
height: 60px;
color: white;
background-color: rgb(36, 30, 30);
}
#signup_button b,i{
font-size: 16px; 
}
#google_icon{
position: relative;
bottom: 112px;
right: 110px;
}
.sign_up_now{
margin-top: 30px;
}
.welcome{
    text-align: center;
}
a{
    text-decoration: none;
}

