/* =======================================================================
Template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Less ================================== */
@font-face {
    font-family: 'mouse-300';
    src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
    font-family: 'mouse-500';
    src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
    margin: 0px;
    padding: 0px;
    list-style: none; }

img {
    max-width: 100%; }


html, body {
    height: 100%; }



::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important; }

.container-fluid {
    padding: 0px; }


body {
    background-color: #f7f7ff !important;
    color: #6A6A6A; }




.container {
    max-width: 1100px; }
@media screen and (max-width: 575px) {
    .container {
        padding: 20px 30px; 
    }
}

/* ===================================== Body CSS ================================== */
body {
    height: 100%; }
body .conya {
    height: 100%; }

.side-left {
    background-color: #2f2f2f;
    height: 100%;
    width: calc(100% - 360px);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 660px) {
    .side-left {
        display: none; 
    } 
}
.side-left .sid-layy {
    background-color: rgba(252, 175, 38, 0.20); 
    position: absolute;
    width: 100%;
    height: 100%;
    width: calc(100% - 360px); 
    border-right: 1px solid #DEDEDE;
}

.side-right {
    background-color: #f9f9f9;
    height: 100%;
    width: 360px;
    float: left;
    padding: 100px 30px;
    text-align: center; 
}
@media screen and (max-width: 660px) {
    .side-right {
        width: 100%; 
    } 
}
.side-right .logo {
    width: 200px; 
}

.side-right h2 {
    font-size: 0.9rem;
    padding: 20px 10px; 
}
.side-right .form-row label {
    font-size: .8rem; 
}



.copyco {
    position: absolute;
    bottom: 13px;
    font-size: .7rem; 
    text-align: center;
    width: 300px;
}

.slid-roo {
    padding: 10px 50px;
    color: #FFF;
    position: absolute;
    bottom: 0px; }
.slid-roo p {
    font-size: .9rem;
    padding-bottom: 20px;
}

.text-amarelo{
    color: #74541b;
}

.form-control:focus {
    outline: 0;
    color: #495057;
    background-color: #fff;
    border-color: #fcaf26;
    box-shadow: 0 0 0 0.2rem rgb(252 175 38 / 25%);
}