body{
    background: #f1f1f1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.container{
    width: 370px !important;
    padding-left: 0px !important;
}
.card-container{text-align: center;
    position: relative;
    width: 70%;
}
#pushApproveData{
    display: none;
}
.iconChnage {
    transform: scale(100);
}
.card{
    width: 338px;
}
.card-container form{
    height: 270px;
    width: 335px;
    background: #fff;
    padding: 8%;
    color: #72777c;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.card-container form select,#code{
    margin: 4px 0;
    height:40px;
}
#code{
    font-size: 16px; padding: 14px;
}
#pushgya{
    color: #3c763d;
    height: 32px;
    background-color: #dff0d8;
    padding-top: 4px;
    font-size: 15px;
    font-weight: bolder;
    display: none;
    bottom: 0;
    right: 0;
    left: 0;
    width:100%;
    text-align: center;
    position: absolute;
}
#imagesSpan{
    display: block;
    min-height: 80px;
    margin-top: 30px;
}
#authSelectLabel{
    width: 100%;
    text-align: left;
    font-weight: 100;
    margin-bottom: 12px;
}
#buttonSpan{
    display:block;
    margin-top: 16px;
}
#cancel{
    float: left;
}
#send{
    float: right;
    margin-top: 5px;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}
#cancel,#send{
    width: 40%;
    padding: 0;
    height: 34px;
    font-size: 14px;
}
.pushGroup{
    display: none;
}
#svgViewAll, #svgViewAllDeny{
    width: 1px;
    transition: all 0.25s ease;
}
#statusText{
    font-size: 16px;
    color: #6BC452;
    display: none
}
#message{
    color: gray;
    display: none;
}
