a:hover{color:grey;text-decoration: none;}
.files input {
    background:transparent;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 102px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{background:transparent;outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.fa-camera {
    z-index:-1 !important;
    position: absolute;
    top: 60px;
    font-size: 50px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " Choose files to upload OR drag them here ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.bg-dark {
    background-color: #0464cc!important;
}
.bg-dark a{color:#fff;}

.bg-light {
    background-color: #327fcc!important;
}
.navbar-light .navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}
.navbar-light .navbar-nav .nav-link{color:#ffff;font-weight:bold;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color:yellow;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:yellow;}
.dig .form-group{margin-bottom:0px;}	
.logoimg{width:45px;}
#termsChkbx{
    box-shadow: 0px 0px 0px 2px #000;
    background-color: #000;
    margin-right: 7px;
    width: 17px;
    height: 15px;
    top: 1px;
    position: relative;
}
@media only screen and (max-width: 768px) {
.fa-camera{top: 135px !important;}
.gender .form-check-input{display:block;}
.files input{padding: 119px 0px 150px 15%;}
.navbar-light .navbar-toggler{display:none;}
.patientsec .col-md-6{margin-bottom:50px;}
#newpatient .form-row .col-md-2{margin-bottom: 12px;}
#newpatient .form-row select{margin-top:0px !important;}
#blood_pressure_diastolic{margin-top:10px !important;}
.logoimg{margin-left:45%;}
.files:before {content:" please click the camera icon and take a photo of your reports. Your reports will be automatically uploaded. ";
    width: 232px;
    font-size: 14px;
    height: 102px;
}
}	

@-moz-document url-prefix() {
.files input{padding: 120px 0px 102px 17%;}
}