*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-transform: capitalize;
    /* border: 2px solid black; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.sign{
    width: 100%;
    display: flex;
    border: none;
    
}

.sign div{
    width: 50%;
    /* height: 100vh; */
}
.sign1{
    background-image: url('../images/forex-1816368_1280.webp');
    background-color: rgb(149, 149, 156);
    height: 100vh;
    font-weight: bold;
    text-align: center;
    border-right: 2px solid gray;
}
.im1{
    /* margin-top: 10%; */
    transform: translateY(60%);
}
.sign2{
    padding-top: 7%;
    text-align: center;
    background-color: rgb(73, 71, 71);
    /* background-color: blue; */
}
#big{
    width: 60%;
    margin: 2%;
    height: 7vh;
    padding-left: 1%;
    border-radius: 5px;
}
.button1{
    font-size: 18px;
    margin-bottom: 5%;
    background-color: blue;
    border: none;
    padding: 1%;
    border-radius: 5px;
}
.button1 a{
    text-decoration: none;
    color: white;
    /* border: 2px solid black; */
}
.sign2 label{
    padding-left: 2%;
    /* padding-top: 100%; */
    font-size: 20px;
}
.sign2 label a{
    text-decoration: none;
    color: blue;
}
.sign3{
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* border: 2px solid black; */
    transform: translateX(50%);
}
.sign3 button{
    font-size: 20px;
    background-color: red;
    border: none;
    padding: 2%;
    border-radius: 5px;
}
.sign3 button a{
    text-decoration: none;
    color: white;
}
.sign2 p{
    margin-top: 1%;
    font-size: 18px;
}
.sign2 p a{
    text-decoration: none;
    color: blue;
}
.login1{
    margin-top: 30%;
    padding: 10%;
}
.button2{
    font-size: 18px;
    margin-top: 5%;
    background-color: blue;
    border: none;
    padding: 2%;
    border-radius: 5px;
}
.button2 a{
    text-decoration: none;
    color: white;
}