* {
    margin: 0;
    padding: 0;
}

.body {
    font-family: "Poppins";
}

.split1 {
    height: 100%;
    width: 33.33%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
}
.split1 h1 {
    color: #333;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: auto;
}

.split1 h5 {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.split1 input {
    display: flex;
    padding: 18px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    border: 2px solid #9c9999;
    background: #fff;
    color: #000;
    font-family: Poppins, FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    width: 100%;
}

.btn-reg {
    display: flex;
    width: 85%;
    padding: 15px 23px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 30px;
    margin-top: 40px;
    background: #315be4;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    font-family: Poppins;
}

.btn-reg:hover {
    background-color: #2242ac;
    box-shadow: 0px 5px 10px #81818166;
    color: #fff;
    transform: translateY(-5px);
}

button.google {
    display: flex;
    color: #555;
    width: 85%;
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 30px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    font-family: Poppins;
}

button.google:hover {
    background-color: #afafaf;
    box-shadow: 0px 15px 20px #928f8f66;
    color: #fff;
    transform: translateY(-7px);
}

.box-have-acc {
    text-align: center;
    margin-top: 30px;
}

.have-acc {
    color: #333;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.699999988079071;
    text-decoration: none;
}

.have-acc:hover {
    color: #000;
    text-shadow: #333;
}

button {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #9c9999;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

button:hover {
    background-color: #797979;
    box-shadow: 0px 5px 10px #81818166;
    color: #fff;
    transform: translateY(-5px);
}

.split2 {
    height: 100%;
    width: 66.66%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
}

.container-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 66.66vw;
}

.background-image {
    background-image: url(../img/letter.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.banner h1 {
    text-align: center;
    color: var(--white, #fff);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
}

.banner img {
    display: block;
    margin: auto;
}

.more {
    display: block;
    margin: auto;
    padding: 8px 30px;
    border: 0;
    border-radius: 30px;
    background: #949292;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    margin-left: 35px;
    margin-right: 35px;
}
