    @font-face {
        font-family: 'yekan';
        src: url(/front/assets/fonts/yekan/Yekan.eot);
        src: url(/front/assets/fonts/yekan/Yekan.eot?#iefix) format("embedded-opentype"), url(/front/assets/fonts/yekan/Yekan.woff) format("woff"), url(/front/assets/fonts/yekan/Yekan.ttf) format("truetype"), url(/front/assets/fonts/yekan/Yekan.svg#BYekan) format("svg");
        font-weight: normal;
        font-style: normal
    }
    
    @media screen and (max-width: 800px) {
        .card {
            height: 600px;
            overflow: scroll;
        }
    }
    
    * {
        font-family: yekan;
    }
    
    section {
        padding-top: 0
    }
    
    .card {
        background-color: rgba(255, 255, 255, 0.8)!important;
    }
    
    .form-section {
        padding-left: 15px;
        display: none;
    }
    
    .form-section.current {
        display: inherit;
    }
    
    .btn-success .btn-info {
        margin-top: 10px;
    }
    
    .form-check .form-check-input {
        float: right;
        margin-right: -1.5em;
    }
    
    .previous {
        float: left;
    }
    
    #card {
        position: relative;
        width: 320px;
        display: block;
        margin: 40px auto;
        text-align: center;
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    #upper-side {
        padding: 2em;
        background-color: #8BC34A;
        display: block;
        color: #fff;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }
    
    #checkmark {
        margin: -4.5em -48px 27px 30px;
        fill: #fff;
    }
    
    #status {
        font-size: 2em;
        margin-top: -0.2em;
    }
    
    #lower-side {
        padding: 2em 2em 5em 2em;
        background: #fff;
        display: block;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    
    #message {
        margin-top: -.5em;
        color: #757575;
        letter-spacing: 1px;
    }
    
    #contBtn {
        position: relative;
        top: 1.5em;
        text-decoration: none;
        background: #8bc34a;
        color: #fff;
        margin: auto;
        padding: .8em 3em;
        -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
        -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
        box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
        border-radius: 25px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    
    #contBtn:hover {
        -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
        -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
        box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    
    div.alert.alert-primary,
    div.alert.alert-primary a {
        color: #084298!important;
    }
    
    .btn,
    .form-control {
        height: 41px!important;
    }
    
    .text-white h5 {
        color: #fff;
        height: 600px;
        over-flow: scroll;
    }
    
    .error-msg {
        color: rgb(150, 4, 4);
        font-size: 14px;
        padding: 2px;
    }