.formsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formsection .form-group {
    width: 48%;
}
#salesking_add_subagent_form1 input {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none !important;
}
.error {
    color: red;
    font-size: 12px;
    font-weight: normal;
}
button#salesking_add_subagent1 {
    font-family: "Verdana", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    background-color: #000000 !important;
    border-style: none;
    border-radius: 30px;
    background-image: none;
    padding: 12px 30px;
}
h5.modal-title {
    font-size: 22px;
    font-weight: bold;
}
.modal_add_subagent_alert .modal-body p {
    text-align: center;
}
.modal_add_subagent_alert .modal-title{
	text-align: center;
}
.modal_add_subagent_alert .modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 35%;
}


.modal_add_subagent  .modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 14%;
}
.errormessage{
	margin-bottom:20px;
}
.errormessage span {
    color: red;
    font-size: 14px;
    font-weight: normal;
}
.sucessmessage {
    color: green;
    margin-bottom: 20px;
}
.sucessmessage a{
	color:#bb141a;
	font-weight:700;
}
.sucessfulregister .modal-header,
.sucessfulregister .modal-body {
    text-align: center;
}
.sucessfulregister .modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
}