  
*{margin: 0px; padding: 0px; box-sizing: border-box; }

.container-g{
    width: 1170px;
    background: yellow;
}
.container-g {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: auto;
}

.one-full{
	padding:10px 15px;
    width: 99%;
    margin: 5px auto;
}
.one-half{
	padding:10px 15px;
    width: 50%;
    float: left;
}
.one-fourth{
	padding:10px 15px;
    width: 33.33%;
    float: left;
}
input.form-control {
    margin: 5px;
} 
.form-control {
    display: block;
    width: 98%;
    height: 40px!important;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212121;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select{
	height:42px!important;
	margin-bottom:10px!important;
}
.form-control-1 {
    display: block;
    width: 100%;
    height: 20px;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212121;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media only screen and (max-width: 768px){
.container-g{
    max-width: 100%;
    background: yellow;
}
.container-g {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.form-control {
    width: 97%;
}
}

@media only screen and (max-width: 500px){
.one-half{
    width: 100%;
}
.one-fourth{
    width: 100%;
}
}

.adminfields{
	border: solid 1px;
    float: left;
    padding: 16px;
    border-radius: 20px;
    background-color: floralwhite;
}
