﻿/*css page for tenant 
1 signup 
2 resetpasword
3 forgotpassword
4 mailalreadyverified
5 emailverify*/




/*css for signup page*/

.field-icon {
    right: 0;
    top: 15px;
    position: absolute;
    z-index: 2;
}
.h-100{
    height:100vh;
    max-height:100vh;
}
.eb-signup_wrapper {

}

    .eb-signup_wrapper h1 {
        font-size: 1.8em;
        margin-bottom: 30px;
        font-weight: 400;
        margin-top: 10px;
    }

    .eb-signup_wrapper .eb-signup_socilaWrpr {
        justify-content: center;
        display: flex;
        flex: 85%;
        max-width: 90%;
        background: linear-gradient(to right,#eef9fe,#edf7ff);
        margin-top: 50px;
        border-radius: 6px;
        border: 1px solid #d3edff;
        flex-flow: column;
        position: relative;
    }
        .eb-signup_wrapper .eb-signup_socilaWrpr::before {
            content: "Or using";
            position: absolute;
            top: -35px;
            width: 100%;
            font-size: 17px;
            font-weight: 500;
        }
        .eb-signup_wrapper .eb-signup_socilaWrpr .eb-signup_socilaWrpr_inner {
            display: flex;
            justify-content: center;
        }

    .eb-signup_wrapper .eb-signup-tnc {
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        /*margin-top:2rem;*/
    }
    .eb-signup_wrapper .rightpart {
        background: white;
        display: flex;
        flex-flow: column;
    }
    .eb-signup_wrapper .right-part-inner {
        justify-content: center;
        padding-top: 6rem;
        flex-flow: column;
        max-width: 700px;
    }

.eb-signup_wrapper .sinpt {
    height: 45px;
}


    .eb-signup_wrapper .tbpad{
        padding-top:1em;
    }
    .eb-signup-selltext h2 {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 15px;
    }
.eb-signup-selltext h4 {
   font-size:25px;
}
.eb-signup_wrapper label{
    font-weight:500;
}

.eb-signup_wrapper .icon_input .sinpt {
    padding-left: 42px;
}
    .eb-signup_wrapper .leftpart {
       display:flex;
       justify-content:center;
       align-items:center;
       flex-flow:column;
       padding-top:6rem;
    }

.leftsideimg {
    height:350px;
}
.imglogo {
   height:40px;
}
.lg_img {
  
}
.signintop:hover{
    text-decoration:none;
}
.eb-signup_wrapper .center_rightpart {
    display: flex;
    height: 100%;
    flex-flow: column;
    flex: 0 0 85%;
    max-width: 90%;
    background: linear-gradient(to right,#eef9fe,#edf7ff);
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #d3edff;
    position: relative;
}

.eb-signup_wrapper .lg_button {
    color: white;
    background-color: #4987fb;
    padding: 6px 30px;
    height: 45px;
    margin-top: 15px;
}

    .eb-signup_wrapper .lg_button:hover {
        background-color: #4382f7;
        color: white;
    }
/*.eb_required_group {
    margin-right: -15px;
    margin-left: -15px;
}*/
/* start css for radio button on card 3 in sign up page*/
.ulradio {
    margin: 0px;
}

.liradio {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 1px thin;
    padding: 20px;
    margin: 10px 0 10px 0;
    cursor: pointer;
    /*box-shadow: 2px 6px 6px rgba(0, 0, 0, .5);*/
    -webkit-box-shadow: 0px 0px 0px 1px rgba(66,66,66,0.13);
    -moz-box-shadow: 0px 0px 0px 1px rgba(66,66,66,0.13);
    box-shadow: 0px 0px 0px 1px rgba(66,66,66,0.13);
}

.inptradio {
    position: absolute;
    visibility: hidden;
}

.lblradio {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.07em;
    padding-left: 50px;
    padding-top: 10px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
/*.lblradio:hover {
        color: green;
}*/
.liradio:hover {
    //color: black;
    //font-size: 1.08em;
    /*border-radius: 6px;
    border: 6px thin;*/
    /*box-shadow: 0px 2px 7px rgba(0, 0, 0, .5);*/
    -webkit-box-shadow: 0px 0px 7px -3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 7px -3px rgba(0,0,0,1);
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,1);
}

.checkradio {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 35px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

    .checkradio::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 10px;
        width: 10px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

.inptradio[type=radio]:checked + label {
    color: #444447;
    font-style: normal;
}

.inptradio[type=radio]:checked ~ .check {
    border: 5px solid #4d86d6;
}

    .inptradio[type=radio]:checked ~ .check::before {
        background: #4d86d6;
    }

/*.inptradio[type=radio]:checked ~ label {
    color: red;
}*/


/*end css for radio button on card 3 in sign up page*/




.inline_css {
    margin-top: 5px;
    margin-bottom: 10px;
}

.p_hover {
    margin-top: 0 0 0 0px;
}

#rcorners1 {
    display: none;
    border-radius: 4px;
    background-color: #ffffff;
    color: black;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    line-height: 1.8;
    padding: 15px;
    bottom: 0;
    position: absolute;
    z-index: 10;
    left: -300px;
    width: 300px;
}

    #rcorners1:after {
        content: ' ';
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-left: 10px solid #ffffff;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
     
        position: absolute;
        left: 100%;
        top: 60%;
        margin-left: -2px;
    }


.center {
    margin: 259px 508px 251px 511px;
    height: auto;
    width: auto;
}

/*.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-dialog {
    width: auto;
    margin: 30px auto;
}*/



.full-height {
    height: 100%;
    background-color: darkgray;
    position: fixed;
    opacity: 0.5;
}



.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    left: -32px;
    margin: auto 50%;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #8785cc;
        box-shadow: inset 0px 0px 7px 0px #1e1c87, 0px 16px 2px 0 #46466d26;
        /*animation-timing-function: cubic-bezier(0, 1, 1, 0);*/
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
.txthighlight:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.txthighlightred:focus {
    border-color: #a94442;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169,68,66,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169,68,66,.6);
}

.ebnotify {
    color: #a94442;
}

.sol_db_info {
    padding: 10px 5px 0px 5px;
    height: 30px;
    max-height: 30px;
}
/*signin page css*/
input {
    border: none;
    margin: 0;
}

.input-group-addon {
    /*background: #FFFFFF;
    border-left:  solid #ea4c88;
    color: #9f9f9f;*/
}

.selinp {
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding: 8px 10px 8px 25px;
    height: 46px;
    box-sizing: border-box;
}

.icon_input {
    position: relative;
}

    .icon_input i {
        position: absolute;
        left: 0;
        top: 6px;
        padding: 10px 15px;
        color: #7da4ec;
        transition: 0.3s;
    }

/*.txthighlight:focus + i {
    color: #66afe9;
}*/
/*.txthighlightred:focus + i {
    color: #fa6d72;
}*/
.radio_cstm {
    position: absolute;
    opacity: 0;
}

    .radio_cstm:checked + label,
    .radio_cstm:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #555;
        font: inherit;
    }

        .radio_cstm:checked + label:before,
        .radio_cstm:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 4px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .radio_cstm:checked + label:after,
        .radio_cstm:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: cornflowerblue;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .radio_cstm:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radio_cstm:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.radiodiv {
    padding-bottom: 7px;
    padding-top: 9px;
    margin-bottom: 20px;
}


