/* ===========================
   BACKGROUND
=========================== */

body{
    background-image: url(../img/rumahsakit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

html,body{
    height:100%;
}

/* ===========================
   OVERLAY
=========================== */

.full-height{
    width:100%;
    height:100vh;
    background:rgba(0,0,0,.55);
}

/* ===========================
   TABLE
=========================== */

table{
    width:90%;
    padding-top:20px;
    animation: transitionIn-Y-bottom .6s;
}

/* ===========================
   LOGO
=========================== */

.edoc-logo{
    color:#ffffff;
    font-size:28px;
    font-weight:700;
    padding-left:20px;
}

.edoc-logo-sub{
    color:#d9d9d9;
    font-size:15px;
}

/* ===========================
   MENU LOGIN & REGISTER
=========================== */

.non-style-link{
    text-decoration:none;
}

.nav-item{
    display:inline-block;
    padding:12px 28px;
    border-radius:30px;
    text-align:center;
    font-size:15px;
    font-weight:600;
    transition:.3s;
    cursor:pointer;
    margin:5px;
}

/* LOGIN */

td:nth-child(2) .nav-item{
    background:#ffffff;
    color:#008060;
    border:2px solid #ffffff;
}

td:nth-child(2) .nav-item:hover{
    background:transparent;
    color:#ffffff;
}

/* REGISTER */

td:nth-child(3) .nav-item{
    background:#00b894;
    color:#ffffff;
    border:2px solid #00b894;
}

td:nth-child(3) .nav-item:hover{
    background:#009c7d;
    border-color:#009c7d;
}

/* ===========================
   JUDUL
=========================== */

.heading-text{
    color:#ffffff;
    font-size:52px;
    font-weight:700;
    text-align:center;
    line-height:65px;
    margin-top:140px;
    margin-bottom:15px;
}

/* ===========================
   DESKRIPSI
=========================== */

.sub-text2{
    color:rgba(255,255,255,.85);
    font-size:18px;
    line-height:32px;
    text-align:center;
}

/* ===========================
   BUTTON BUAT JANJI TEMU
=========================== */

.login-btn{
    background:#00b894;
    color:#ffffff;
    border:none;
    border-radius:40px;
    padding:15px 40px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,184,148,.35);
}

.login-btn:hover{
    background:#009c7d;
    transform:translateY(-4px);
}

/* ===========================
   FOOTER
=========================== */

.footer-hashen{
    position:absolute;
    bottom:20px;
    width:100%;
    left:0;
    text-align:center;
    color:#ffffff;
    font-size:14px;
}