*{margin:0;padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}
input {
    border:0;
    outline: 0;
    width: 100%;
    background-color: transparent;
}
body
{
    font-family: Arial;
    line-height: 1.3;
    font-size: 14px;
    color: #333333;
}

.box-form {
    max-width: 450px;
    margin:15px auto 0;
}
.box-form .form-group
{
    margin-bottom: 15px;
}
.box-form .label
{
    width: 135px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 0;
}
.box-form .input
{
    width: 300px;
    float: right;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    padding-left: 10px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
}
.form-control:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn-1 {
display: table;
padding: 10px 25px;
border-radius: 2px;
background-color: #4dbeff;
color: #fff !important;
font-weight: 700;
margin-bottom: 12px;
font-size: 11.5pt;
border:none;
cursor:pointer;
text-decoration:none;text-transform:uppercase;
}
.btn-1:hover {
background-color:#048604;
}


@media (max-width: 479px) {
    .box-form .label ,.box-form .input {
        float: none;
        width: auto;
    }
    .box-form {
        width: auto;
        text-align: left;
    }
    .box-form .form-group
    {
        margin-bottom: 10px;
    }
}