main {
    font-family: Manrope;
}

.app-logo {
    height: 80px;
}

.card {
    border-radius: 10px;
}
.card .card-body .title {
    font-family: Manrope;
    font-size: 28px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
}

.custom-input-container input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    position: relative;
    padding: 0.6rem 1rem;
}
.custom-input-container.right-icon input {
    padding: 0.6rem 2.55rem 0.6rem 1rem;
}
.custom-input-container.right-icon .icon-container {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    color: #ddbd7d;
    z-index: 10;
}

.login-button {
    height: 45px;
    border: none;
    border-radius: 15px;
    background-color: #ddbd7d;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}
