/**
* GainCity Best-Electric Pte Ltd
*
* NOTICE OF LICENSE
*
* This source file is subject to the copyright
* that is bundled with this package in the file Gain-City-Website-License.txt
*
* Category		GainCity
* Package		GainCity_MKT
* Designer		Michael Miole Matinao
* Date			04/12/2018
* Copyright 	© 2018 GainCity Best-Electric Pte Ltd. All rights reserved.
* Licence URL	https://www.gaincity.com/Gain-City-Website-License.txt
*/
.bg-top {
    background: #fff;
    color: #000;
    padding: 0px;
}
.title-form {
    background: #dbdbdb;
    padding: 20px;
    color: #000;
    margin-top: auto;
    position: relative;
    text-align: center;
    font-size: 18px;
}
.padding-top {
    padding: 50px 50px 50px 150px;
}
.form-container {
    box-shadow: 0 5px 18px 3px rgba(0,0,0,.1);
    background: #fff;
    padding: 20px;
    margin: auto;
    width:50%;
}
.fa-2x{
    text-align:center;
}
.font-16{
    text-align:center;
}
@media (min-width: 768px), print {
    .padding-content {
        padding: 40px 40px 0px 40px;
    }
    .registration-content {
        position: relative;
    }
}

@media (max-width: 768px), print {
    .padding-content {
        padding: 0px;
    }
    .registration-content {
        position: relative;
        z-index: 1;
        top: 0px;
    }
    .form-container {
        width:80%;
    }
    .title-form {
        margin-top: 0px;
    }
    .fa-2x{
        font-size:1.5em;
    }
    .bg-top {
        position: relative;
    }
    .padding-top {
        padding: 10px 0px;
    }
    .btn-reg {
        border-radius: 0px !important;
        display: inline-block !important;
    }
    img.bg-hand, img.bg-leaves, img.bg-leaves-v2 {
        display: none;
    }
}
.panel-collapse.show {
    min-height: 120px !important;
    height: 120px !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    color:#fff;
    background-color:#777;
}
.container{
    width:80%;
    padding:20px;
}
.tab-container{
    width:80%;
    box-shadow: 0 5px 18px 3px rgba(0,0,0,.1);
    background: #fff;
    padding: 20px;
    margin: auto;
}
.col-sm-3{
    padding:5px 10px;
    border:1px solid #c2c2c2;
    border-radius: 4px;
    margin:10px;
    width:20%;
}
.col-md-3{
    padding:5px 10px;
    margin:10px;
    width:20%;
}