﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.leftMenu .nav-link {
    color: #000000;
    background-color: #ffffff;
    border-bottom: #eeeeee solid 1px;
}
.leftMenu .nav-link:hover {
    color: #fff;
    background-color: #058466;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #058466;
  
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

body {
    height: 100vh;
    margin: 0; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    background-image: url('../img/backg.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-attachment: fixed; 
    background-color: #f0f0f0;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(2px);
}

.login-wrp {
    padding: 30px 30px 10px 30px;
   
    background: hsla(187, 56%, 83%, 1);

background: linear-gradient(360deg, hsla(187, 56%, 83%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

background: -moz-linear-gradient(360deg, hsla(187, 56%, 83%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

background: -webkit-linear-gradient(360deg, hsla(187, 56%, 83%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#BBE6EC", endColorstr="#FFFFFF", GradientType=1 );

    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px; 
}

    .login-wrp form{
        
    }
    .login-wrp .btn {
        width: 100% !important;
    }

    .login-wrp h1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 46px;
        text-align: center;
    }

    .login-wrp h4 {
        text-align: center;
        font-size: 16px;
    }

    .login-wrp .title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

.login-btn {
    padding: 10px 24px!important;
    border: #068466 solid 2px!important;
    border-radius: 3px!important;
    background-color: #068466!important;
    box-shadow: inset 0 0 100px 100px transparent;
    color: #fff!important;
    font-weight: 700!important;
    text-decoration: none;
    font-size: 16px !important;
}

.logintext h1{
    color:#36454F;
    
}

.register-btn {
    font-weight: 400 !important;
    text-align: center;
}

.register-btn a {
    color:#000000!important;
    text-decoration:underline!important;
}
.google-btn {
    padding: 5px 10px;
    color: #000000 !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    border: #dddddd solid 1px;
    width: 100%;
    margin: 10px 0px 10px 0px;
    background: #ffffff!important;
    display:none;
}
    .google-btn img{margin-right:20px;}

    .loginLogo {
        margin: 0px;
        padding: 0px;
        text-align: center;
        border-bottom: #eeeeee solid 1px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    



#forgot-password {
    float: right;
    font-size: 14px;
    font-weight:600;
}

.copy-to-clipboard input {
    border: none;
    background: transparent;
}

.copied {
    position: absolute;
    background: #1266ae;
    color: #fff;
    font-weight: bold;
    z-index: 99;
    width: 100%;
    top: 0;
    text-align: center;
    padding: 15px;
    display: none;
    font-size: 18px;
}


.logoWrp{
    text-align:center;
}

.text-danger{
    color:red!important;
    font-size:14px!important;
}
.text-danger ul {
   margin:0px!important;
   padding:0px!important;
   list-style:none!important;
}
.form-control{
    border:#058466 solid 1px!important;
    font-size:13px!important;
}
label{
    font-weight:500!important;
    font-size:14px!important;
}

.forgotPass{
    color:#000000!important;

}

.form-group {
    margin-bottom: 10px!important;
}



.ManageDiv h2 {
    font-size: 20px;
    border-bottom: #eeeeee solid 1px;
    padding-bottom: 20px;
}
.leftMenu {
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px;
}
.rightPanel {
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px;
}
    .rightPanel .btn-primary {
        color: #fff;
        background-color: #058466!important;
        border:none!important;
        min-width:100px;
       
    }

    .rightPanel h4 {
        font-size:18px;
        border-bottom: #eeeeee solid 1px;
        padding-bottom: 10px;
    }

.alertBox {
    width: 100%;
    border: 1px solid #f7d3d7;
    background: #fff8f9;
    color:#000000;
    font-weight:600;
    font-size:14px;
    padding:10px;
    margin-bottom: 14px;
    border-top: #fcbfc6 solid 1px;
    border-right: #fcbfc6 solid 1px;
    border-bottom: #fcbfc6 solid 1px;
    border-left: #fcbfc6 solid 5px;
}

.greenBtn {
    color: #fff;
    background-color: #058466 !important;
    border: none !important;
    min-width: 100px;
}
.greenBtn:hover {
    color: #fff!important;
    
}

.alert-success {
    color: #000000 !important;
    background-color: #effcf9 !important;
    border-left: #dbfaf3 solid 1px !important;
    border-right: #dbfaf3 solid 1px !important;
    border-bottom: #dbfaf3 solid 1px !important;
    border-left: #058466 solid 5px !important;
}

.text15{
    font-size:15px;
}
.whiteBorderbox {
    
}
.ClientId {
    width: 100%
}
.ClientId .left {
    float:left;
    width:91%;
}
    .ClientId .right {
        float: left;
        width:9%;
    }


.container1 {
    display: flex;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.column {
    flex: 1;
    padding: 20px;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.submit-btn {
    padding: 7px 10px;
    background:  #36454F;
    color: white;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 3px;
}

.submit-btn::hover {
   
    background:  #2e688d;
   
}

.orBtn{
    display:none;
}
    .orBtn h2 {
        font-size: 14px;
        font-weight: normal;
        position: relative;
        display: none;
    }

    .orBtn h2:before, .orBtn h2:after {
        content: "";
        width:45%;
        height: 1px;
        background: #328181;
        display: inline-block;
    }
.accountTxt{
    font-size:13px;
}

.text-danger {
    color: #058466!important;
    font-size:14px!important;
    
}