.eb-signup_wrapper .tandp {
}





/******social media sign in******/
.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}


/*media query*/
@media only screen and (max-width: 600px) {
    .rightcolpad {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px !important;
    }

    .rightcolpadtop {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .rightcol_mar_bot {
        margin-bottom: 0px !important;
    }

    .rightcolmartop {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .rcorners1 {
        visibility: hidden;
        display:none;
    }

    .rightpart {
       padding:0;
    }

    .center_rightpart {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .eb-signup_wrapper .eb-signup_socilaWrpr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .h-100 {
        height: auto;
       
    }
}




/*css for mailalreadyverified page*/


.eb_mailverify {

}

    .eb_mailverify .veri_content {
        justify-content: center;
        display: flex;
        /*flex: 85%;
    max-width: 90%;*/
        background: linear-gradient(to right,#eef9fe,#edf7ff);
        border-radius: 6px;
        border: 1px solid #d3edff;
        flex-flow: column;
        position: relative;
        margin-top: 8em;
    }

    .eb_mailverify .lg_button {
        color: white;
        background-color: #4987fb;
        /*padding: 6px 30px;
        height: 45px;
        margin-top: 15px;*/
        border: none;
    }




/*css for resetpasword page*/




/*css for forgotpassword page*/
.eb_ext_pge_stl {

}
    .eb_ext_pge_stl .frgtpswdiv {
        justify-content: center;
        display: flex;
        /*flex: 85%;
    max-width: 90%;*/
        background: linear-gradient(to right,#eef9fe,#edf7ff);
        border-radius: 6px;
        border: 1px solid #d3edff;
        flex-flow: column;
        position: relative;
    }
    .eb_ext_pge_stl .sinpt {
        height: 45px;
    }
    .eb_ext_pge_stl .icon_input .sinpt {
        padding-left: 42px;
    }
    .eb_ext_pge_stl .lg_button {
        color: white;
        background-color: #4987fb;
        padding: 6px 30px;
        height: 45px;
        margin-bottom: 2em;
        margin-top: 1em;
    }

        .eb_ext_pge_stl .lg_button:hover {
            background-color: #4382f7;
            color: white;
        }
    .eb_ext_pge_stl.icon_input {
        position: relative;
    }

        .eb_ext_pge_stl .icon_input i {
            position: absolute;
            left: 0;
            top: 6px;
            padding: 10px 15px;
            color: #7da4ec;
            transition: 0.3s;
        }
    .eb_ext_pge_stl .infopara p {
        margin: 0px;
        line-height: 2;
        color: #838282;
    }
    .eb_ext_pge_stl .infopara {
        margin-bottom: 1em;
    }
    .eb_ext_pge_stl h1 {
        margin-top: 2em;
        font-size: 1.8em;
        font-weight: 400;
    }
    .eb_ext_pge_stl .malvrfypg .leftsideimg {
        /*height: 350px;*/
        /*padding-bottom: 30px;
        padding-top: 0px;
        padding-left: 30px;*/
    }
    .eb_ext_pge_stl .h-100 {
        height: 100vh;
        max-height: 100vh;
    }
    .eb_ext_pge_stl .fgshwd {
        -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.1);
        box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.1);
        margin-top: 8em;
    }
/*.eb_ext_pge_stl .center_rightpart {
        display: flex;
        height: 100%;
        flex-flow: column;
        flex: 0 0 85%;
        background: linear-gradient(to right,#eef9fe,#edf7ff);
        padding: 25px;
        border-radius: 6px;
        border: 1px solid #d3edff;
        position: relative;
    }*/
    .eb_ext_pge_stl .right-part-inner {
        justify-content: center;
        padding-top: 6rem;
        padding-bottom: 6rem;
        flex-flow: column;
        max-width: 700px;
    }
    .eb_ext_pge_stl .rightpart {
        /*background: white;*/
        display: flex;
        flex-flow: column;
        background: linear-gradient(to right,#eef9fe,#edf7ff);
    }
    .eb_ext_pge_stl img {
        padding-top: 3em;
        margin-left: auto;
        margin-right: auto;
    }
    .eb_ext_pge_stl .fgimgdiv {
        padding-top: 4em;
    }

    .eb_ext_pge_stl .tbpad {
        padding-top: 1em;
    }

/*css for emailverify page*/


