﻿.myLogo {
    content: url("../img/logo.png");
}

.myLogo1 {
    content: url("../img/logo.png");
}

.myLogo2 {
    content: url("../img/logo.png");
}

#logo {
    position: relative;
    height: 100px;
    width: 200px;
    display: inline-block;
}

    #logo img {
        position: absolute;
        /*right: 0;*/
        bottom: 40px;
    }


.clsfaIcon {
    content: url("../img/smallIcon.png");
}

.container-login100 {
    background-image: url('../images/bg-01.png');
    min-height: 60vh !important;
}


.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #00dbde, #5ba36b, #00dbde, #5aa060);
    top: 0;
    left: -100%;
}


.clsShowpass {
    position: absolute;
    right: 2%;
    top: 55%;
    cursor: pointer;
    color: #009dff;
}

.btn-info {
    color: #fff !important;
    background-color: #009bfe !important;
    border-color: #3760a0 !important;
}


.section-bg {
    background: rgb(61,175,40);
    background: linear-gradient(90deg, rgba(61,175,40,1) 0%, rgba(0,164,227,1) 79%, rgba(0,164,227,1) 100%);
}

#footer {
    /*background: #00428a;*/
    background: rgb(61,175,40);
    background: linear-gradient(90deg, rgba(61,175,40,1) 0%, rgba(0,164,227,1) 79%, rgba(0,164,227,1) 100%);
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .fancy span:before,
    .fancy span:after {
        width: 12px !important;
    }

    .mainDiv {
        margin-left: 40px !important;
        width: 285px !important;
    }

    .mainDiv1 {
        margin-left: 40px !important;
        width: 285px !important;
    }

    .middle-wrapper {
        width: 400px !important;
    }
}

#Menu1 {
    height: auto;
}

@media only screen and (min-width: 600px) {
    .fancy span:before,
    .fancy span:after {
        width: 105px !important;
    }

    .mainDiv {
        margin-left: 35px !important;
        width: 430px !important;
    }

    .mainDiv1 {
        margin-left: 35px !important;
        width: 430px !important;
    }

    .middle-wrapper {
        width: 540px !important;
    }
}


@media only screen and (min-width: 768px) {
    .fancy span:before,
    .fancy span:after {
        width: 200px !important;
    }

    .mainDiv {
        margin-left: 35px !important;
        width: 600px !important;
    }

    .mainDiv1 {
        margin-left: 35px !important;
        width: 600px !important;
    }

    .middle-wrapper {
        width: 720px !important;
    }
}


@media only screen and (min-width: 992px) {
    .fancy span:before,
    .fancy span:after {
        width: 295px !important;
    }

    .mainDiv {
        margin-left: 50px !important;
        width: 800px !important;
    }

    .mainDiv1 {
        margin-left: 50px !important;
        width: 800px !important;
    }

    .middle-wrapper {
        width: 956px !important;
    }
}


@media only screen and (min-width: 1200px) {

    .fancy span:before,
    .fancy span:after {
        width: 295px !important;
    }

    .mainDiv {
        width: 775px !important;
    }

    .mainDiv1 {
        width: 775px !important;
    }
}


.fancy {
    line-height: 0.5;
    text-align: center;
    font-size: 20px;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

        .fancy span:before,
        .fancy span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 5px solid #21860e;
            top: 0;
            width: 600px;
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px;
        }

.titleA {
    height: 30px;
    background-color: #0092f7;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.TitleP {
    padding-top: 7px;
    color: white;
    text-transform: uppercase;
}

.mainDiv {
    margin-left: 125px;
    width: 997px;
    border-radius: 20px;
    border: 1px solid #c8d0de;
    box-shadow: 2px 2px 1px 1px #dadada;
    padding: 20px;
    background-color: #fffefe;
}

.mainDiv1 {
    margin-left: 125px;
    width: 997px;
    border-radius: 20px;
    border: 1px solid #c8d0de;
    /*box-shadow: 2px 2px 1px 1px #dadada;*/
    padding: 20px;
    background-color: #fffefe;
    margin-bottom: 10px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: #007bff !important;
    text-decoration: none;
}

.clsnewto:after {
    content: 'New to PayQuik?';
}

.clsProjectName:after {
    content: 'PayQuik';
}

.clsCardHeaderColor {
    background-color: #21860e !important;
}

.clsButtonColor {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

    .clsButtonColor:hover {
        color: #fff;
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

.clsgridFooter {
    background-color: #007bff;
}

.clsgridHeader {
    background-color: #007bff;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

.clsCardHeadersuccess {
    background-color: #28a745 !important;
}
