/*
Theme Name: My Bank
Theme URI: https://bank.com/
Author: 
Author URI: https://bank.com/
Description: 
Version: 1.3
*/

.btn-new{
      background-color: #333; /* Green */
  border: none;
  color: #fff;
  padding: 3px  32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  width:100%;
}
.btn-new:hover{
    color: #fff;
}


#wpforms-submit-53, #wpforms-submit-59{
    background-color: #FCD535;
    border: 0px solid #DDC;
    color: #333;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 15px;
    box-shadow:none;
}

#wpforms-submit-56{
    
        background-color: #FCD535;
    border: 0px solid #DDC;
    color: #333;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 15px;
}

.help-block{
    color:#fff;
}


#login{
      background-image: url(https://my.bifinitydigital.com/wp-content/themes/bank-account/assets/img/v748-toon-107.jpg); 
  height: 94vh;
      background-repeat: no-repeat;
    background-size: cover;
}


#register {
  background-image: url(https://my.bifinitydigital.com/wp-content/themes/bank-account/assets/img/v748-toon-107.jpg); 
  height: 94vh;
      background-repeat: no-repeat;
    background-size: cover;
 /* background: rgb(18,29,51);*/
/*background: linear-gradient(90deg, rgba(18,29,51,1) 0%, rgba(42,59,93,1) 50%, rgba(18,29,51,1) 100%);*/
}

#intro {
	/*background: linear-gradient(90deg, rgba(18,29,51,1) 0%, rgb(66, 82, 114) 50%, rgba(18,29,51,1) 100%);*/
	background: #181A20;
	background-size: 400% 400%;
	/*animation: gradient 90s ease infinite;*/
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.navbar .nav-link {
  color: #fff !important;
}

.mask-custom {
  backdrop-filter: blur(15px);
  background-color: rgba(255,255,255,.2);
  border-radius: 3em;
  border: 2px solid rgba(255,255,255,.1);
  background-clip: padding-box;
  box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}






/*card css*/
#credit-card {
  height: 230px;
  width: 380px;
  background: #212529;
  backdrop-filter: blur(30px);
}
#logo-visa {
  width: 80px;
}
#chip {
  width: 40px;
}
 
#ring {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  background: transparent;
  border: 50px solid rgba(255, 255, 255, 0.1);
  bottom: -250px;
  right: -250px;
  box-sizing: border-box;
}

#ring::after {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  background: transparent;
  border: 30px solid rgba(255, 255, 255, 0.1);
  bottom: -80px;
  right: -110px;
  box-sizing: border-box;
}

/*card css*/


/*start dashboard  
.mask-dashboard {
  backdrop-filter: blur(15px);
  background-color: rgba(255,255,255,.2);
  border-radius: 1em;
  border: 2px solid rgba(255,255,255,.1);
  background-clip: padding-box;
  box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
  color:#fff;
}

 end dashboard*/


#fx-pricing-widget-copyright{
  display:none;
}



/*buttons*/
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
}








/*
 * Sidebar
 */
 
 
 .dash-btn:hover{
     background-color: #111112 !important;
 }

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 68px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 3rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */
    