.msg{
    /*padding: 5px;
    font-weight: bold;
    padding-left: 20px;
    border-radius: 7px;
    width: 100%;
    font-family: -webkit-pictograph;*/

    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.msg-error{
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 8px;
}

.msg-bg-error{
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.msg-success{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 8px;
}

.msg-bg-success{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.main-body{
	background: #e6e3e3;
    padding: 20px;
}
.hide{
    display: none;
}
.required{
    color: #d03e3e;
    font-size: 18px;
    font-weight: bold;
    margin-left: 2px;
}