
#main{
    height: 600px;
    width: 70%;
    /* border: 1px solid red; */
    margin: auto;
    margin-top: 20px;
}

#top{
    height: 40px;
    display: flex;
    /* justify-content: space-between; */
}
#span{
    /* margin-top: 10px; */
    margin-left: 80%;
    display: flex;
}
#faq{
    margin-left: 20px;
}
#bottom{
    height: 400px;
    /* border: 1px solid blue; */
    margin-top: 50px;
    display: flex;
}
#left{
    height: 100%;
    width: 60%;
    /* border: 1px solid green; */
    border-right:0.5px solid grey ;
}
#right{
    height: 100%;
    width: 40%;
    display: flex;
    /* border: 1px solid yellow; */
}
#captcha{
    height: 50px;
    width: 120px;
    
}
#mytvid{
    height: 40px;
    width: 60%;
    padding-left:10px;
    margin: 10px 0px 10px 0px;
    border-radius: 6px;
    font-weight: 600;
    border: 0.5px solid grey;
}
#password{
    height: 40px;
    width: 60%;
    padding-left:10px;
    margin: 0px 0px 10px 0px;
    border-radius: 6px;
    font-weight: 600;
    border: 0.5px solid grey;
}
#captchainput{
    height: 40px;
    width: 36%;
    font-weight: 600;
    padding-left:10px;
    margin: 0px 0px 10px 10px;
    border-radius: 6px;
    border: 0.5px solid grey;

}
#submitbtn{
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
    /* margin-left:50px ; */
    height: 30px;
    width: 100px;
    border: none;
    border-radius: 7px;
}
#submitbtn:hover{
    cursor: pointer;
}
#left a{
    font-size: 16px;
    font-weight: 500;
}
#left p{
    font-size: 16px;
    font-weight: 500;
}

#right img{
    height: 100px;
    width: 100px;
   margin: 20px 0px 0px 20px;
    
}
#right p{
    margin-top: 50px;
    color: gray;
}
#newcaptcha{
    margin-left: 25%;
    color: blue;
    border: none;
    background-color: white;
    font-weight: 600;
}
#newcaptcha:hover{
    cursor: pointer;
}