html {
    font-size: 14px;
    color: #fff;
    background: #2349aa url(../images/bg.png) left top no-repeat;
    background-size: cover;
}
body{
    background: transparent;
}
.heddlogin {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 27px;
}
.btn-primary{
    border-radius: 35px;
}
.btn-primary {
    border: 1px solid #f64b9c !important;
    background: linear-gradient(#a000fe, #aa4de1);
    border-radius: 35px;
}
input[type=button] {
    background-color: #6e8cd7 !important;
    border: 1px solid #6e8cd7 !important;
}
/* .d_none{display: none;} */
.wrapper-page {
    margin: auto;
    max-width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width:300px) and (max-width:900px) {
    .side-menu.left, .sidebar-inner {
    overflow: scroll !important;
    }
    }