.notification .badge.red, .SignUpTopBar, button.Btns.Accpect {
    background: #f11200;
}
.SignUpTopBar .logo.listing {
    padding: 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ads a, .logo.listing a {
    display: inline-block;
}
.logo.listing a img {
    min-width: 100%;
}
.SignUpSelection {
    border: 1px solid #ddd;
    border-radius: 6px;
}

.margin-bottom-100px {
    margin-bottom: 100px;
}
.margin-top-70px {
    margin-top: 70px;
}

.padding-left-40px {
    padding-left: 40px;
}
.padding-right-40px {
    padding-right: 40px;
}
.padding-bottom-100px {
    padding-bottom: 100px;
}
.padding-top-100px {
    padding-top: 100px;
}

.SelectUser h5, .SignUpSelection h3, .sub-heading span {
    font-weight: 700;
}
.SignUpSelection.LoginSection .contact-form-action {
    width: 60%;
    margin: 40px auto 0;
}

.contact-form-action .form-control {
    height: auto;
    line-height: inherit;
    padding: 12px 20px 12px 40px;
    font-size: 13px;
    color: #333f57;
    border: 1px solid rgba(128, 137, 150, .3);
    resize: none;
    font-weight: 500;
    transition: .3s;
}
.SignUpSelection.LoginSection .input-box input.form-control {
    padding: 10px;
    height: 34px;
}
.SignUpSelection.LoginSection .form-group {
    margin-bottom: 1rem;
}
.SignUpSelection.LoginSection .no-margin{
    margin: 0 !important;
}
span.showPassword {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    height: 55%;
    display: flex;
    align-items: center;
    margin: auto;
}
.section-devid {
    display: block;
    width: 90%;
    margin: 30px auto;
    text-align: center;
    position: relative;
    height: 30px;
}
.line {
    width: 100%;
    height: 1px;
    background: #a3a3a3;
    position: absolute;
}
.section-devid span {
    position: absolute;
    background: #fff;
    width: 45px;
}
main.login-page .btn-box {
    margin-top: 20px;
}
button.btn.btn-primary.rounded-50 {
    border-radius: 50px;
    width: 100%;
}
.line, .section-devid span {
    top: 4px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}
main.login-page .form-group.login-btn.loginPage span {
    width: 100% !important;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    box-shadow: none;
    background: #4285f4 !important;
    color: #fff;
    display: flex
;
    padding: 0 !important;
}
main.login-page .form-group.login-btn span, main.login-page .form-group.login-btn span button.theme-btn{
    width: 100% !important;
    height: 36px;
    line-height: 36px;
    box-shadow: none !important;
    border-radius: 6px;
    border: 0 !important;
    justify-content: center;
    border-radius: 50px !important;
    font-weight: 400;
    opacity: 1 !important;
    color: #fff !important;
}
.r-bg button div {
    display: none !important;
    background: 0 0 !important;
}
main.login-page .form-group.login-btn.loginPage span button.btn.btn-info {
    border: 0;
    background: transparent;
    padding: 0;
}
main.login-page .bg-5 {
    background-color: #2877b5 !important;
}
.section-devid {
    display: block;
    width: 90%;
    margin: 30px auto;
    text-align: center;
    position: relative;
    height: 30px;
}
.section-devid.NoAccount span {
    width: 100%;
    font-size: 14px;
}
.btn.btn-outline-primary.signupBtn {
    border: 1px solid #f11200;
    background: 0 0;
    color: #f11200;
}
.signupBtn {
    background: #0dcaf0;
    border-color: #0dcaf0;
    border-radius: 50px !important;
    color: #000;
    padding: .375rem 1rem;
}
.k-class.white-bg {
    background: #fff;
    border-top: 1px solid #eeeeef;
    margin-top: 0;
}

.k-class {
    vertical-align: top;
}
.k-class, .k-class-2 {
    display: inline-block;
    width: 100%;
}
.copy-right {
    color: #808996;
    font-weight: 500;
    position: relative;
    display: -ms-flex;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.copy-right .list-items li {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
    float: left;
}
.k-class.white-bg .copy-right ul li {
    border-right: 1px solid #ddd;
    font-weight: 400;
    font-size: 12px;
}
.k-class.white-bg .copy-right ul li a {
    color: #4f4f4f;
    border: 0;
}
ul.list-items.SocialIcons li a {
    background: #4f4f4f;
    width: 22px;
    height: 22px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    justify-content: center;
    align-items: center;
}
ul.list-items.SocialIcons li a svg {
    color: #fff;
    text-align: center;
    font-size: 13px;
}
button.btn.btn-primary {
    background: #f11200;
    border-color: #f11200;
    margin: 0 0 0 5px;
}
.color-black {
    color: #000;
}