/* Fonts Form Google Font ::- https://fonts.google.com/  -:: */
@import url('https://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Alegreya|Arima+Madurai|Dancing+Script|Dosis|Merriweather|Oleo+Script|Overlock|PT+Serif|Pacifico|Playball|Playfair+Display|Share|Unica+One|Vibur');
/* End Fonts */
/* Start Global rules */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* End Global rules */

/* Start body rules */
body {
    /*background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);*/
    /*background-image: linear-gradient(to top, #6ab7b4 0%, #d17694 100%);*/
    background-color: #eafff9;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: "Poppins",sans-serif !important;
    /*   the main font */
    font-family: "Poppins",sans-serif !important;
    opacity: .95;
     background-image: linear-gradient(to top, #fff 0%, #f1f2f7 100%); 
}

p{font-family: "Poppins",sans-serif !important; }

/* |||||||||||||||||||||||||||||||||||||||||||||*/
/* //////////////////////////////////////////// */




/* End body rules */

/* Start form  attributes */
form {
    /*width: 450px;
    min-height: 500px;
    height: auto;
    border-radius: 5px;
    margin:4% auto 3% auto;
    box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.50);
    padding: 2%;*/
    /*background-image: linear-gradient(-225deg, #d4fcf0 50%, #fecff5 50%) ;*/
    /*background-image: linear-gradient(-225deg, #bcd7cf 50%, #d3b5cd 50%);*/
    /*background-color:#f0e1fe !important;*/
}
    /* form Container */
    form .con {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }

/* the header form form */
header {
    /*margin: 0% auto 0% auto;*/
    text-align: center;
}
    /* Login title form form */
    header h1 {
       
        font-family: "Poppins",sans-serif !important;
        color: #3e403f;
        /*margin-bottom:5px;*/
        /*padding-top:14px;*/
        text-align:center;
        /*padding-right:12px;*/
    }
    /*  A welcome message or an explanation of the login form */
    header p {
        letter-spacing: 0.05em;
    }



/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */


.input-item {
    /*background: #fff;*/
    color: #333;
    padding: 16px 2px 17px 7px;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    margin: 9.9px 0 0 0;
    /*margin-left: -20px;*/
    padding: 16px 6px 16px 0px;
    border-radius: 5px 5px 5px 5px;
    float: left;
    position: relative;
    right: 2%;
    top: -.2%;
    z-index: 5;
    cursor: pointer;
}



/* Show/hide password Font Icon */
#eye {
    /*background: #fff;*/
    color: #333;
    margin: 9.9px 0 0 0;
    margin-left: -22px;
    padding: 7px 6px 16px 0px;
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: relative;
    right: 2%;
    top: -.2%;
    z-index: 5;
    cursor: pointer;
}
/* inputs form  */
input[class="form-control"] {
    width: 395px;
    height: 50px;
    margin-top: 2%;
    padding: 15px;
    font-size: 16px;
    font-family: "Poppins",sans-serif !important;
    color: #5E6472;
    outline: none;
    border: none;
    border-radius: 5px 5px 5px 5px;
    transition: 0.2s linear;
}

input[id="txt-input"] {
    width: 250px;
}
/* focus  */
input:focus {
    transform: translateX(-2px);
    border-radius: 5px;
}

input .internal-autofill-selected {
    background-color: #fff !important;
}
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */

/* input[type="text"] {min-width: 250px;} */
/* buttons  */
.log-in, .frgt-pass, .sign-up {
    display: inline-block;
    color: #fff;
    width: 392px;
    height: 50px;
    padding: 0 20px;
    background: #098348;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
    margin: 1% auto;
    letter-spacing: 0.05em;
    /*font-weight:bold;*/
}
.download-in, .frgt-pass, .sign-up {
    display: inline-block;
    color: #252537;
    width: 280px;
    height: 30px;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
    margin: 2% auto;
    letter-spacing: 0.05em;
}
/* Submits */
.submits {
    width: 48%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    
}
.apk-dawnload
{
      width: 95%;
    
    float: left;
    margin-left: 2%;
    background-color:#B8F2E6;
       display: inline-block;
    color: #252537;
    width: 392px;
    height: 50px;
    padding: 0 20px;
  
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
    margin: 0% auto 25px 0;
    letter-spacing: 0.05em;
}

.apk-dawnload:hover
{    animation: ani9 0.4s ease-in-out infinite alternate;
}

/*       Forgot Password button FAF3DD  */
.frgt-pass {
    background: transparent;
}

/*     Sign Up button  */
.sign-up {
    background: #B8F2E6 !important;
    padding:unset !important;
}


/* buttons hover */
.log-in:hover, button:hover {
    transform: translatey(3px);
    box-shadow: none;
}

/* buttons hover Animation */
.log-in:hover, button:hover {
    animation: ani9 0.4s ease-in-out infinite alternate;
}

@keyframes ani9 {
    0% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(5px);
    }
}














/*new bord*/


