body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.sign {
    font-family: 'Cinzel', serif !important;
    color: #c61b1f !important;
    font-weight: bold !important;
    font-size: 19px !important;
}

.account {
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    font-size: 30px !important;
}

.cred {
    font-family: 'Poppins', sans-serif;
}

.input-forms {
    line-height: 28px;
    padding: 0 1rem;
    padding-left: 1rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: #f3f3f4;
    color: #0d0c22;
    transition: .3s ease;
    width: 360px;
    height: 40px;
}

.input-forms::placeholder {
    color: #9e9ea7;
}

.input-forms:focus,
input:hover {
    outline: none;
    border-color: #c61b1f;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}

.container {
    justify-content: center;
}

@media (min-width: 992px) {
    .sign-form {
        padding-left: 15%;
        padding-top: 12%;
        padding-bottom: 12%;
        padding-right: 15%;       
    }
}

.sign-btn {
    border: 1px solid #c61b1f;
    padding: 10px 80px 10px 80px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 30px;
    color: #c61b1f;
}

.terms {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
}

.forgot {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    color: #c61b1f !important;
    text-decoration: none;
}

.signup {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    color: #c61b1f !important;
}

@media (max-width: 767px) {
   
    .sign-container {
        margin-top: 20%;
    }
}