﻿    /* Form Content*/

    .frmTitle {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 2.6em;
        margin-left: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    /*.input-group-padding {
        margin: 10px 0;
    }*/

    .nextbtn {
        height: 50px;
        /*width: 70px;*/
        padding: 10px;
        border-radius: 1px;
        margin: 10px auto;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
    }

    #regForm {
        background-color: rgba(6, 57, 121, 0.7);
        box-shadow: 3px 3px 5px rgba(65, 117, 186, 0.70);
        margin: 100px auto;
        font-family: Raleway;
        padding: 25px;
        width: 80%;
        min-width: 300px;
        color: #fff;
    }

        #regForm input {
            height: 50px;
            border-radius: 1px;
        }

    input[type="text"], input[type="email"], textarea {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
    }

    #regForm label {
        font-family: 'Roboto Condensed', sans-serif;
        /*font-size: 1.5em;*/
    }
    /*Marketing text*/
    #marketing-text {
        padding: 35px;
    
        background-color: rgba(87, 88, 90, 0.4);
        margin-top: 125px;
    }

        #marketing-text h1 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 45px;
            color: #ad1515;
            text-shadow: 1px 1px 2px white, 0 0 10px #c39d9d, 0 0 3px #fffcfc;
            font-weight: bold;
            font-weight: bold;
        }

        #marketing-text p {
            font-size: 22px;
            color: white;
            font-family: 'Roboto Condensed', sans-serif;
        }
         .btn-circle.btn-xl {
        background-color: rgba(6, 57, 121, 0.7);
        width: 100px;
        height: 100px;
        padding: 16px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 50px;
        color: #fff;
        font-weight: bold;
    }

    .step-box {
        padding: 20px;
    }

    .text-step {
        font-size: 2.5vh;
    }