/**
 * 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
 */
label.required:required:invalid:after {
    display: block;
    content: '* This field is required'
}
.form-maincontent {
max-width: 800px;
margin: 0px auto;
display: table;
}
.main-content {
position: relative;
padding: 0px 0px 50px 0px;
}
.form-control {
height: 32px;
}
.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%;
}
.form-group label {
width: 50%;
float: left;
color: #000;
line-height: 32px;
}
.copyright {
color: #000;
}
.form-group input {
float: left;
}
button#submit_btn {
margin-top: 20px;
min-width: 125px
}
span.validity {
line-height: 32px;
float: left;
}

.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;
}

/* 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;
}
}
