.box-outer {
    display: grid;
    overflow-y: scroll;
    /* display: table; */
    /* display: none; */
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 81;
    background:#FFF;
    /*background:#ededed;*/
    /* background: url(../images/motherday_bg_web_03.jpg) repeat center 117px #51b0e3; */
    /* background: url(../images/2-100.png) repeat center #fdfb97; */
    /* background: url(../images/QUEEN10BG.jpg) repeat center #e7e9e8;    */
    /* background: url(../images/bg-01respone.png) repeat center #fdfb97; */
    /* background: #af80b6; */
    /* background: url(../images/bg_father28_02.png) repeat center #fdfb97; */
    background-size: cover;
}
.box-middle {
    display: table-cell;
    vertical-align: middle;
}
.container_pop {
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto;
    margin-left: auto; */
    margin: auto;
    min-height: 100%;
    display: grid;
}
.box-login {
    /*background-color: #ededed;*/
    display: table;
    margin: auto;
    width: 100%;
    /*-webkit-box-shadow: 1px 0px 10px 0px rgba(54,54,54,0.4);
    -moz-box-shadow: 1px 0px 10px 0px rgba(54,54,54,0.4);
    box-shadow: 1px 0px 10px 0px rgba(54,54,54,0.4);*/
    padding-bottom: 50px;
    text-align:center;
    /*background: #ededed;*/
    /*background: #cea239;*/
    /*background: url(../images/bg_father28_02.png) repeat 0 30px;*/
}
.box-login a{font-size: 140% !important;}
.box-outer{
  background: #1e8866;
}

@media (min-width: 768px) {
  .container_pop {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container_pop {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container_pop {
    width: 1170px;
  }
}
