#enter-details {
    margin-top: -110px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.font-family-and-color {
    font-family: 'QuickSand', sans-serif;
    color: #7b4a9c;
}

.border-radiusness {
    border-radius: 15px;
}

.padding-top-style {
    padding-top: 20px;
}

.roboto-faimliy-and-color {
    font-family: 'Roboto', sans-serif;
}

.flex-container {
    display: flex;
}

.flex-container>div {
    margin: 10px;
    padding: 20px;
    font-size: 30px;
}

.submit-btn-style {
    background-color: #7b4a9c;
    font-family: 'QuickSand', sans-serif;
    color: white;
    border-color: #7b4a9c;
    font-size: 16px;
    border-radius: 15px;
    border-width: 2px;
    width: 180px;
    margin: 20px;
    padding: 10px;
}

.copy-btn{
    height: 70px;
}

.submit-btn-style:hover {
    background-color: white;
    color: #7b4a9c;
}

#submit-btn {
    margin-top: 10px;
    margin-left: -15px;
}

.some-needed-top-padding {
    padding-top: 10px;
}

.custom-style-links {
    text-decoration: none;
    color: #707070;
    font-weight: 100;
}

.tuto-box {
    width: 95%;
    border-radius: 20px;
    margin: auto;
    background-color: #F9F9FF;
    padding: 30px;
    max-width: 570px;
}

.title-tuto {
    height: 100px;
    font-size: 30px !important;
    display:table !important;
}

.tuto-box span{
    display:table-cell;
    vertical-align:middle;
}

.tuto-steps {
    padding-top: 20px ;
}

.sign-desk {
    font-size: 39px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin: auto;
    padding-bottom: 170px;
}

.arrow {
    margin-top: -70px;
    text-align: center;
}

#navbar-brand-styles {
    padding-left: 80px;
}

@media screen and (max-width: 1283px) {
    .title-tuto {
        height: 135px;
    }
}

@media screen and (max-width: 1200px) {
    #form-container {
        height: 650px !important;
    }

    .sign-desk{
        padding-bottom: 70px;
    }

    .title-tuto {
        height: 100px;
    }
}

@media screen and (max-width: 810px) {

    #mobile-tel-label,
    #office-tel-label {
        font-size: 0.8rem !important;
        padding-bottom: 7px !important;
    }
}

@media screen and (max-width: 767px){
    #form-left-pane{
        padding-right: 20% !important;
    }

    #form-right-pane{
        padding-right: 20% !important;
    }

    #form-container {
        height: 900px !important;
    }
}

@media screen and (max-width: 582px) {

    #mobile-tel-label,
    #office-tel-label {
        font-size: 0.7rem !important;
    }
}

@media screen and (max-width: 520px) {
    
    #enter-details {
        font-size: 1.5rem !important;
    }

    #submit-btn {
        margin-top: 40px;
    }

    #apercu-text {
        font-size: 2rem;
        margin-top: -90px;
    }

    #sign-container {
        margin-top: 60px;
    }

    #apercu-text {
        font-size: 1.9rem;
        margin-top: 0;
    }

    #form-left-pane,
    #form-right-pane {
        all: revert;
    }

    #form-left-pane input,
    #form-right-pane input {
        width: 400px;
    }

    #form-container {
        height: 900px !important;
    }

    #submit-btn {
        position: relative;
        top: -20px;
    }

    #mobile-tel-label,
    #office-tel-label {
        font-size: 1rem !important;
    }

    #lolalogo {
        position: relative;
        left: -100px;
    }
}

@media screen and (max-width: 481px) {
    #apercu-text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 445px) {
    #navbarDropdown {
        padding-left: 10px;
    }
}

@media screen and (max-width: 417px) {
    #form-container {
        height: 900px !important;
    }
}

@media screen and (max-width: 390px) {

    #form-left-pane input,
    #form-right-pane input {
        width: 300px;
    }
}

@media screen and (max-width: 333px) {
    #form-container {
        height: 920px !important;
    }

    #form-left-pane input,
    #form-right-pane input {
        width: 200px;
    }

    #apercu-text,
    #enter-details {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 224px) {

    #apercu-text,
    #enter-details {
        font-size: 1rem !important;
    }
}
