.error
{
color:red;
width: 100%;
}

.MainContainer
{
	min-height:450px;
}

@font-face {
    font-family: nastaliq;
    src: url(NotoNastaliqUrdu-Regular.ttf);
}




.form-1 .control-label {
	font-weight: 500;
    font-family: nastaliq;
}
.form-horizontal .control-label {
	font-weight: 500;
    font-family: nastaliq;
}


.UrduText {
	font-weight: 500;
    font-family: nastaliq;
}
.PageBox {
    border: 2px solid #cfcfda;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
}
	.title{
		text-align: center;
    font-size: 17px;
    color: #018790;
    padding: 5px 15px !important;
    font-weight: bold;
	background:#eeeeee ;
	}
	.comp{
		color:red;
	}

    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
        opacity: .8;
    }