.panel-title {
    color: red;
}
.form-group {
    width: 100%;
}
.pad_tb_2em
{
	padding:2em 0;
}
.info-color {
    background-color: #3359e5 !important;color:#fff
}

.sm-container
{
	max-width:700px;
	margin:0 auto;
}
.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.md-form>label {
  max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: .5rem;
    text-align: left;
    width: 100%;
}
::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}

select, textarea, input, label
{
	color:#000 !important;
}
textarea
{
	resize:none;
}
.btn
{
	min-width:150px;
}
.m-b-20
{
	margin-bottom:20px;
}
.m-lr-5
{
	margin:0 5px;
}

.captcha-box { border-radius: 5px; border: 2px solid; padding: 2rem; max-width: 400px; margin: 20px 0; }
#canvas {
width: 200px;
height: 60px;
}



































