/* --- Success --- */

.page-user-complete-registration .content_interior-bl, .page-payment-success .content_interior-bl {
    padding-top: 250px !important;
}

#success {
    color: #546e7a;
    padding: 0 0 150px;
}
#success .success-container{
    width: 100%;
}
#success .success_bl {
    width: 100%;
    max-width: 600px;
    margin: 25px auto 0;
    border-radius: 6px;
    border: 1px solid #e9ebef;
    padding: 30px 55px 30px;
    background: url(../img/bg_forms.png) repeat center center
}

#success .icon_complete {
    width: 45px;
    height: 45px;
    border: 4px solid #49bb51;
    border-radius: 50%;
    background: transparent;
    margin: 0 auto;
}

#success .icon_complete:before {
    content: "";
    font-family: Student;
    font-size: 26px;
    color: #49bb51;
}

#success .success_bl h1 {
    font-size: 30px;
    margin: 30px 0 40px;
    font-family: Open Sans;
}

#success .content {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 55px;
    font-family: Open Sans;
}

#success .success_bl .btn-go_back {
    border-radius: 3px;
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 40px;
    margin: 0 auto;
    max-width: 100%;
    width: 120px;
    font-weight: bold;
    background: #29b6f6;
}

.btn-go_back:hover, .btn-go_back:active, .btn-go_back:focus {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

#success .btn-success {
    background: #2ea046;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    width: 240px;
    max-width: 100%;
    border: none;
    text-decoration: none;
    font-weight: 400; font-family: Roboto;
    display: inline-block !important;
}

#success .btn-cancel, .btn_return_page {
    background: #dddddd;
    color: #574E45;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    width: 240px;
    max-width: 100%;
    border: none;
    text-decoration: none;
    font-weight: 400; font-family: Roboto;
    display: inline-block !important;
}

#success .btn-single {
    background: #2ea046;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    width: 240px;
    max-width: 100%;
    border: none;
    text-decoration: none;
    margin: 0 auto;
    font-weight: 400; font-family: Roboto;
}

@media (min-width: 320px) and (max-width: 767px) {

    .page-user-complete-registration .content_interior-bl, .page-payment-success .content_interior-bl {
        padding-top: 50px !important;
    }
    
    #success {
        padding: 50px 0 100px;
    }
    
    #success .success_bl {
        padding: 20px 25px 30px;
        margin: 0 auto;
    }
    
    #success .img_succes {
        line-height: 35px;
        height: 35px;
    }
    
    #success .img_succes:before {
        font-size: 40px;
    }

    #success .success_bl h1 {
        font-size: 30px;
        margin: 25px 0;    
    }

    #success .content {
        font-size: 12px;
        padding-bottom: 30px;
    }

    #success .btn-go_back {
        font-size: 15px;
        line-height: 25px;
        width: 160px;
    }
    
}

@media (min-width: 768px) and (max-width: 1199px) {

    #success {
        padding: 100px 0;
    }

    #success .success_bl {
        margin: 0 auto;
    }

    .page-user-complete-registration .content_interior-bl, .page-payment-success .content_interior-bl {
        padding-top: 100px !important;
    }

}


/* --- End Success --- */