.main {
    min-height: 100vh;
    display: flex;
    margin: auto;
}

.right-div {
    background: linear-gradient(90deg, #ebf5f8 0%, #fdeef1 100.26%);
    padding: 0px 50px;
}

.left-div-text {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    color: #2c3948 !important;
    line-height: normal;
    font-family: "Schibsted Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.right-div-text {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    color: #2c3948 !important;
    line-height: normal;
    font-family: "Schibsted Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #131313 !important;
    line-height: normal;
    font-family: "Schibsted Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.form-control {
    padding: .75rem 1rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #131313 !important;
    line-height: normal;
    font-family: "Schibsted Grotesk", sans-serif;
    font-optical-sizing: auto;
}

.left-container {
 width: 600px;
}

.btn-style {
    background-color: #1681C2 !important;
    color: #fff;
    padding: .75rem 1rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Schibsted Grotesk", sans-serif;
    font-optical-sizing: auto;
}