/*@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700'; */
* {
    padding: 0;
    margin: 0
}

body {
    background-color: #fff;
    font-family: roboto, sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto slab, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333
}

h1 {
    font-size: 70px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -.02em;
    font-weight: 700
}

h2 {
    font-size: 24px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.04em
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    letter-spacing: -.04em
}

h3 {
    font-size: 17px
}

h4 {
    font-size: 15px
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px
}

img {
    border: none;
    outline: none
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

p {
    font-size: 14px;
    margin-bottom: 15px
}

a {
    font-family: roboto slab, sans-serif;
    letter-spacing: -.04em
}

a,
a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888!important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888!important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888!important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888!important
}

button {
    border: none;
    background: 0 0
}



.header-height {
    width: 100%
}
.formlogo img{
    position: relative;
    border-radius: 50%;
    width:100px;
    height:100px;
}
.promo-title{
	padding: 10px 20px 0 20px; 
	text-decoration: underline; 
	color: #c00; 
	font-weight: bold;
}
.modal-head{
    align-items:flex-start;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem;
    border-bottom:1px solid #e9ecef;  
}
 .modal-head .close{
    padding:1rem;
    margin:-1rem -1rem -1rem auto
 }
.modal-title{
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}
.subtitle{
     font-size: 18px;
    text-align: center;
    font-weight: bold;
    
}
.header-note{
    font-size: 14px;
    font-weight: bold;
}
.mdc {
    background-color: #FEB139;
    text-align: center;
    padding: 10px  
}
.close{
	color: #fff;
}
.mdd {color:#333;
    text-align: center;
    padding-top: 10px;
    font-size:25px;
    font-weight: bold;
    font-family:roboto slab, sans-serif;  
}
.fieldset-title{
font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.top-content-wrap ul li {
    margin-right: 20px;
    display: inline-block
}

.top-content-wrap ul li a {
    display: inline-block;
    color: #fff
}

.top-content-wrap ul li i {
    color: #fff;
    margin-right: 10px
}

.top-content-wrap .right-info {
    text-align: right
}

.top-content-wrap .right-info i {
    margin-right: -5px;
    background-color: #fff;
    color: #2b47a5;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    font-size: 12px;
    border-radius: 2px
}

.top-content-wrap .right-info li:last-child {
    margin-right: 0
}

.bottom-header {
    background-color: #fff;
    position: relative
}

.bottom-content-wrap {
    display: flex;
    align-items: center
}



@media screen and (max-width: 600px) {
.mdd{
font-size:15px;
}
.modal-title{
    font-size: 14px;
}
.subtitle{
     font-size: 13px;
     }
.form-group{
    font-size: 12px
}
.modal-footer .btn{
  width: 100%;
}
.header-note{
    font-size: 12px;
}
.fieldset-title{
font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.formlogo img{
    position:relative;
    width:50px;
    height:50px;
}
}
