/* my theme color */
.my_theme_color{
  background-color:#29323c !important
}
button.my_theme_btn{
  border:1px solid #FFFFFF;
  margin-top:20px;
  float:right;
}

.close {
    color: #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
    background-color: #29323c !important; 
    float:right;
}


.card-header {
    padding: 1rem 1rem !important;
}

.viewmore_margin_bottom
{
  margin-bottom: 0rem !important;
}

.card-auth1 {
  width: 24rem;
}

label {
    color: rgba(255, 255, 255, 0.75);
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    height: 25px;
}