﻿.modal-dialog.custom-modelwidth.loginpopup {
    top: 25%;
    margin: 0 auto;
}
.buttonOTP {
    display: inherit;
}

.modal-dialog.custom-modelwidth {
    position: relative;
}

.profile-page .image-container {
    background: url(../logincss/images/menu/sidepic111.jpg);
}

.portfolio-page .image-container {
    background: url(../logincss/images/background/sidepic222.jpg);
}

input:-webkit-autofill {
    background-color: red !important;
}


body {
    font-family: 'Ubuntu', sans-serif;
}
.dasbordimg {
    width: 40px;
    margin-top: 25px;
}

.forgot-resetbtn {
    width: 100%;
}

.forgot-pass {
    margin: 5px 0px 20px 5px;
    display: block;
    text-align: center;
}

    .forgot-pass a {
        color: #000;
    }

.reset-pass {
    float: right;
}

.intro-widget {
    display: none;
    margin-top: 14%;
}

.height100 {
    height: 100%;
}

.small-heading span {
    padding-top: 15px;
    display: block;
    padding-bottom: 25px;
    color: #dd8e32;
}

.button-set1 {
    vertical-align: middle;
    width: 118px
}

.bg2story {
    background-color: #0067af;
}
.popone {
    font-family: sans-serif;
    font-size: 11px;
    z-index: 9999;
}
.logheader {
    background-color: #232531;
    color: white
}
.loginmodelbdytxt {
    font-size: 12px;
    text-align: center;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    background-color: transparent !important;
}

/*New Css for Login page design*/
.logo{max-width:400px;}
.logo img {
    max-width: 100%;
    margin: 60px auto 10px;
}
.mainbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 500px;
    height: 500px;
}
.box {
    padding: 10px 0px;
   
    max-width: 350px;
    margin: 0 auto;
    border-radius: 6px;
   
   
}
/*.home-page {
    background: url(../../images/Login-bg.jpg) no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: center;
}*/

.home-page {
    background: url(../../images/Login-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.button {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 3px;
    background-color: #306a9c;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 25px 0px 8px;
    text-align: center;
    padding: 6px 18px;
    border: 1px solid #306a9c;
}

.wdth40 {
    width: 38%;
}
.mrtop20{margin-top:20px;}
button.button.button-set1.wdth40.outlinebtn {
    background: transparent;
    color: #000;
    border: 1px solid #306a9c;
}

@media screen and (min-width:768px) and (max-width:1240px) {
    .box {
        padding: 10px 0px;
        max-width: 300px;
        margin: 0 auto;
        border-radius: 6px;
    }


}


    @media screen and (min-width:320px) and (max-width:767px) {
        .home-page {
            background: #fefefe !important;
        }
    }

    /*New Css for Login page design*/
    @media screen and (min-width:320px) and (max-width:991px) {
        .logo {
            max-width: 310px !important;
            margin: 60px auto 10px;
        }

        .introduction {
            width: 100% !important;
        }

        .dasbordimg {
            width: 40px;
            margin-top: -13px;
        }

        .introduction img {
            position: absolute;
            top: -60px;
            left: 0;
        }

        span#gov img {
            padding-top: 9px;
        }
    }


    @media screen and (width:1024px) {

        span#gov img {
            padding-top: 28px;
            width: 28%;
        }
    }


    @media screen and (width:768px) {

        span#gov img {
            padding-top: 53px;
        }
    }



    @media screen and (width:800px) {
        span#gov img {
            padding-top: 28px;
        }
    }


    @media screen and (width:1280px) {
        span#gov img {
            padding-top: 28px;
            width: 30%;
        }
    }


    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
        span#gov img {
            padding-top: 36px;
            width: 100%;
        }
    }







    .custom-modelwidth {
        max-width: 600px !important;
    }

    .modal-header .close {
        margin-top: -9px;
        color: #fff;
        opacity: 1;
    }

.loginrequred{color:red; font-size:12px; text-align:left; padding:5px 0px;}