﻿.LoginMain, .RegisterMain {
    background: #ffffff;
}

    .LoginMain .apsc-each-profile button, .RegisterMain .apsc-each-profile button {
        margin-bottom: 10px!important;
        margin-top: 10px !important;
    }

    .LoginMain .left-side .frmLogin, .RegisterMain .left-side .frmLogin {
        padding: 10px 50px 10px 50px;
    }

    .LoginMain .form-control, .RegisterMain .form-control {
        box-shadow: none !important;
        border-radius: 0px !important;
        border-bottom: 1px solid #f0ad4e !important;
        border-top: 1px !important;
        border-left: none !important;
        border-right: none !important;
        background-color: #fffdfd!important;
        color: #1f232b!important;
        padding-left: 5px!important;
        padding-right: 5px!important;
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        font-size: 14px!important;
        line-height: 30px!important;
        height: 35px!important;
    }

    .LoginMain .btn-deep-purple, .RegisterMain .btn-deep-purple {
        background: #f0ad4e;
        border-radius: 18px;
        padding: 9px 19px;
        color: #FFF;
        font-weight: 600;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
        box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    }


    .LoginMain .left-side, .RegisterMain .left-side {
        padding: 0px 0px 0px;
        background-size: cover;
        min-height: 514px;
        margin: 0;
        background: #fff;
    }

        .LoginMain .left-side h3, .RegisterMain .left-side h3 {
            font-size: 30px;
            font-weight: 700;
            color: #000;
            padding: 50px 10px 00px 50px;
        }

    .LoginMain .right-side h3, .RegisterMain .right-side h3 {
        font-size: 30px;
        font-weight: 700;
        color: #000;
        padding: 14px 10px 00px 0px;
    }

    .LoginMain .left-side p, .RegisterMain .left-side p {
        font-weight: 600;
        color: #FFF;
        padding: 10px 10px 10px 26px;
    }

    .LoginMain .right-side, .RegisterMain .right-side {
        background: #f7f7f7;
        background-size: cover;
        min-height: 514px;
    }

    .LoginMain .pass_show, .RegisterMain .pass_show {
        position: relative!important;
    }

        .LoginMain .pass_show .ptxt, .RegisterMain .pass_show .ptxt {
            position: absolute;
            top: 62%;
            right: 0px;
            z-index: 1;
            color: #f0ad4e;
            margin-top: -10px;
            cursor: pointer;
            transition: .3s ease all;
            font-size: 14px;
        }

            .LoginMain .pass_show .ptxt:hover, .RegisterMain .pass_show .ptxt:hover {
                color: #333333;
            }

    .LoginMain label.info, .RegisterMain label.info {
        font-size: 12px;
    }



    /*------------------slide_0-----------*/

    .RegisterMain .left-side_0 {
        padding: 0px 0px 0px;
        background-size: cover;
        min-height: 514px;
        background: url(/Content/images/signupleft.jpg) no-repeat;
        margin: 0;
    }

    .RegisterMain .right-side_0 {
        background: #fff;
        background-size: cover;
        min-height: 514px;
        height: 514px;
        overflow-y: auto;
    }

    .RegisterMain .radio {
        display: inline-block !important;
        margin-left: 20px;
    }

        .RegisterMain .radio input {
            display: block!important;
        }

    .RegisterMain .form-group {
        margin-bottom: 15px!important;
    }

    .RegisterMain .to {
        margin-top: 13px;
        text-align: center;
    }

    .RegisterMain .left-side_0 .txt {
        position: absolute;
        color: #fff;
        margin-top: 365px;
        padding-left: 30px;
        font-size: 14px;
        width: 280px;
        line-height: 20px;
        background: #b1aeaf;
        padding: 10px;
        opacity: .9!important;
    }

        .RegisterMain .left-side_0 .txt strong {
            display: block;
            font-size: 24px;
            padding-bottom: 10px;
        }
