@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ramabhadra&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1{
    font-family: "Josefin Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
p{
    
}
body {
    background-image: url('bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.left, .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100%;
}

.left {
    position: relative;
    color: white;
    margin: 0;
}

.signup-button, .login-button {
    
    border-radius: 51px;
    padding: 10px 20px;
    font-size: 24px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s, color 0.3s;
}

.signup-button {
    background: transparent;
    border: 2px solid #4F51FE;
    width: 152px;
    height: 51px;
    border: solid white;
    color: white;
    
}



.login-button {
    background: #4F51FE;
    width: 238px;
    height: 51px;
    color: white;
    
}

.login-button:hover {
    background: #3E40CC;
}

.right input {
    border-radius: 51px;
    border: 2px solid #4F52FF;
    background-color: transparent;
    margin: 25px;
    padding: 20px;
    width: 491px;
    height: 72px;
    font-size: 24px;
    color: #4F52FF;
}

input::placeholder {
    padding-left: 2px;
    color: #4F52FF;
}

.left h1 {
    font-size: 40px;
    margin-top: 100px;
    font-family: "Radio Canada Big", serif;
}

.left p {
    font-size: 20px;
    margin-bottom: 10px;
}

.rightlogo {
    font-size: 35px;
    color: #4F52FF;
    text-align: end;
    position: absolute;
    top: 10px;
    right: 20px;
}

.left img {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}
#email{
    background-image: url('/Users/sriakash/Documents/Skill swap/email (1).png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-position-x: 5%;
    background-size: 35px 35px;

}
#password{
    background-image: url('padlock\ \(1\).png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-position-x: 5%;
    background-position-y: 40%;
    background-size: 40px 40px;
}
input::placeholder{
    padding-left: 0%;
    color: black;
opacity: 45%;

}
input{
    text-indent: 10%;
}
#password::placeholder{

color: black;
opacity: 45%;
}
.right h1{
    font-size: 24px;
    font-weight: 700;
}