@font-face {
    font-family: 'nexa_lightregular';
    src: url('../component/bootstrap/fonts/gara.eot');
    src: url('../component/bootstrap/fonts/gara.eot?#iefix') format('embedded-opentype'),
         url('../component/bootstrap/fonts/gara.woff') format('woff'),
         url('../component/bootstrap/fonts/gara.ttf') format('truetype'),
         url('../component/bootstrap/fonts/gara.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,html{
    height:100%;
    font-family:nexa_lightregular;
    background: -moz-linear-gradient(top,  #0c4c93 0%, #3073ba 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c4c93), color-stop(100%,#3073ba)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0c4c93 0%,#3073ba 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0c4c93 0%,#3073ba 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0c4c93 0%,#3073ba 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0c4c93 0%,#3073ba 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4c93', endColorstr='#3073ba',GradientType=0 ); /* IE6-9 */
    background-attachment:fixed;
}
.iheat-box{
    width: 50%;
    margin: 0px auto;
    padding: 20px;
    background: rgba(255,255,255,.3);
    border-radius: 10px;
}
form label{
    color:#fff;
}
.form-control{
    border: none;
    background: rgba(14,84,156,.2);
    color:#cdcdcd;
}
button[type="submit"]{
    border: none;
    background: rgba(14,84,156,.2);
    color:#cdcdcd;
}
.text-gray{
    color:#cdcdcd;
}
.border-bottom{
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}



@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .iheat-box{
            width: 100%;
            margin: 0px auto;
            padding: 20px;
            background: rgba(255,255,255,.3);
            border-radius: 10px;
        }
        .logo{
            width:70%;
            margin:0px auto;
        }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .iheat-box{
        width: 100%;
        margin: 0px auto;
        padding: 20px;
        background: rgba(255,255,255,.3);
        border-radius: 10px;
    }
    .logo{
        width:70%;
        margin:0px auto;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}