.invalid-feedback {
    display: block;
}

.forgot-password {
    text-align: right;
}       

.heading-text {
    color: #00bdd6 !important;
}

.btn-main-primary {
    background-color: #00bdd6 !important;
    color: #fff !important;
}

.background-container {
    background-image: url('../../assets/img/media/login.png');
    background-size: cover;
    background-position: center;
    height: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.wd-108p {
    width: 108%;
}



/* Image Upload */
.img-upload .img-preview {
    width: 100%;
    height: 250px;
    border: 1px dashed #000;
    color: #ecf0f1;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-size: cover !important; */
    background-size: contain !important;
}

.img-upload .img-preview label {
    display: inline-block;
    margin-bottom: .5rem;    
    z-index: 5;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    color: #143250;
    font-size: 14px;
    line-height: 40px;
    top: 100%;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* box-shadow: 0px 0px 15px #eaeaea; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.img-upload .img-preview input {
    width: 100%;
    height: 140px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
    cursor: pointer;
    opacity: 0;
}

.file-space {
    padding-bottom:50px;
}

.increase-size{
    font-size: 1.2rem;
}