.lrp-form {
    background-color: #060606;
    background-position: center;
    padding: 80px 20px 60px;
    @media screen and (max-width: 575px) {
        padding: 40px 0;
    }
    .iti {
        display: flex;
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        &__selected-flag {
            font-weight: 600;
        }
    }
    .lrp-form-icon {
        display: block;
        margin: -95px auto 0;
        @media screen and (max-width: 575px) {
            margin-top: -45px;
        }
    }
    .lrp-form-title {
        font-family: 'Benzin', sans-serif;
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        line-height: 1.15;
        margin-bottom: 20px;
        color: white;
        @media screen and (max-width: 991px) {
            margin-bottom: 60px;
        }
        @media screen and (max-width: 991px) {
            margin-bottom: 40px;
        }
        @media screen and (max-width: 575px) {
            margin-bottom: 20px;
            font-size: 24px;
        }
    }
    .lrp-form-subtitle {
        position: relative;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
        color: white;
        z-index: 1;
        @media screen and (max-width: 575px) {
            margin-bottom: -40px;
        }
    }
    #lrp-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
        margin: 0 auto;
        background-color: #000;
        padding: 40px 60px 60px;
        border-radius: 20px;
        input {
            display: flex;
            width: 100%;
            height: 50px;
            font-family: 'Benzin', sans-serif;
            border-radius: 15px;
            font-size: 15px;
            padding: 8px 12px;
            &:not(:last-child) {
                margin-bottom: 20px;
            }
        }
        button {
            display: block;
            background-image: linear-gradient(0.028turn,rgba(3,2,252,1) 0%,rgba(3,2,252,1) 74%,rgba(133,132,255,1) 100%);
            border: none;
            border-radius: 15px;
            color: #fff;
            font-family: 'Benzin', sans-serif;
            font-size: 16px;
            margin: 0 auto;
            padding: 10px 30px;
            transition: all 0.3s ease;
        }
        @media screen and (max-width: 575px) {
            padding: 10px;
            border-radius: 8px;
        }
    }
}