﻿.lblmail{
    font-weight:900;
}
.bottom20{
    margin-bottom:20px;
}
.aspbtn {
    display: none;
}

@media (max-width: 575px) {
    .container385 {
        width:100%!important;
        margin-top:200px!important;
    }
}
.background-gray {
    background-color: rgba(240, 240, 240, 1);
    width: 100%;
    height: 1080px;
}

.background-white {
    background-color: #FFFFFF;
    border-radius:15px;
}

.container385 {
    width: 385px;
    margin-top: 167px;
}

.leftblank {
    padding-left:30px;
    padding-right:30px;
}
.logob2cmini {
    width: 130px !important;
    /* height: 50px;*/
    margin-top:-10px;
}

.accountdiv {
    display: inline-block;
    margin-top: 18px;
}

.account {
    font-family: var(--fontfamily);
    font-size: 21px;
    margin-left: 10px;
    text-decoration: none !important;
    color: rgba(10, 191, 242, 1) !important
}

.create { 
    font-family: var(--fontfamily);
    color: #24263D;
    font-size: 20px;
    font-weight: 900;
}

.top20{
    margin-top:20px
}
.top20forget {
    padding-bottom:20px;
    margin-top: 20px
}
.createez {
    font-family: var(--fontfamily);
    color: #24263D;
    font-size: 14px;  
}
.top10 {
    margin-top: 10px;
}

.signin {
    font-family: var(--fontfamily);
    text-decoration: none !important;
    color:rgba(10, 191, 242, 1) !important
}
a:hover {
    text-decoration: none !important;
}


.Bookbtn:hover {
    text-decoration: none !important;
}


.Bookbtn {
    background-image: linear-gradient(90deg, #00d3a7 0%, #0ac0f2 100%);
    border: none !important;
    background-size: auto;
    font-weight: bold;
    font-size: 18px;
    color: rgb(255, 255, 255);
    border-radius: 35px;
    text-align: center;
    width: 100%;
    height: auto;
    outline: none;
    padding: 0px;
    margin-bottom: 10px;
    display: block;
    padding:0px!important;
}

.Bookbtn span {
    line-height: 44px;
    color: #FFFFFF;
    font-weight: bold;
}
.button {
    outline: none !important;
    border-radius: 35px !important;
}

.blue {
    color: rgba(10, 191, 242, 1) !important;
}

.emailblock {
    width: -webkit-fill-available;
}



/* Slideshow container */
.slideshow-container {
    widtH: 100% !important;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.accountrecovery .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

@media only screen and (max-width: 330px) {
    .container485 {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bot40a {
        margin-bottom: 0px !important;
    }
}

.redborder {
    border: solid 1px rgba(236, 22, 81, 1) !important;
}

.validtxt {
    color: rgba(236, 22, 81, 1) !important;
    font-size:14px;
    display:none;
}
/*
.mySlides {
    margin-left: -40px;
}

*/



.margintop11 .option {
    min-height: unset !important;
    max-height: unset !important;
    line-height: unset !important;
}

/*added by mpanop--- 04-10-22*/
.lblmailcustom{
    position: initial !important;
}

.validnotactivatedDiv {
    display:none;
}
.validnotactivatedtxt {
    color: rgba(236, 22, 81, 1) !important;
    font-size: 14px;
}
.validnotactivatedtxtblue {
    color: rgb(33, 51, 103)!important;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
}

/*added by mpanop ---- 11-10-22 
    css for syccessfully resent activation email modal 
*/
.modalsuccessreg {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modalsuccessreg-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    position: relative;
}

.closemodalresendactssuc, .closemodalresendactsfail {
    color: #aaaaaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 0px;
    opacity: unset !important;
    position: absolute;
    top: 0px;
    right: 0px;
}


    .closemodalresendactssuc:hover, .closemodalresendactsfail:hover
    .closemodalresendactssuc:focus, .closemodalresendactsfail:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.contactsignupdiv {
    margin-bottom: 30px;
}

.contactsignup {
    color: rgba(33, 51, 103, 1);
    font-size: 20px;
}
