/*Style.CSS*/
/* All logos and logo sizes are edited in this CSS*/

.header-logo-image, .footer-logo{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    width: 147px;
}

#preloader h1{
    background-size:160px 23px;
    background-repeat: no-repeat;
    background-position:center bottom;
    height:100px;
}

.preloader-light h1{background-image:url(../images/pictures/logo-medicapp-light.svg)!important;}
.preloader-dark h1{background-image:url(../images/pictures/logo-medicapp-light.svg)!important;}

.dark-skin .header-logo-image,
.dark-skin .footer-logo{background-image:url(../images/pictures/logo-medicapp-light.svg)!important;}

.light-skin .header-logo-image,
.light-skin .footer-logo{background-image:url(../images/pictures/logo-medicapp-light.svg)!important; transform: scale(1); margin-left: 15px; margin-top: 1px;}


textarea.form-control {
    height: auto !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-family: 'Poppins';
    border: solid 1px rgba(0,0,0,0.1);
    background-color: transparent;
    line-height: 20px;
    border-radius: 3px!important;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    transition: all 250ms ease;
    color: #2d2d2d !important;
}