.ZenovateNotice {
    display: none;
}

.TextNotice {
    font-family: 'Roboto Medium', arial!important;
    color: #A79F95;
    text-align: center;
    margin-top: 35px;
    font-size: .8rem;
}

body,
.content_cont {
    font-family: 'Roboto Medium', arial!important;
}

.left-bg {
    background: #95358f url({!URLFOR($Resource.iwassets, '/assets/images/left-bg.jpg')
}

) no-repeat;
background-size: cover;

}
.logo {
    text-align: center;
    margin-bottom: 20px;
    width: 85%;
    margin: auto;
}
.logo img {
    width: 80%
}
.w100 {
    width: 100%
}
.custom-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    outline: none;
    border: solid 1px #A79F95;
    background: none;
    color: #A79F95;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: .25rem;
    line-height: 2.625rem;
    font-size: 12px;
    width: auto!important;
    margin: auto;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.custom-btn:hover {
    background-color: #932E90;
    color: #fff;
    border: solid 1px #932E90;
}
.clearfix {
    clear: both;
}
.small-text {
    font-size: 12px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Conv_Roboto-Medium'!important;
    color: #a79f95!important;
    text-align: center;
    display: block;
}
.small-text:hover {
    text-decoration: none;
    color: #932E90;
    text-decoration: underline;
}
.signin-link {
    font-size: 12px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Conv_Roboto-Medium'!important;
    color: #932E90!important;
    text-align: center;
    display: block;
}
.signin-link:hover {
    text-decoration: none;
    color: #932E90;
    text-decoration: underline;
}
.inputText {
    width: 100%;
    border: none;
    background: none;
    border-bottom: solid 1px #A79F95;
    padding: 6px 10px;
    color: #000;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    font-family: 'Conv_Roboto-Regular';
}
.inputselect {
    width: 100%;
    background: none;
    border: solid 1px #A79F95;
    padding: 6px 10px;
    color: #A79F95;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    background: url({!URLFOR($Resource.iwassets, 'assets/images/down-arrow.svg')
}
) no-repeat right;
-webkit-appearance: none;
background-position-x: 90%;
font-family: 'Conv_Roboto-Regular';

}
.time-inputselect {
    width: 100%;
    background: none;
    border: solid 1px #A79F95;
    padding: 6px 25px 6px 10px;
    color: #A79F95;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    background: url({!URLFOR($Resource.iwassets, 'assets/images/down-arrow.svg')
}
) no-repeat right;
-webkit-appearance: none;
background-position-x: 98%;
font-family: 'Conv_Roboto-Light';

}
.roboto-light {
    font-family: 'Conv_Roboto-Light'!important;
}
 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A79F95;
    opacity: 1;
    /* Firefox */
}
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A79F95;
}
 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A79F95;
}
.fa {
    font-size:14px;
    color:#898989;
}
.bdr {
    border:solid 1px #f00
}
.wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height : 100lvh;
    min-height: 90vh;
}
.wrap .login-wrap {
    min-width: 300px;
    min-height: 100px;
    max-width:300px;
    font-family: 'Conv_Roboto-Light';
}
.wrap h6 {
    color: #A79F95;
    margin: 20px auto 40px auto;
    display: block;
    text-align:center;
}
.links {
    display: flow-root;
    margin: 35px auto;
    font-size:14px;
    font-family: 'Conv_Roboto-Light';
}
.links a {
    cursor:pointer;
}
.links a:hover {
    color:#95358f;
    text-decoration:none;
}
.links .form-check-label {
    cursor:pointer;
}
.footer {
    font-size: 12px;
    color: #000;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-family: 'Conv_Roboto-Light';
    font-weight: bold;
}
.footer-1 {
    display:none;
}
.bg-msg {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    background: rgba(255,
    255,
    255,
    0.74);
    color: #A69C94;
    padding: 15px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
@media (max-width: 576px) {
    .inputselect {
        max-width: 100%;
        margin: auto;
        display: block;
    }
    .wrap h6 {
        margin: 20px auto 20px auto;
    }
    .links {
        margin:20px auto;
    }
    .footer {
        display:none;
    }
    .footer-1 {
        font-size: 12px;
        color: #000;
        bottom: 10px;
        text-align: center;
        width: 100%;
        font-family: 'Conv_Roboto-Light';
        font-weight: bold;
        display:block;
        padding:20px 0px;
    }
    .wrap .login-wrap {
        margin-top:50px;
        width:80%
    }
    .col-mb-4 {
        width:33.33%!important;
        padding-right:0px!important;
    }
    .col-mb-8 {
        width:66.66%!important;
    }
}
.popupBackground {
    background-color:black;
    opacity: 0.20;
    filter: alpha(opacity=20);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
.custPopup {
    color:#6f7271;
    background-color: white;
    border: 1px solid #ddd;
    border-style: solid;
    z-index: 9999;
    left: 50%;
    padding: 10px;
    position: fixed;
    width: 500px;
    margin-left: -250px;
    top: 20px;
    height: 85vh;
    border-radius: 5px;
    font-family: 'Conv_Roboto-Light';
}
.custPopup-body {
    height: calc(85vh - 145px);
    overflow: auto;
}
.custPopup-footer {
    text-align:right;
    padding:0px 15px;
}
.custPopup h1 {
    font-size:14pt;
    letter-spacing: 0.04em;
    font-family: 'Conv_Roboto-Medium';
}
.custPopup h2 {
    font-size:10pt;
    letter-spacing: 0.04em;
    font-family: 'Conv_Roboto-Regular';
}
.custPopup p {
    font-size:10pt;
}
.mrgincls {
    margin-top: -9px !important;
    padding: 10px;
}
.errorMsg {
    color:red;
    display:none;
    font-size: 10pt;
    font-family: 'Conv_Roboto-Light';
}
.btn-primary {
    border: solid 1px #932E90!important;
    background: #932E90!important;
    color: #fff!important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: .25rem;
    line-height: 2.80rem;
    font-size: 13px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Conv_Roboto-Medium'!important;
}
.btn-primary:hover {
    background-color: #53C0D3!important;
    color:#fff!important;
    border: solid 1px #53C0D3!important;
}
.btn-secondary {
    border: solid 1px #a79f95!important;
    background: none!important;
    color: #a79f95!important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    outline: none;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: .25rem;
    line-height: 2.80rem;
    font-size: 13px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Conv_Roboto-Medium'!important;
}
.btn-secondary:hover {
    background-color: #932e90!important;
    color: #fff!important;
    border: solid 1px #932e90!important;
}
.btn-primary-small {
    border: solid 1px #932E90!important;
    background: #932E90!important;
    color: #fff!important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: .25rem;
    line-height: 1.80rem;
    font-size: 12px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Conv_Roboto-Medium'!important;
}
.btn-primary-small:hover {
    background-color: #53C0D3!important;
    color:#fff!important;
    border: solid 1px #53C0D3!important;
}
.btn-secondary-small {
    border: solid 1px #a79f95!important;
    background: none!important;
    color: #a79f95!important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    outline: none;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: .25rem;
    line-height: 1.80rem;
    font-size: 12px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Conv_Roboto-Medium'!important;
}
.btn-secondary-small:hover {
    background-color: #932e90!important;
    color: #fff!important;
    border: solid 1px #932e90!important;
}