.my_account_forms{
    max-width: 80%;
    margin: 0 auto 40px auto;
}
.my_account_forms .cg_form{
    max-width: 100%;
}
.cg_form{
    max-width: 80%;
    margin: 0 auto 30px auto;
}
.cg_form h4{
    font-size: 18px;
    font-weight: bold;
}
.cg_form fieldset{
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    float: left !important;
    border: none !important;
}
.cg_form fieldset legend{
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    font-size: 18px;
}
.cg_form fieldset .mktoOffset{
    float: left !important;
}
.cg_form fieldset .mktoFormCol{
    float: left !important;
}
.cg_form fieldset .mktoFieldWrap{
    float: left !important;
}
.cg_form fieldset label{
    width: 150px !important;
    float: left !important;
    font-weight: bold;
}
.cg_form fieldset .mktoCheckboxList{
    position: relative;
}
.cg_form fieldset .mktoCheckboxList label::before{
    top: 2px;
}
.cg_form .mktoForm{
    width: 100% !important;
}
.cg_form .mktoForm .mktoFormCol{
    float: none;
}
.cg_form .btm-desc .mktoFormCol{
    float: left;
    width: 90%;
}
.cg_form .btm-desc .mktoFormCol.mktoFieldDescriptor{
    width: 10%;
}
.cg_form .mktoForm .mktoFieldWrap{
    float: none;
}
.cg_form .mktoForm .mktoOffset{
    float: none;
}
.cg_form .mktoFieldWrap label{
    width: auto !important; 
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.cg_form label#LblhRDKeyGoals{
    width: auto !important;
}
.cg_form .mktoFieldWrap input{
    width: 100% !important;
    outline: none !important;
    padding: 8px 10px !important;
    box-shadow: none !important;
    border: 1px solid #e1e1e1 !important;
}
.cg_form .mktoFieldWrap select.mktoField{
    background-color: #ffffff;
    width: 100% !important;
    outline: none;
    padding: 8px 10px;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #e1e1e1 !important;
}
.cg_form .mktoFieldWrap .mktoHtmlText.mktoHasWidth{
    width: auto !important;
    padding-left: 10px;
}
.cg_form #my_account_regn{
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.cg_form .mktoButtonRow span.mktoButtonWrap{
    background: none;
    box-shadow: none;
    border: none;
}
.cg_form .mktoButtonRow button[type="submit"]{
    background: #ff0000 !important;
    color: #ffffff !important;
    height: auto !important;
    list-style: none !important;
    line-height: normal !important;
    font-size: 16px !important;
    padding: 10px 16px !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.top-right-area #my_account_menu{
    margin-left: 25px;
}
.top-right-area #my_account_menu ul li a:hover{
    color: #ffffff;
    opacity: 1;
}
.top-right-area #my_account_menu ul li:hover a:after{
    display: none;
}
.top-right-area #my_account_menu .nav__my_account{
    top: 30px;
}
.modal__cg-container ul{
    padding-left: 40px !important;
    list-style: disc;
}
.modal__cg-container .cg_form .well{
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.bottom-two-sec-area .mktoForm .mktoRequiredField label.mktoLabel{
    color: #ffffff;
}
.bottom-two-sec-area .mktoFieldWrap .mktoHtmlText{
    color: #ffffff;
}
.bottom-two-sec-area .mktoFieldWrap .mktoHtmlText a{
    color: #cc0000;
}
@media only screen and (max-width: 767px) {
    .my_account_forms{
        max-width: 100%;
        padding: 0;
    }
    .cg_form{
        max-width: 100%;
        padding: 20px 15px;
    }
    .cg_form .btm-desc{
        display: flex;
        align-items: center;
    }
    .cg_form .btm-desc .mktoFieldDescriptor.mktoFormCol{
        width: 16%;
    }
    .cg_form .btm-desc .mktoFormCol{
        width: 84%;
    }
    .cg_form .mktoFieldWrap select.mktoField{
        font-size: 16px;
    }
}