﻿/*======================|User Registration|=======================*/
.reg-para {
    margin: 0px;
    padding: 5px 10px;
    height: auto;
    background: #f16122;
    vertical-align: top;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    font-size: 16px;
    font-family: 'Open Sans';
    color: White;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #2A4147;
}

.user-reg .divider {
    margin: 2px 0px 0px 0px;
    height: 4px;
    width: 100%;
    float: left;
}

.user-reg .form-group span {
    padding-left: 20px;
    line-height: 25px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: rgb(19, 58, 100);
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    color: white;
}
.modal-title {
    margin: 0;
    line-height: 25px !important;
    font-size: 25px;
    font-weight: 400;
}
.modal-header {
    padding: 10px 20px  !important;
    border-bottom: 1px solid #e5e5e5;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
}
.close {
    opacity: 1.2 !important;
    
}

.modal-header .close {
    color:#fff  !important;
}