.error {
    border: 1px solid #c00 !important;
}
.card {
    border: 0
}
.card .card-title a {
    color: #424242;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s
}
.card .card-footer .right a,
.card .card-title a:hover {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}
.card .card-title a:hover {
    color: #616161;
    transition: .4s
}
.card img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.card .card-block {
    position: relative
}
.card .card-footer {
    padding-bottom: 0;
    font-size: 1.2rem
}
.card .card-footer:after {
    display: block;
    content: "";
    clear: both
}
.card .card-footer .card-link {
    color: inherit
}

.card .form-header {
    color: #fff;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 3rem;
    padding: 1rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
		background-color: #321878!important;
}

.card .form-header h3 {
    margin: 0;
    padding: .7rem;
	    color: #fff !important;
}

.card-block h3, .card-block h5 {
    font-weight: 400;
    margin-bottom: 1rem;
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-control {
    padding: .5rem 0 .6rem;
       font-size: 14px !important;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    margin-top: .2rem;
    margin-bottom: 1rem;  
       border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid;
	border-radius:0;
    box-shadow: none !important;
}
.md-form,
.md-form .btn {
    margin-bottom: 1.5rem
}
.form-control:focus {
    background: 0 0
}
.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0
}
.md-form {
    position: relative
}
.md-form label {
    color: #757575;
    position: absolute;
    top: .8rem;
    left: 0;
       font-size: 14px !important;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out
}
.md-form label.active {
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%)
}
.md-form .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s
}
.md-form .prefix.active {
    color: #4285F4
}
.md-form .prefix~input,
.md-form .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.card-block  .prefix  p{       display: inline-block;
    float: left;  margin-left: 3rem;}

.md-form .prefix~textarea {
    padding-top: .8rem
}
.md-form .prefix~label {
    margin-left: 3rem
}
@media only screen and (max-width: 992px) {

.loginpage  form {
	margin: 4em auto !important;
	padding: 3em 2em 2em 2em !important;
	background: #fafafa !important;
	border: 1px solid #ebebeb !important;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px !important;
}


    .md-form .prefix~input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}
@media only screen and (max-width: 600px) {
    .md-form .prefix~input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}
.list-group-item,
textarea {
    width: 100%
}
.md-form.input-group .form-control {
    margin: 0;
    padding-left: 1rem
}
.md-form.input-group .form-control:-moz-placeholder {
    color: #999;
    padding-top: 2px
}
.md-form.input-group .form-control::-ms-placeholder {
    color: #999;
    padding-top: 2px
}
.md-form.input-group .form-control::-webkit-input-placeholder {
    color: #999;
    padding-top: 2px
}
.md-form.input-group .form-control::-moz-placeholder {
    color: #999;
    padding-top: 2px
}
.md-form.input-group .form-control:-ms-input-placeholder {
    color: #999;
    padding-top: 2px
}
.md-form.input-group .form-control::placeholder {
    color: #999;
    padding-top: 2px
}
.form-inline fieldset {
    margin-right: 1.5rem
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem
}
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #eceeef;
}

.modal-footer, .modal-header {
    -webkit-box-align: center;
    padding: 15px;
}
.btnlg{clear:both;}
.btn-login{    padding: .90rem 3.13rem !important;
    border-radius: 2px;
    border: 0;
    color: #fff!important;
    margin: 6px;
    white-space: normal!important;
    word-wrap: break-word;
    background: #311b92;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)  !important;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    margin-top: 2rem  !important;}
	
	.btn-login a{color:#fff !important}
	
	.subhead{
	margin: 10px 0px;
    color: #000;
	}
	
	.register-form  ul li{    list-style-type: disc;
    list-style-position: inside;}
	
	
	@media only screen and (min-width: 992px) {
	.loginpage  form {
	width: 500px;
	margin: 4em auto !important;
	padding: 3em 2em 2em 2em !important;
	background: #fafafa !important;
	border: 1px solid #ebebeb !important;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px !important;
}}


