html {
    position: relative;
    min-height: 100%;
}
.btn-warning{
    color: #f8f9fa !important;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 7px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
/*
Start :: Signup Css
*/
.MarginBottom {
    margin-top: 1%;
}

.mainbk{
    background-color: #fffef3;
}
.bg-mvpm {
    border-bottom: 2px solid #e89b61;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
form {
    position: relative;
    width: 67%;
    margin: 45px 15px;
}

.form-group {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-control {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
    font-family: inherit;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(117, 117, 117, 0.15);
}

.form-control:focus {
    border-bottom: 2px solid rgb(3, 169, 245);
    outline: none;
    box-shadow: none;
    background-color:#f7efd877;
}


.text-muted{
    font-size: 11px;
}
.SignupMarginBottom{
    margin-bottom:  11px;
}
@media screen and (max-width: 800px) and (min-width: 200px) {


    .LoginMargin{
        margin-top:10px;
    }
    .footer {
        position: absolute;
        width: 100%;


        height: 60px;
        line-height: 60px;
        background-color: #f5f5f5;
    }
}
/* Sticky footer styles
-------------------------------------------------- */
@media screen and (max-width: 1600px) and (min-width: 801px) {
    .footer {
        position: absolute;
        bottom: 2px;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 60px;
        line-height: 60px; /* Vertically center the text there */
        background-color: #f5f5f5;
    }
    .LoginMargin{
        margin-top:10px;
    }
}
.btnAlign {
    margin-right: 75%;
}

/*
End :: Signup Css
*/
.bigpixi-footer-social {
    margin-left: auto;
    margin-top: 8px;
}

.bigpixi-footer-social__list-item {
    display: inline-block;
    margin-left: 16px;
}
.bigpixi-footer__icon-link {
    display: inline-block;
    -webkit-transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
.bigpixi-footer-social__icon {
    display: inline-block;
    height: 32px;
    width: 32px;
}

/*horizontally menu*/

.notice {
  background-color: #fc6b02;
}
.notice marquee {
  color: #fff;
}
.notice marquee ul {
  padding: 0;
  margin: 0;
}
.notice marquee ul li {
  line-height: 2;
  margin-right: 15px;
}
.notice marquee ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #fdb10f;
  margin-right: 6px;
  font-size: 10px;
}
.flash-box {
  width: 200px;
  height: 42px;
  position: relative;
  background: #fdb10f;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2.6;
}
.flash-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fc6b02;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.flash-box:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fdb10f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
marquee {
  position: relative;
  top: 4px;
}