@font-face {
    font-family: 'SF Pro Text';
    font-style: normal;
    src: url("SF-Pro-Text-Bold.otf");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    font-style: normal;
    src: url("SF-Pro-Text-Medium.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    font-style: normal;
    src: url("SF-Pro-Text-Regular.otf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    font-style: normal;
    src: url("SF-Pro-Text-Medium.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro';
    font-style: normal;
    src: url("SF-Pro-Text-Regular.otf");
    font-weight: 400;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.columns {
    margin: 0;
}

.column {
    padding: 0;
}

.columns:last-child {
    margin-bottom: 0 !important;
}

h1 {
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #0d4a85;
}

.landmark-homepage {
    display: flex;
    height: 100%;
    background-color: #edfaf3;
    justify-content: center;
}

.landmark-homepage-mainpart {
    justify-content: center;
    display: flex;
    max-width: 600px;
}

.landmark-pv-logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}

.tvs-form-card {
    box-shadow: 0px 54px 54px rgba(74, 58, 255, 0.02), 1px 4px 104px rgba(20, 20, 43, 0.04), 0px 98px 66px rgba(19, 18, 66, 0.02);
    border-radius: 25px;
    padding: 50px !important;
    margin: 0;
    transition: none;
    background-color: #fff;
}

input::placeholder {
    font-family: 'SF Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A3A3A3;
}

.input {
    background: #FFFFFF;
    border: 1px solid #0d4a85 !important;
    border-radius: 6px !important;
    box-shadow: none;
    font-family: 'SF Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    height: 60px;
    line-height: 60px;
    padding: 18px 0 18px 18px;
    color: #252525;
    transition: none !important;
}

input:hover {
    border: 1px solid #0d4a85 !important;
    box-shadow: none;
}

input:focus {
    border: 1px solid #0d4a85 !important;
    box-shadow: none;
}

.login-btn {
    font-family: 'SF Pro';
    font-style: normal;
    font-weight: 590;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    background: #0d4a85;
    box-shadow: 0px 1px 2px rgba(15, 25, 73, 0.15);
    border-radius: 6px;
    width: 100%;
    border-width: 0;
    padding: 14px 0px;
    cursor: pointer;
}

.login-btn:hover {
    transition: all ease-in;
    opacity: 0.9;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 1024px) {
    .landmark-homepage-mainpart {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:600px) {
    .landmark-homepage-mainpart {
        max-width: 100%;
        padding: 0 20px;
        flex: none;
    }

    .landmark-pv-logo-container img {
        width: 150px;
    }
}
