body {
    background: #eff3f4;
    font-size:14px;
}

.quickaccess {
    background: #ffffff;
}

    .quickaccess:hover {
        background: #eff3f4;
    }
/* COLOURS========= */
.blue-text-color {
    color: #3d93cf
}

.gray-text-color {
    color: #596571
}

.gree-txt-color {
    color: #9ede0a
}

a.green-link {
    color: #9ede0a;
    text-decoration: none;
}
.email{
   cursor:pointer;
}
/* NAVBAR BACKGROUND TRANSPARENT */
.bg-light {
    background-color: unset !important;
}

.logo {
    width: 101px;
    height: 19px;
    object-fit: contain;
    background: unset;
}

/* CARD=========== */
.card-box {
    border-radius: 1.25rem !important;
    min-height: 470px;
}

.card-top-shade {
    width: 132px;
    height: 83px;
    margin: 0 0 34px 19px;
    position: absolute;
    object-fit: contain;
    right: 0;
}

.card-bottom-img {
    width: 347px;
    height: 367px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: -58px;
}

/* BUTTONS======== */


.btn-Green {
    height: 45px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px rgba(161, 219, 82, 0.3);
    background-color: #a0db52;
}

.btn-Gray {
    height: 45px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px rgba(161, 219, 82, 0.3);
    background-color: #c7c7c7;
}

/* FORM======== */
.h3 {
    margin: 11px 102px 45px 0;
    font-family: Ubuntu;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.spanGreen {
    color: #9ede0a;
    font-size: 12px;
}
.spanForgotPassword {
    color: #678fa4;
}

.h2 {
    width: 321px;
    height: 18px;
    margin: 34px 40px 23px 2px;
    font-family: Ubuntu;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.65px;
    text-align: left;
    color: #596571;
}

.h1 {
    width: 198px;
    height: 35px;
    margin: 58px 149px 29px 4px;
    font-family: Ubuntu;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #596571;
}


.text-box {    
    height: 45px;
    margin: 23px 95px 15px 1px;
    padding: 15px 18px 17px 21px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px rgba(32, 86, 121, 0.3);
    background-color: #ffffff;
}

.text-box-eye {
    position: relative;
}

    .text-box-eye img {
        position: absolute;
        top: 18px;
        right:10px;
    }

.p-text {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #596571;
}




/* MODEL BOX */

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -1rem -3rem -.5rem auto
}

.card-box_2 {
    border-radius: 1.25rem !important;
    min-height: 370px;
}
.errorDiv {
    width: 397px;
    height: 64px;
    margin: 20px 2px 1px 2px;
    padding: 14px 23px 15px 24px;
    border-radius: 8px;
    border: solid 2px #c7393b;
    background-color: white;
}
.errormessage {
    color: #c7393b;
}
.loader {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    left:0px;
    width: 100%;
    height: 85%;
    z-index: 9999;
    background-color:#f2f2f2;
    background-position:center;
    background-repeat:no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn-signup {
    width: 180px;
}
.anchorWithoutUnderline{
    text-decoration:none!important;
}
.policySz{
    font-size:0.875rem!important;
}
.btn-Green:hover {
    background-color: #83c22f !important;
    border: solid 1px #a1db52 !important;
}
.anchorquicklink{
    color:black;
    text-decoration:none;
    cursor:pointer;
}
.anchorquicklink:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.quickaccesstext {
    color:#615757;
}
.changecampaignlink {
    color: #3d93cf;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px !important;
}
    .changecampaignlink:hover {
        color: #0e6daf;
        text-decoration: none;
        cursor: pointer;
    }
.siteinfo{
    font-size:18px!important;
}
.subtitles {
    font-size: 14px !important;
    color: #989898 !important;
}
.subtitletext {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight:bold;
}
.titles{
    height:71px!important;
}