*{
    margin: 0;
    padding: 0;
}

body{
    display: flex;
    flex-direction: row;
}
.imagediv{
    height: 100vh;
    background-image:url(./img.jpg);
    background-size:cover;
    width: 40vw;
}

.textpart{
    height: 100vh;
    background-color:rgb(199, 199, 176);
    width: 60vw;
}

.captiondiv{
    background-color: black;
    opacity: 0.8;
    position: absolute;
    top: 350px;
    width:inherit;
    text-align: center;
}

.imgcaption{
    color: white;
    font-size: 60px;
}

.creditdiv{
    position: absolute;
    bottom: 5px;
    width: inherit;
    text-align: center;
    color: white;
}
    
a{
    text-decoration: underline;
    color: white;
}

.textpart{
    display: flex;
    flex-direction: column;
}
.randomtext p{
    font-size: 30px;
    width: 800px;
    margin-top: 90px;  
    margin-bottom:20px;
    margin-left: 70px;
    color: black;
}

.formsection p{
    margin-top: 30px;
    font-size: 30px;
    margin-left: 70px;
    margin-bottom: 20px;
}

.firstname,.lastname,.emailid,.phonenumber,.pwd,.pwdconfirm{
    margin-left: 70px;
    margin-right: 70px;
    font-size: 22px;
}
.rowone,.rowtwo,.rowthree{
    display: flex;
}

.rowtwo,.rowthree{
    margin-top: 24px;
}

input{
    border-radius: 5px;
    height: 30px;
    border: 2px solid black;
}

input:focus{
    border: 4px solid rgb(23, 104, 129);
    outline: none;
}

.formsection{
    padding-bottom: 30px;
}

.footer{
    margin-top: 40px;
    margin-left: 70px;
}

button{
    font-size: 20px;
    padding: 8px;
    width: 150px;
    margin-bottom: 20px;
    border-radius: 8px;
    color: white;
    background-color: rgb(55, 128, 0);
}

button:hover{
    cursor: pointer;
    background-color: rgb(31, 70, 2);
}
.footer a{
    color: green;
    text-decoration: none;
}

.footer p{
    font-size: 24px;
}

.formsection{
    background-color: #c0bfbfa5;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

input[type='number']{
    width: 214.67px;
}