/* Reset-Password CSS and Retreive Username CSS*/

.cg-emailfield {
    padding: 0%;
    box-shadow: 0px 1px 2px 1px #f2f2f2;
    position: relative;
}

.cg-emailform {
    padding-bottom: 50px !important;
    display: block;
}

.cg-maintitle {
    text-align: center;
    font-family: AvenirNextLTCom-Regular, Arial, sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: normal;
}

.cg-descriptiontext {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 5%;
}

.cg-recoveryemailtext {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0%;
}

.cg-telprop {
    color: #009CDC;
}

.cg-doneicon {
    height: 35px !important;
    width: 100%;
    font-size: 22px !important;
    line-height: 30px !important;
    border: 0 !important;
    padding-top: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 2px solid #333 !important;
    box-sizing: border-box;
    background-color: transparent !important;
}

.cg-errortextbox {
    height: 35px !important;
    width: 100%;
    font-size: 22px !important;
    line-height: 30px !important;
    border: 0 !important;
    padding-top: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 2px solid #D91943 !important;
    box-sizing: border-box;
    background-color: transparent !important;
}

.cg-doneiconsecond {
    height: 35px !important;
    width: 100%;
    font-size: 22px !important;
    line-height: 30px !important;
    border: 0 !important;
    padding-top: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 2px solid #333 !important;
    box-sizing: border-box;
    background-color: transparent !important;
}

.cg-submitbuttonstyle {
    height: 50px !important;
    width: 149px;
    text-align: left;
    margin-bottom: 3%;
    margin-left: 0px !important;
}

.checkmark {
    display: none;
}

.cg-submitstyle {
    padding-top: 6%;
    text-align: left !important;
}

.material-icons {
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.cg-tickmark {
    margin-left: -5%;
    font-size: 15px !important;
    font-weight: bold !important;
}

.cg-emaillabel {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: bold;
}

.successmessage {
    font-family: "Avenir Next LT Com Regular", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #008400
}


/* Password Authentication CSS */

.cg-emailfieldauth {
    display: inline-block;
    width: -webkit-fill-available;
    height: 71%;
}

.cg-maintitleauth {
    padding-bottom: 50px;
    padding-top: 50px;
}

.cg-boxstyle {
    height: 600px;
}

.cg-passwordleft {
    display: inline-block;
    position: absolute;
    width: 43%;
}

.cg-policies {
    display: inline-block;
    margin-left: 60%;
    background-color: #e6e6e6 !important;
    height: 340px;
    width: 68%;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .cg-boxstyle {
        height: 750px;
    }

    .cg-emailfieldauth {
        height: 100%;
        display: block;
    }

    .cg-passwordleft {
        display: block;
        width: auto;
        position: initial;
    }

    .cg-policies {
        margin-left: auto;
        display: block;
        width: auto;
        height: auto;
    }

    .cg-emaillabel {
        position: initial;
    }


}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cg-policies {
        width: 40%;
    }

    .cg-emaillabel {
        position: initial;
    }
}

.forgotten-password {
    height: 338px;
}