﻿body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
}
#TitleSection text {
    font-weight: 600;
    font-size: 24px;
}
.validation-summary-errors dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
#tempDontAccount {
    display:none;
}
.card1 {
    padding-top: 0%;
}

#signIn-btn {
    margin-top: 115px;
}
.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 0px 40px
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    /*width: 360px;*/ /*Commented 12-10-2020*/
    height: 280px
}

.border-line {
    border-right: 1px solid rgb(0,0,0, 0.1);
    height: 70vh;
    margin-bottom: 5rem !important;
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
}

.google {
    background-color: #C53435;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea,
select {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
}

    input:focus,
    textarea:focus,
    select:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #304FFE;
        outline-width: 0
    }

/*select:focus {
        border: 1px solid #304FFE;
    }*/

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #fa8338;
    width: 100%;
    color: #fff;
    border-radius: 2px
}

    .btn-blue:hover {
        background-color: #1A237E; /*changes 13-8-2020*/
        cursor: pointer;
        opacity: 0.7; /*extra 13-8-2020*/
        color: white; /*extra 13-8-2020*/
    }

.bg-blue {
    color: #fff;
    background-color: #1A237E
}
#TempforgotPassword {
    display:none;
}


/*@media screen and (max-width: 767px) 
{
    #signIn-btn {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 991px) {
        #TempforgotPassword {
            display: block !important;
        }
        #forgotPassword {
            display: none !important;
        }

        #TitleSection {
            padding-top:0px !important;
            text-align: center !important;
        }
            #TitleSection text {
                font-size: 20px !important;
            }

        #tempDontAccount {
            display: block !important;
            text-align: center !important;
        }

        .logo {
            margin-left: 0px
        }

        .image {
            width: 200px;
            height: 150px
        }

        .border-line {
            border-right: none;
            height: 150px !important;
        }

        .card2 {
            border-top: 1px solid #EEEEEE !important;
            margin: 0px 0px !important;
            padding: 0px 15px 15px 15px !important;
            border-top: none !important;
        }
    .card1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .disclaimer-text {
        font-size: 12px !important;
        text-align: justify !important;
        padding-bottom: 0px !important;
    }

        .line-bottom {
            display: none;
        }

        #dontAccount {
            display: none !important;
        }

        #subTitle {
            font-size: 14px;
            margin-top: 10px;
        }
    }*/

@media screen and (max-width: 1024px) and (max-height: 600px) {
    .login-responsive {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .login-responsive {
        max-width: 100% !important;
    }

    .btn {
        width: 140% !important;
    }

    .col-md-6 {
        flex: 0 0 80%;
        max-width: 76%;
    }
}


@media screen and (max-width: 991px) {
    .login-responsive {
        max-width: 78% !important;
    }

    #TempforgotPassword {
        display: block !important;
    }

    #forgotPassword {
        display: none !important;
    }

    #TitleSection {
        padding-top: 0px !important;
        text-align: center !important;
    }

        #TitleSection text {
            font-size: 20px !important;
        }

    #tempDontAccount {
        display: block !important;
        text-align: center !important;
    }

    .logo {
        margin-left: 0px
    }

    .image {
        width: 350px;
        height: 225px !important;
    }

    .border-line {
        border-right: none;
        height: 100px !important;
        margin-top: 50px;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 0px !important;
        padding: 0px 15px 15px 15px !important;
        border-top: none !important;
    }

    .card1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-left: 30px;
    }

    .card2.card.border-0.py-5 {
        margin-left: 26px !important;
    }

    .disclaimer-text {
        font-size: 12px !important;
        text-align: justify !important;
        padding-bottom: 0px !important;
    }

    .line-bottom {
        display: none;
    }

    #dontAccount {
        display: none !important;
    }

    #subTitle {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 912px) and (max-height: 1368px) {
    .login-responsive {
        max-width: 70%;
    }

    .card2.card.border-0.py-5 {
        margin-left: 70px !important;
    }
    .border-line {
        height: 150px !important;
    }

}

@media screen and (max-width: 853px) and (max-height: 1280px) {
    .btn {
        width: 169% !important;
    }

    .card2.card.border-0.py-5 {
        margin-left: 0px !important;
    }

    form.form-horizontal {
        margin-left: 170px;
    }
    .border-line {
        height: 150px !important;
    }
}

@media screen and (max-width: 820px) and (max-height: 1180px) {
    .card2.card.border-0.py-5 {
        margin-left: 0px !important;
    }

    form.form-horizontal {
        margin-left: 145px;
    }
}

@media screen and (max-width: 768px) {
    .card2.card.border-0.py-5 {
        margin-top: -150px;
        margin-left: 70px !important;
    }

    .col-md-6 {
        flex: 0 0 85%;
        max-width: 100%;
    }

    form.form-horizontal {
        margin-left: 72px;
    }
}

@media screen and (max-width: 540px) and (max-height: 720px) {
    .card2.card.border-0.py-5 {
        margin-left: 18px !important;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card2.card.border-0.py-5 {
        margin-left: 30px !important;
    }

    #TitleSection text {
        font-size: 18px !important;
    }

    form.form-horizontal {
        margin-left: 11px;
    }

    .btn {
        width: 145% !important;
    }
    .border-line {
        height: 85px !important;
    }
}

@media screen and (max-width: 344px) and (max-height: 882px) {
    .card2.card.border-0.py-5 {
        margin-left: 20px !important;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btn {
        width: 152% !important;
    }
}

@media screen and (max-width: 499px) {
    
    .btn {
        width: 152% !important;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card2.card.border-0.py-5 {
        margin-left: 25px !important;
    }

    form.form-horizontal {
        margin-left: 0;
    }
    .border-line {
        height: 85px !important;
    }
}












    /*-------Custom--------*/

    .profile-image img {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        border: 1px solid; /*Extra 13-8-2020*/
        object-fit: cover;
    }

    #upload-btn {
        cursor: pointer;
        /*width: 35%;*/
        border: 1px solid #5BB85D;
        font-weight: 600;
        padding: 8px 15px;
        color: #5BB85D;
        /*background: #5BB85D;*/
        border-radius: 3px;
        text-transform: capitalize;
    }

    #remove-btn {
        cursor: pointer;
        /*width: 35%;*/
        border: 1px solid #D9544F;
        font-weight: 600;
        padding: 8px 15px;
        color: #D9544F;
        /*background: #D9544F;*/
        border-radius: 3px;
        text-transform: capitalize;
    }

    #signin-fb-btn {
        cursor: pointer;
        border: 1px solid lightgray;
        font-weight: 600;
        padding: 8px 15px;
        border-radius: 3px;
        /*text-transform: capitalize;*/ /*Commented 13-8-2020*/
        width: 100%;
    }

    #signin-google-btn {
        cursor: pointer;
        border: 1px solid lightgray;
        font-weight: 600;
        padding: 8px 15px;
        border-radius: 3px;
        /*text-transform: capitalize;*/ /*Commented 13-8-2020*/
        width: 100%;
        margin-top: 20px;
    }

    .line-bottom {
        height: 1px;
        width: 100%;
        background-color: rgb(0,0,0, 0.1); /*Changes 21-10-2020*/
        margin-top: 10px;
    }

    /*Register Page Css 13-8-2020*/
    #ec-reg {
        margin-top: 15px;
    }

    .btn-cancel {
        background-color: #B3B3B3;
        width: 100%;
        color: #fff;
        border-radius: 2px;
    }

    /*--------------------------------------------------------------
# Forgot Password Forum
--------------------------------------------------------------*/

    .page-heading {
        margin-top: 1.3rem;
    }
