body {
    padding: 0;
    margin: 0;
    font-family: PlusJakartaSans;
}
@font-face {
    font-family: PlusJakartaSans;
    src: url(../font/PlusJakartaSans-VariableFont_wght.ttf) format('truetype');
}
.rectangle-login {
    width: 100%;
    height: 100vh;
    position: relative;
    .back-home-btn{
    border: none;
    background: none;
}
}
.back-home-btn{

}
.layer-1 {
    /* background-color: blue; */
    width: 53%;
    position: absolute;
    color: #030303;
    height: 100%;
    font-size: 20px;
    text-align: center;
}
b{
    display: flex;
    justify-content: center;
    font-size: 50px;
    padding: 65px 0 30px 0;
}
.information-1{
    padding: 40px 0 0 100px;
    text-align: left;
    font-weight: 600;
    input{
        margin-bottom: 25px;
        padding-left: 50px;
        width: 575.61px;
        height: 73.98px;
        border-radius: 20px;
        font-size: 20px;
        border: #636364 solid 2px;
    }
}
.information-2{
    padding: 30px 0 0 100px;
    text-align: left;
    font-weight: 600;
    input{
        margin-bottom: 20px;
        padding-left: 50px;
        width: 576.61px;
        height: 50.98px;
        border-radius: 20px;
        font-size: 20px;
        border: #636364 solid 2px;
    }
}
.save-1{
    float: left;
    padding-left: 100px;
    font-weight: 600;
    input{
        width: 25px;
        height: 25px;
    }
    a{
        margin-left: 290px;
    }
}
.save-2{
    float: left;
    padding-left: 100px;
    font-weight: 600;
    input{
        width: 25px;
        height: 25px;
    }
    a{
        margin-left: 290px;
    }
}
a{
    text-decoration: none;
    color: #181818;
}
input:focus{
    border: none;
}
.layer-2 {
    background-color: rebeccapurple;
    width: 47%;
    left: 53%;
    position: absolute;
    border-radius: 20px 0 20px 0;
    height: 100%;
}
/* .layer-1{
    display: none;
} */
.send-1{
    width: 630.61px;
    height: 73.98px;
    position: absolute;
    left: 100px;
    top: 82%;
    border-radius: 20px;
    border: none;
    color: white;
    background-color: #EA454C;
}
.send-2{
    width: 630.61px;
    height: 50.98px;
    position: absolute;
    left: 100px;
    top: 90%;
    border-radius: 20px;
    border: none;
    color: white;
    background-color: #EA454C;
}
.other-1{
    position: absolute;
    display:inline-block;
    top: 94%;
    left: 42%;
    font-size: 10px;
    span{
        display: inline-block;
    }
    p{
        display: inline-block;
        color: #EA454C;
    }
}

.other-2{
    position: absolute;
    display:inline-block;
    top: 96%;
    left: 42%;
    font-size: 10px;
    span{
        display: inline-block;
    }
    p{
        display: inline-block;
        color: #EA454C;
    }
}
.layer-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 20px 0;
}
button:hover{
    cursor: pointer;
}
p:hover{
    cursor: pointer;
}
.register-form-hidden {
    display: none;
}
.Error {
    color: red;
    font-size: 12px;
    float: left;
    margin-left: 100px;
}
.RegisterError {
    color: red;
    position: absolute;
    font-size: 12px;
    top: 85%;
    left: 43%;
}
.back-to-home-btn
{
    position: absolute;
    left: -110%;
    top: 5%;
    border: none;
    background: none;
    img{
        border-radius: 0%;
    }
}