﻿html {
    height: 100%;
}

body {
    min-height: 100%;
}

#footerSection {
    background: #202020;
    color: white;
    padding: 28px 0 44px;
    margin-top: 20px;
    border-top: 1px solid #444;
    margin-top: 13.56%;
}


.thumbnail {
    background: #fff;
    position: relative;
    border: 1px solid #eee;
    width: 100%;
}

form.form-inline.navbar-search {
    margin-left: 20%;
}

/*Payment Success Begin*/
.payment {
    border: 1px solid #f2f2f2;
    height: 280px;
    border-radius: 20px;
    background: #fff;
}

.payment_header {
    background: #468847;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}

.check {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

    .check i {
        vertical-align: middle;
        line-height: 50px;
        font-size: 30px;
    }

.content {
    text-align: center;
}

    .content h1 {
        font-size: 25px;
        padding-top: 25px;
    }

    .content a {
        width: 200px;
        height: 35px;
        color: #fff;
        border-radius: 30px;
        padding: 5px 10px;
        background: #468847;
        transition: all ease-in-out 0.3s;
    }

        .content a:hover {
            text-decoration: none;
            background: #000;
        }

.col-md-6.mx-auto.mt-5 {
    margin-top: 10%;
}
/*Payment Success End*/

fieldset {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;    
    border-radius: 10px;
    width:52%;
}

legend {
    padding: 2px;    
}