.page-header a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
	font-size: medium;
	float:right;
	border-radius: 5px;
}

.page-header a:hover {
    background-color: #ddd;
    color: black;
}

.page-header .previous {
    background-color: #f1f1f1;
    color: black;
}

.page-header .next {
    background-color: #e7e7e7;
    color: black;
}

.page-header .round {
    border-radius: 50%;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.cst_navbar {
    background: #337ab7;
}

.nav-txt {
    color: white !important;
}

.header_logo_img {
    margin-top: 5px;
    margin-left: 20px;
    width: 90px;
    height: 90px;
    float: left;
    padding: 5px;
    background: white;
    /* border: 1px solid; */
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.icon {
    width: 80px;
    height: 80px;
    background-color: #337ab7;
    border-radius: 50%;
    font-size: 30px;
    margin: -50px auto;
    margin-bottom: 10px;
}

.login-wrapper {
    margin-top: 5%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 1.0);
}

.form-group .submit{
color: white !important;
    height: 50px;
    position: absolute;
    /* top: 20px; */
    left: 0;
    right: 0;
    margin: 30px auto;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  
}

.btn-primary {
  
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
   font-weight: 400;
   text-align: center;
    white-space: nowrap;
    vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.rounded {
    border-radius: 0.25rem !important;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=submit].btn-block {
    width: 50%;
}

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out;
}

.panel-default {
   border-style:none;
}

.icon span {
    color: #fff;
}

.doc_tble {
	margin-top: 10px;
    font-size: 18px;
}