body {
  background-image: linear-gradient(-225deg, #FFF6EB 0%, #FFE6FA 100%);
  background-image: linear-gradient(to top, #FFF6EB 0%, #fed6e3 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  opacity: .95;
  font-family: "Montserrat", serif;
  font-size: 14px;
  color: #343434;
}
.moo-corp-login .moo-logo {
  width: 250px;
  margin: 3% auto;
}
.global-wrap {
  background: transparent;
}
.moo-corp-login div.head-form h2 {
  font-size: 22px;
  color: #343434;
  margin: 0px;
  font-weight: 500;
}

.moo-corp-login div.head-form h2 span {
  display: block;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
}
.moo-corp-login form {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px;
  -webkit-border-radius: 20px 50px;
  -moz-border-radius: 20px 50px;
  border-radius: 20px 50px;
  background-image: linear-gradient(-225deg, #E3FDF5 50%, #FFE6FA 50%);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
}
.moo-corp-login form .form-cntrl {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
#verify-otp {
  text-align: center;
  position: relative;
  margin-top: 100px;
}
#verify-otp h2 {
  color: #343434;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
  font-family: Montserrat;
  margin-bottom: 20px;
}
.moo-corp-login div.head-form {
  margin: 2% auto 10% auto;
  text-align: center;
}
.moo-corp-login div.head-form h2 {
  font-size: 22px;
  color: #343434;
  margin: 0px;
  font-weight: 600;
}
.moo-corp-login div.head-form p {
  margin: 0px;
  font-size: 17px;
  font-weight: 500;
}
.moo-corp-login form input[class="form-input"] {
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  height: 50px;
  color: #343434;
  font-weight: 500;
  outline: none;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: 0.2s linear;
  font-family: "Montserrat", serif;
  margin-bottom: 15px;
}
/* focus  */
.moo-corp-login form input:focus {
  transform: translateX(-2px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}
.moo-corp-login form button.log-in {
  display: inline-block;
  color: #252537;
  padding: 15px 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s linear;
  font-family: "Montserrat", serif;
  font-weight: 500;
}
.moo-corp-login form button.log-in:hover {
  transform: translatey(3px);
  animation: ani9 0.4s ease-in-out infinite alternate;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}
.moo-corp-login form input.log-in {
  display: inline-block;
  color: #252537;
  padding: 15px 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s linear;
  font-family: "Montserrat", serif;
  font-weight: 500;
  margin-bottom: 0px;
}
.tbale-trnasction-history thead th:last-child {
  padding-right: 15px;
}
input.log-in[disabled] {cursor: not-allowed !important; background: rgb(219 225 225) !important;}
.done-btn{
  display: inline-block;
  color: #252537;
  padding: 15px 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s linear;
  font-family: "Montserrat", serif;
  font-weight: 500;
  margin-bottom: 0px;
}
.sizewrapper{
  height: 600px;
}
.cancel-new-btn {
  display: inline-block;
  color: #E81850;
  padding: 15px 30px;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s linear;
  font-family: "Montserrat", serif;
  font-weight: 500;
}
.password-message-block{
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px;
  -webkit-border-radius: 20px 50px;
  -moz-border-radius: 20px 50px;
  border-radius: 20px 50px;
  background-image: linear-gradient(-225deg, #E3FDF5 50%, #FFE6FA 50%);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);

}
.moo-corp-login form input.log-in:hover {
  transform: translatey(3px);
  animation: ani9 0.4s ease-in-out infinite alternate;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}
.moo-corp-login .login-cntrlr {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.moo-corp-login a.forgot-pwd {
  color: #E81850;
  float: right;
}
.moo-corp-login .login-cntrlr a:focus {
  outline: none;
}
.request-submitted h1 {
  color: #e81850;
}
.request-submitted p span {
  color: #e81850;
}
.gry-btn {
  background: #e81850;
  border-radius: 10px;
}
.request-submitted p {
  color: #343434;
}
.request-submitted label {
  color: #343434;
}
@keyframes ani9 {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(5px);
  }
}
.moo-corp-login-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.moo-corp-login-body img {
  margin: 9% 0 0;
  width: 100%;
}
.login-panel h1 {
  margin: 0px 0 40px;
  color: #343434;
  font-size: 30px;
  font-weight: 400;
}
.login-panel h1 span {
  display: block;
  font-size: 20px;
}
.login-panel {
  position: relative;
  text-align: center;
}
.email-sent label {
  font-size: 17px;
  margin: 0px 0 42px;
}
.email-sent-expiry {color:#e81850; margin: 65px 0 0; font-size:22px; font-weight: 600;}
/****************** Footer ************************/
footer {
  background: #1B1D50;
  margin-top: 60px;
}
.footer-block-2 {
  padding: 70px 0 0;
  display: inline-block;
  width: 100%;
  border-bottom: #545e96 1px solid;
}
.footer-block-2 .footer-logo {
  background: url("../images/footer-graphics.svg") no-repeat;
  background-position: bottom right;
  background-size: 340px;
  min-height: 200px;
  position: relative;
}
.footer-block-2 .footer-logo img {
  width: 240px;
}
.footer-block-2 .social-media {
  position: absolute;
  left: 0px;
  bottom: 25px;
}
.footer-block-2 .social-media a {
  display: inline-block;
  margin-right: 5px;
}
.footer-block-2 .social-media a img {
  width: 35px;
}
.footer-block-2 .quick-access ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 33%;
  float: left;
}
.footer-block-2 .quick-access ul li strong {
  color: #EDB61D;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}
.footer-block-2 .quick-access ul li a {
  color: #DAE0FF;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}
.footer-block-2 .quick-access ul li a:hover {
  text-decoration: underline;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.moo-copyrights {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  color: #DAE0FF;
}
.moo-copyrights .moo-copyright-block-1 a {
  color: #DAE0FF;
  font-size: 13px;
  transition: 0.3s;
}
.moo-copyrights .moo-copyright-block-1 a:hover {
  text-decoration: underline;
}
.moo-copyrights .moo-copyright-block-2 {
  text-align: right;
}
.select2-container .gift-select-moo.select2-choice{
  border-radius: 10px!important;
  border: 2px #ffffff solid!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: #ffffff!important;
  height: auto!important;
  line-height: normal!important;
  padding: 14px 15px;

}
.selectize-control.single .selectize-input{
  border-radius: 10px !important;
  border: 2px #ffffff solid !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 10px 15px!important;
  height: auto!important;

}
.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 19px;
  right: 10px;
  display: block;
  width: 13px;
  height: 8px;
  background: url(../images/quality-arw.png) no-repeat 0 0;
}
.custom-value input.form-control{
  height: auto;
  padding: 14px 15px!important;
  border-radius: 10px!important;
}
.recipient-details input{
  height: auto;
  padding: 14px 15px!important;
  border-radius: 10px!important;
  border: none!important;
}
.customise-each-phone .select2-container .select2-choice{
  line-height: normal!important;
  height: auto!important;
  border-radius: 10px!important;
  border: none!important;
  padding: 5px 0px;
}
.customise-each-phone .select2-container .select2-choice > .select2-chosen{
  margin: 0px;
}
.customise-each-phone .select2-container .select2-choice .select2-arrow {
  top: 19px;
}
.giftcard-brand textarea{
  border-radius: 8px 15px 8px 15px!important;
  border: none!important;
}
.custom-selected-gift label{
  color: #343434!important;
}
.corp-custom-val lable{
  color:#343434;
}
.corp-custom-val lable, .quantity-v lable {
  color:#343434;
}

/************* Media Query **************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .moo-corp-login-body img {
    margin: 13% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .moo-corp-login-body img {
    margin: 20% 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .hide-web {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hide-device {
    display: none;
  }
  .footer-block-2 .social-media {
    position: initial;
    padding-bottom: 30px;
  }
  .footer-block-2 .quick-access {
    margin: 35px 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .moo-corp-login-body img {
    display: none;
  }
  .moo-corp-login form {
    margin-top: 50px;
  }
}