* {
    padding: 0px;
    margin: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: sans-serif;
}

.wapper {
    padding: 0px 15px;
    width: 100%;
    float: left;
    text-align: center;
    background-image: url('https://media.mycom.world/frontend/loginsso/wallpaper_16.jpg');
    background-color: #005A8E;
    background-size: cover;
    background-position: bottom center;
}

.marginTB {
    margin: 10% auto;
}

.loginbox {
    background-color: #fff;
    box-shadow: 0px 0px 3px gray;
    margin: 0px auto;
    padding: 20px 20px;
    display: inline-block;
    max-width: 350px;
    height: auto;
    text-align: center;
    border-radius: 6px;
}

.headingLoginBox {
    color: #043C60;
    text-align: left;
    margin-top: 0px;
    font-size: 20px;
}

.form-control.loginInput {
    border: 2px solid #dcdcdc;
    height: 35px;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
}

.fullWithDiv {
    width: 100%;
    float: left;
}

.btnGoogle {
    float: left;
    width: 140px;
    box-shadow: none;
    outline: none;
    border: 2px solid #dcdcdc;
    border-radius: 6px;
    font-size: 12px;
    height: 35px;
    text-decoration: none;
    padding: 3px 7%;
    color: #000 !important;
    margin-bottom: 15px;
}

    .btnGoogle img {
        width: 24px;
        height: auto;
        display: inline-block;
        float: left;
    }

    .btnGoogle label {
        display: inline-block;
        margin-top: 5px;
        float: left;
    }

    .btnGoogle.btnFb {
        float: right;
    }

.f-size-12 {
    font-size: 12px;
}

.checkRemberBox input {
    float: left;
    margin: 0px;
}

.checkRemberBox label {
    float: left;
    margin: 0px 0px 0px 5px;
}

.btnSign {
    display: inline-block;
    width: 150px;
    box-shadow: none;
    outline: none;
    border: 2px solid #dcdcdc;
    border-radius: 30px;
    height: 35px;
    text-decoration: none !important;
    padding: 5px;
    color: #fff !important;
    margin-bottom: 15px;
    /*background-image: linear-gradient(to right,#0A71B8,#3CADA4 );*/
    background-color: #666666;
    cursor: not-allowed;
}

.btnSign2 {
    display: inline-block;
    width: 150px;
    box-shadow: none;
    outline: none;
    border: 2px solid #dcdcdc;
    border-radius: 30px;
    height: 35px;
    text-decoration: none !important;
    padding: 5px;
    color: #fff !important;
    margin-bottom: 15px;
    background-image: linear-gradient(to right,#0A71B8,#3CADA4 );
}

.joinKnow {
    margin: 0px auto;
    padding: 20px 20px;
    display: block;
    max-width: 350px;
    height: auto;
    text-align: center;
    border-radius: 6px;
    color: #fff;
}

.footerMenu {
    margin: 0px;
    padding: 0px;
    float: right;
}

    .footerMenu li {
        display: inline-block;
        list-style: none;
    }

        .footerMenu li a {
            color: #fff;
            text-decoration: none !important;
            margin-right: 30px;
        }
/*start register page css*/

.bgRegister {
    background-size: cover;
    background-image: url('https://media.mycom.world/public/img/login.jpg');
    background-position: bottom center;
    padding: 0px;
}

.bgRegisterColor {
    padding: 0px 15px;
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.77);
}

.registerBox {
    background-color: #fff;
    box-shadow: 0px 0px 3px gray;
    margin: 0px auto;
    padding: 20px 20px;
    display: inline-block;
    max-width: 600px;
    height: auto;
    text-align: center;
    border-radius: 10px;
}

.joinMoreStep {
    display: block;
    border-radius: 10px;
    font-size: 16px;
    width: 200px;
    height: 44px;
    background-color: #FF6120;
    margin: -40px auto 0px auto;
    padding: 13px;
    color: white;
}

