.main-container {
  width: 100%;
  height: auto;
}

.form-card {
  margin: 50px auto;
  background-color: #d3d3d3;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  width: 60%;
  padding: 16px;
  /* text-align: center; */
  transition: transform 0.3s;
}

.form-card:hover {
  transform: scale(1.05);
}

.paperbag-input {
  width: 100%;
  margin: 0px 0px 10px 0px;
  color: black;
}

.mail_section_1 label {
  text-align: left !important;
}

/* -------------------------- */
/* overriding ace-admin styles */
.login-layout {
  /* background-color: #1d2024; */
  background-color: #e4e6e9;
}
.login-layout .widget-box .widget-main {
  /* background: #f7f7f7; */
  background-color: #ffffff;
}
/* -------------------------- */

/* overriding bootstrap3 styles */
/* 
.col-sm-11 {
  width: 91.666%;
  width: 31.666%;
} 
*/

textarea {
  resize: none;
}
