.fileBtnLabel{
    background: linear-gradient(to right, #0062E6, #33AEFF);
    color: white !important;
    border-radius: 5rem !important;
    height: 50px;
    text-align: center;
    line-height: 2.5rem !important;
    font-size: 1rem !important;
    display: inline-block !important;
    position: relative !important;
    cursor: hand;
}
.fileBtn{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.form-label-group{
    margin: 0 !important;
}

form{
    margin: 0 !important;
}

.msg-error{
    margin: 1rem;
    color: red;
}

.copyright{
    position: relative;
    bottom: 0;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 1rem 0 0;
}

.card-body{
    position: relative;
}
.bgImg{
    background-image: url('bg.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
    position: absolute;
    filter: blur(1px);
}
.card-signin{
    z-index: 2;
}