.headingUserRole {
    color: #0A71B8;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.colorP {
    color: #9A9A9A;
}

.borderBoxAll {
    width: 100%;
    float: left;
    border: 2px solid #DBDBDB;
    padding: 10px;
    margin-top: 45px;
    border-radius: 10px;
}

.stepList {
    width: 100%;
    float: left;
    margin: -40px 0px 30px 0px;
    padding: 0px;
    text-align: center;
}

    .stepList li {
        list-style: none;
        display: inline-block;
        width: 26%;
        margin: 0px auto;
        background-color: #fff;
    }

        .stepList li a {
            width: 100%;
            color: #9A9A9A;
            text-align: center;
            font-size: 12px;
        }

            .stepList li a.active {
                color: #0A71B8;
            }

            .stepList li a label {
                font-size: 10px;
            }

            .stepList li a.active label {
                color: #000;
            }

            .stepList li a img {
                width: 40px;
                height: 40px;
                margin: 10px auto;
                padding: 3px;
                border-radius: 50%;
                background-color: #9A9A9A;
                display: block;
            }

            .stepList li a.active img {
                background-color: #0A71B8;
            }

.inputregister {
    float: left;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #dcdcdc;
    border-radius: 6px;
    height: 35px;
    padding: 0px 10px;
    color: #9A9A9A;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}

.acceptterms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .acceptterms p {
        text-align: left;
    }

.colorhref {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #0A71B8;
    text-align: right;
    font-weight: bold;
}

.faceBookBtn {
    display: inline-block;
    width: 200px;
    box-shadow: none;
    outline: none;
    border: 2px solid #dcdcdc;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 3%;
    color: #fff !important;
    margin: 15px 0px 0px 0px;
    background-color: #3B5998;
}

    .faceBookBtn img {
        border-radius: 4px;
        margin-right: 10px;
        width: 24px;
        height: auto;
        display: inline-block;
        float: left;
    }

    .faceBookBtn label {
        display: inline-block;
        margin-top: 4px;
        float: left;
        margin-bottom: 0px;
    }

    .faceBookBtn.GoogleBtn {
        background-color: #D93025;
    }

.BottomregisterBtnBox {
    display: block;
    float: left;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    height: 0px;
    margin: 0px auto 0px auto;
    padding: 13px;
    color: white;
}

    .BottomregisterBtnBox a {
        display: inline-block;
        width: 200px;
        box-shadow: none;
        outline: none;
        border-radius: 6px;
        font-size: 12px;
        text-decoration: none;
        padding: 13px 3%;
        color: #fff;
        margin: 10px;
        background-color: #FF6120;
    }
/*end register page css*/

/*start reset paswrod csss*/
.marginPasswordBox {
    margin: 15% 0px
}
/*end reset paswrod csss*/

/*start successfull paswrod csss*/
.marginSeccessfulBox {
    margin: 20% 0px
}
/*end successfull paswrod csss*/

/*start confirm account csss*/
.mailiconCOnfirm {
    width: 80px;
    height: auto;
    margin: 20px 0px;
}

.imgHand {
    display: block;
    width: 30px;
    margin: -26px auto 20px auto;
}

.headingCongratulations {
    font-family: 'Great Vibes', cursive;
    color: #39B1A6;
    font-weight: bold;
}

.confirmAccountBox {
    background-color: #fff;
    box-shadow: 0px 0px 3px gray;
    margin: 0px auto;
    padding: 20px 30px;
    display: inline-block;
    max-width: 550px;
    height: auto;
    text-align: center;
    border-radius: 10px;
}
/*end confirm account csss*/


@media only screen and (max-width: 380px) {
    .joinKnow {
        max-width: 320px;
    }

    .loginbox {
        max-width: 320PX;
        padding: 20px 10px;
    }

    .footerMenu li a {
        margin-right: 10px;
    }
}


input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}