.header-login {
    padding: 5px 5px;
    width: 100%;
    background: #fff url(../images/h-bg.png) right no-repeat;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255,255,255,0.08);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.08);
    border-bottom:1px solid #ccc;
}

.form-padding {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}

.inset {
    padding: 50px 50px 20px 50px !important;
    /*background: #fff;*/
    overflow: hidden;
    position: relative;
    text-align:center;
}

.login-title {
    /*padding: 10px 20px 0px 20px;*/
    color:#3f66a7;
    font-size:24px;
    margin-bottom:15px;
    font-weight:bold;
    text-transform:uppercase;
}

/*#DVMainDiv { margin-left:45%;}*/

form h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    padding: 0px 0;
    position: relative;
    margin-top: 19px;
}

    form h1:after {
        content: "";
        display: block;
        width: 250px;
        height: 100px;
        position: absolute;
        top: 0;
        left: 50px;
        pointer-events: none;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
        background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.05), rgba(0,0,0,0)); /* For Safari */
    }

.copyright {
    font-size: 11px;
    text-align: center;
}

label {
    color: #333;
    display: block;
    padding-bottom: 9px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    /*border-radius: 0.3em;*/
    border-radius: 100px;
    margin-bottom: 20px;
}

label[for=remember] {
    color: white;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 5px;
}

input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
}

.p-container {
    padding: 0 20px 0px 20px;
}

    .p-container:after {
        clear: both;
        display: table;
        content: "";
    }

    .p-container span {
        display: block;
        float: left;
        color: #0d93ff;
        padding-top: 8px;
    }

input[type=submit] {
    padding: 10px 20px;
    /*border: 1px solid #a066cb;*/
    border-radius:0px;
    background: #a066cb;
    color: white;
    float: right;
    /*font-weight: bold;*/
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

    input[type=submit]:hover {
        box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
        background:#cb9eed;
        border:1px solid #cb9eed;
    }

input[type=text]:hover,
input[type=password]:hover,
label:hover ~ input[type=text],input[type=submit]
label:hover ~ input[type=password] {
    background: #efefef;
}


/* Makes responsive fields.Sets size and field alignment.*/
input[type=text] {
    margin-bottom: 10px !important;
    margin-top: 10px;
    width: 100%;
    padding: 8px 10px 8px 10px;
    border-radius: 100px;
    border-bottom: 1px solid #ccc;
}

input[type=submit] {
    margin-bottom: 10px;
    width: 100%;
    padding: 8px 15px !important;
    border-radius: 100px;
    height: auto !important;
}

textarea {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #7ac9b7;
    border-radius: 0px;
    margin-bottom: 20px;
    resize: none;
}

input[type=text]:focus, input[type=password]:focus {
    border-color: #1836b2;
}

.logodisplay {
    background: #fff;
    text-align: center;
    margin: 5px 5px 5px 5px;
    border-radius: 0.4em;
}

@media screen and (max-width: 979px) {
    .header-login {
        padding: 1% 1%;
        width: 100%;
        background: #fff;
    }

    .logo-sec {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.btn-post {
    background: #277dcb;
    color: #fff;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

    .btn-post:hover {
        padding: 0 20px;
        text-decoration: none;
        background: #2e6da4;
        line-height: 28px;
        display: inline-block;
        color: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }





.header-login .top-header {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

    .header-login .top-header .in1 {
        width: 30%;
        float: left;
        position: relative;
        background: #fff;
    }

        .header-login .top-header .in1 img {
            width: 380px;
            margin-top: 22px;
            float: left;
            display: block;
        }

    .header-login .top-header .in2 {
        width: 40%;
        float: left;
        position: relative;
        background: #fff;
    }

        .header-login .top-header .in2 img {
            width: 450px;
            margin: 0 auto;
            display: block;
        }

    .header-login .top-header .in3 {
        width: 30%;
        float: left;
        position: relative;
        background: #fff;
    }

        .header-login .top-header .in3 img {
            width: 220px;
            float: right;
            display: block;
        }

@media only screen and (max-width:1260px) {
    .header-login .top-header .in1 img {
        width: 100%;
        margin-top: 22px;
        float: left;
        display: block;
    }

    .header-login .top-header .in2 img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .header-login .top-header .in3 img {
        width: 60%;
        float: right;
        display: block;
    }

}

@media only screen and (max-width:750px) {
    .header-login .top-header .in1 {
        width: 50%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in2 {
        width: 50%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in3 {
        display: none;
        width: 30%;
        float: left;
        position: relative;
        background: #fff;
    }
     #DVMainDiv { margin-left:auto;}

}



@media only screen and (max-width:580px) {
    .header-login .top-header .in1 {
        width: 100%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in2 {
        width: 100%;
        float: left;
        position: relative;
        background: #fff;
    }

    .header-login .top-header .in1 img {
        width: 280px;
        margin: 0 auto;
        margin-top: 0px;
        float: none;
        display: block;
    }

    .header-login .top-header .in2 img {
        width: 280px;
        margin: 0 auto;
        display: block;
    }
    #DVMainDiv { margin-left:auto;}
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
