﻿.form-group {
    margin-bottom: 15px;
    padding-left: 15px;
}
.form-control {
    width: 90%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c7c7cc;
    border-radius: 4px;
    -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;
}
.astric
{
    color:Red;
    
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.RefershImage
{
    vertical-align: middle;
}
.btnVisitor
{
    min-width:100px;
    width:30%;
    font-size:14px;
    }
    
    .responsive {
    width: 100%;
    height: auto;
}

/*-------------------------------------------Image Responsive---------------------------------------------*/

.responsive {
    width: 100%;
    height: auto;
}
.alignleft
{
    text-align: left;
}
.aligncenter
{
    text-align: center;
}