.form-control-lg {
    min-height: calc(-0.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: -23.5rem -15rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.btn {
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
    /* box-shadow: 0px 2px 10px #123081; */
    border: 1px solid #123081;

}

.btn:hover {
    background-color: #123081;
    color: white;
    padding: 5px 10px;
    text-align: center;
}

.form-label {
    margin-bottom: -0.5rem;
}

.register-lefttitle {
    position: relative;
    bottom: 55%;
    transform: translate(-50%, -50%);
    color: #ffffff;

    font-size: 35px;
    font-weight: 600;
    font-family: Playfair Display;

    font-style: normal;
    letter-spacing: .01em;
    line-height: 1.1em;
    text-transform: none;
}







/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
    font-family: Playfair Display;
    font-style: normal;
    letter-spacing: .01em;
    line-height: 1.1em;
    text-transform: none;
    background-size: cover;
    text-align: center;
}

h3 {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

h3:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 10px;
    bottom: 0;

    border-bottom: 3px solid #123081;
}


@media screen and (max-width: 350px) {
    .register-title h3 {
        font-size: 5vw;
    }

    .form-label {
        font-size: 4vw;
    }

    .form-control {
        padding: 2px;
    }
}
.pass-error{
 font-size: 13px; 
 color: red;
}