
.yumch-n-reset{
    background-color: #FA5A4D;
    width: 43% !important;
    border-radius: .5em;
    padding: 1% 5%;
    margin-top: 0%;
   
}

@media screen and (max-width:1050px){
    .yumch-n-login {
        background-color: #FA5A4D;
        width: 60% !important;
        border-radius: .5em;
       
        padding: 5% 5%;
      
        margin-left: 11%;
    }
    .yumch-n-forgot{
        background-color: #FA5A4D;
        width: 60% !important;
        border-radius: .5em;
        padding: 1% 5%;
        margin-top: 4%;
       
}
.yumch-n-reset{
    background-color: #FA5A4D;
    width: 60% !important;
    border-radius: .5em;
    padding: 1% 5%;
    margin-top: 4%;
    
 }
}
@media screen and (max-width:768px){
    .yumch-n-login {
        width: 76% !important;
        border-radius: .5em;
       
        padding: 5% 5%;
       
        margin-left: 11%;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }
    .yumch-n-forgot{
        background-color: #FA5A4D;
        width: 76% !important;
        border-radius: .5em;
        padding: 1% 5%;
        margin-top: 4%;
        position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
   
}
.yumch-n-reset{
    background-color: #FA5A4D;
    width: 76% !important;
    border-radius: .5em;
    padding: 1% 5%;
  
    position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
 }
}

@media screen and (max-width:480px){
    .yumch-n-login {
        width: 90% !important;
        border-radius: .5em;
       
        padding: 5% 5%;
       
        margin-left: 11%;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }
    .yumch-n-forgot{
        background-color: #FA5A4D;
    width: 90% !important;
    border-radius: .5em;
    padding: 1% 5%;
    
    padding-bottom: 19%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
   
}
.yumch-n-reset{
    background-color: #FA5A4D;
    width: 90% !important;
    border-radius: .5em;
    padding: 1% 5%;
    position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    
 }
 .log-logo {
    max-width: 69%;
    margin-bottom: -38px;
    background-color: #FF5252;
    color: #fff;
    align-items: center;
    margin-left: 18%;
}
.login-p {
    color: #fff;
    float: right;
    font-size: 18px;
    margin-top: 8%;
}
.remember {
    margin-left: 6% !important;
    margin-top: 5% !important;
    font-size: 18px;
   
}
}
.mpdcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
   margin-left: -9%;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .mpdcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color:#FA5A4D;
    border:2px solid white;
  }
  
  /* On mouse-over, add a grey background color */
  .mpdcontainer:hover input ~ .checkmark {
    background-color: #FA5A4D;
  }
  
  /* When the checkbox is checked, add a blue background */
  .mpdcontainer input:checked ~ .checkmark {
    background-color: #FA5A4D;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .mpdcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .mpdcontainer .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media screen and (max-width:578px)and(min-width:480){
    .mpdcontainer {
        display: block;
        position: relative;
        padding-left: 35px;
       margin-left: -4% !important;
        cursor: pointer;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      
}
.register-merchant{
  margin-top: 2%;
  font-size: 20px;
  
}
.link-white{
  color:#fff !important;
}
.link-white:hover{
  color:blue !important;
}
.pad-3{
  padding-left: 3%;
  margin-top: 3%;
}