/**
 * 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_Ecommerce
 * Package		GainCity_Ecommerce
 * Developer	Faraz Jafri
 * Date			22/01/2019
 * Copyright 	© 2019 GainCity Best-Electric Pte Ltd. All rights reserved.
 * Licence URL	https://www.gaincity.com/Gain-City-Website-License.txt
 */

#iframe {
    display: block;
}

.form-maincontent {
    max-width: 900px;
    margin: 0px auto;
    display: table;
}

.main-content {
    position: relative;
    min-height: 550px;
    height: 550px;
    background: #1e2020;
    padding: 0px 0px 50px 0px;
}

.form-maincontent .form-control, .form-maincontent select {
    height: 41px;
    border: 0px;
    border-radius: 0px;
}

.alert.alert-success {
    margin-bottom: 0;
}

input#name, input#phone, input#email_id {
    /*width: calc(48% - 10px);
    display: inline-block;*/
}

#phone:invalid + span:after {
    content: '\f00d';
    color: #f00;
    padding-left: 5px;
    font-family: FontAwesome;
}

#phone:valid + span:after {
    content: '\f00c';
    color: #26b72b;
    padding-left: 5px;
    font-family: FontAwesome;
}

#email_id:invalid:not(:focus) + span:after {
    content: '\f00d';
    color: #f00;
    padding-left: 5px;
    font-family: FontAwesome;
}

#email_id:valid + span:after {
    content: '\f00c';
    color: #26b72b;
    padding-left: 5px;
    font-family: FontAwesome;
}

.form-group {
    display: inline-block;
    width: 100%;
    position: relative;
}

.form-group select {
    width: 100%;
}


.form-group label {
    /*width: 50%;
    float: left;*/
    color: #dbd2d3;
    line-height: 32px;
}

.copyright {
    color: #dbd2d3;
}

.form-group input {
    float: left;
}

button#submit_btn {
    margin-top: 20px;
    min-width: 240px;
    font-weight: bold !important;
    font-size: 16px !important;
    height: 41px;
}

span.validity {
    /*line-height: 32px;
    float: left;*/
    line-height: 32px;
    float: left;
    position: absolute;
    right: 0px;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 50%;
    float: left;
}

.unstyled li {
    margin: 6px 0;
    width: 100%;
    display: inline-block;
}

.unstyled li label.label-checkbox {
    width: 100%;
    line-height: 1.3;
}

.unstyled li label.label-checkbox input.styled-checkbox {
    width: 15px;
    height: 15px;
}

input:focus {
    outline: none;
}

.form-title {
    font-size: 36px !important;
    font-weight: 200;
    padding: 0px;
    margin: 20px 0px;
    color: #ffff;
    letter-spacing: 1px;
}

/* responsiveness */
@media screen and (max-width: 640px) {
    .form-group label, .unstyled {
        width: 100%;
    }

    input#name, input#phone, input#email_id {
        /*width: calc(97% - 10px);
        display: inline-block;*/
    }

    .main-content {
        min-height: 1000px;
        height: 1000px;
    }

    .form-title {
        font-size: 24px !important;
    }
}
