.row{
    font-family:"Open Sans", Arial, sans-serif;
}
.btn-default{
    background-image: none;
}
.btn-default:hover{
    background-color: white;
}
.btn-default:active{
    background: none !important;
}
.btn-info{
    background-image: none;
    background-color:#f93a3a;
    border:none;
}
.btn-info:hover{
    background-color:#f93a3a;
}
.btn-info:active{
    background:none #f93a3a !important;
}
.btn-lg{
    font-size: 14px;
    margin-top: 10px;
    min-width: 66%;
}
hr.blue{
    height: 6px;
    background-color: #f93a3a;
    margin:0;
    border: none;
}
a{
    color: #9c9c9c;
}
a:hover{
    text-decoration:none;
    color: #9c9c9c;
    cursor:pointer;
}
img{
    margin: 20px 0;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.form-control{
    margin-bottom: 10px;
    height: 25px;
    font-size: 12px;
}

.form-control.zip_code{
    padding: 3px 12px !important;
}
label{
    font-size: 12px;
}
.row.resetting_pass{
    font-size: 12px;
    margin-top: -12px;
    margin-bottom: 15px;
}
h3{
    font-size: 14pt;
    text-transform:uppercase;
    /*margin-top:25px;
    margin-bottom:15px;*/
	vertical-align: middle;	/* schpp */
}
.hideOverflow{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.intl-tel-input{
    width: 100%;
}

.invalid ul{
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: red !important;
}
