a,
a:hover {
    color: #ef3a4c
}

.goat-background {
    height: auto;
    float: left;
    width: 100%;
}

.register-panel {
    margin: 15px auto;
}

.register-panel-footer .btn-primary {
    background: #ef3a4c !important;
    border-radius: 0;
    min-width: 120px;
    line-height: 24px;
    border: none !important;
}

.register-panel-footer .btn-primary:hover {
    background: #19263f !important;
}

.register-panel-footer .btn-primary.disabled:hover {
    background: #ef3a4c !important;
}

.register-panel-footer .btn-primary:focus,
.register-panel-footer .btn-primary:not(:disabled):not(.disabled).active:focus,
.register-panel-footer .btn-primary:not(:disabled):not(.disabled):active:focus,
.register-panel-footer .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.note-url {
    display: block;
    width: 100%;
}

.note-url p {
    margin: 0px;
    color: #000;
}

.note-url a {
    text-decoration: underline;
    word-wrap: break-word;
}

.register-panel-header {
    margin-bottom: 10px;
}

.register-panel-header h2 {
    color: #354052;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
}

.register-panel-header h4 {
    text-align: left;
    padding: 0;
    color: #354052;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.register-panel-header p {
    color: #354052;
    font-size: 16px;
}

.register-panel-header h4 sup {
    font-size: 12px;
}



.login-logo {
    position: fixed;
    left: 45px;
    top: 24px;
    width: auto;
    height: 53px;
}

.login-logo img {
    display: block;
    width: auto;
    height: 100%;
}

.home-link {
    position: fixed;
    left: 145px;
    top: 45px;
    font-size: 18.5px;
}

.home-link:hover {
    text-decoration: none;
}

.register-panel-footer {
    margin-bottom: 0px;
}

.register-panel-footer {
    display: flex;
    align-items: center;
}

.register-panel-footer-text {
    display: block;
}

.thankYou-text {
    display: block;
    padding: 0 45px;
    margin-bottom: 20px;
    text-align: center;
}

.thankYou-text h3 {
    font-size: 21px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}

.thankYou-text h4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    margin-top: 55px;
}

.thankYou-text a {
    color: #ef3a4c;
}


/*.thankYou-text a { margin-top: 10px;   display: inline-block;
    line-height: 34px;
    background: #ef3a4c;
    color: #fff;
    padding: 0 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
    .thankYou-text a:hover {background: #000; text-decoration: none;}*/

.login-btn {
    display: block;
    text-align: center;
    width: 100%;
}

.login-btn .btn-primary {
    background: #ef3a4c !important;
    border-radius: 0;
    min-width: 120px;
    line-height: 24px;
    border: none !important;
    display: inline-block;
}

.login-btn .btn-primary:hover {
    background: #000 !important;
}

.drop-down {
    float: left;
    width: 100%;
    position: relative;
}

.drop-down button {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border: 1px solid #7F8FA4;
    border-radius: 4px;
}

.drop-down select {
    display: none;
}

.drop-down .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 40px;
    padding: 0;
    background-color: #595959;
}

.drop-down .select-list li {
    display: none;
}

.drop-down .select-list li span {
    display: inline-block;
    min-height: 40px;
    min-width: 280px;
    width: 100%;
    padding: 5px 15px 5px 35px;
    background-color: #595959;
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-size: 16px;
    text-align: left;
    color: #FFF;
    opacity: 0.7;
    box-sizing: border-box;
}

.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    opacity: 1;
}

.input-group-sm {
    font-size: 11px;
}

.login-text {
    position: fixed;
    z-index: 99;
    right: 550px;
    bottom: 50px;
    width: 300px;
    background: #ef3c4d;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
}

@media (max-width: 480px) {
    .login-logo {
        position: relative;
        float: left;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        margin: 30px 0 10px 0;
    }
    .login-logo img {
        display: inline-block;
        vertical-align: top;
        max-width: 85px;
    }
    .register-container,
    .register-panel {
        max-width: 100%;
    }
    .register-container {
        background: transparent;
    }
}

.password-progress {
    position: relative
}

.password-progress .progress {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 75%;
    height: 5px;
}

.password-progress .password-verdict {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.bar-danger {
    background: #ef3c4d;
}

.bar-warning {
    background: #ffc000;
}

.bar-success {
    background: #70ad47;
}

.g-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
}

.register-panel-footer {
    margin: 15px 0
}

.error-msg {
    color: #ef3a4c;
    display: block;
    padding-top: 2px;
    display: none;
}

.error-msg a {
    text-decoration: underline;
}

.filed-add.focusout .error-msg {
    display: block;
}

.hide-msg .error-msg {
    display: none !important;
}


/*.register-panel label span {
    font-size: 11px;
}*/

.invalid-msg .error-msg {
    display: block;
}

.terms-check .GoatTermsofUse {
    float: left;
    margin: 2px 9px 25px 0;
}

.business-error {
    display: none;
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 3px;
    color: #ef3a4c;
}

.tooltip-box {
    position: relative;
    display: inline-block;
    top: -1px;
}

.tooltip-icon {
    width: 14px;
    opacity: 0.7;
    cursor: pointer;
}

.tooltip-hover {
    position: absolute;
    bottom: 24px;
    right: -18px;
    width: 240px;
    padding: 15px 20px;
    background: #ef3c4d;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: none;
}

.tooltip-box:hover .tooltip-hover {
    display: block;
}

.tooltip-hover:before {
    content: '';
    right: 20px;
    bottom: -5px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ef3c4d;
}

.error-msg-email {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 3px;
    color: #ef3a4c;
    display: none;
}

.error-msg-email.show {
    display: block;
}

.edit-org {
    background: #d4d4d4 !important;
    border-radius: 0;
    min-width: 78px;
    line-height: 24px;
    border: none !important;
    color: #232323;
    float: right;
    margin: 10px 0 0 0;
}

.edit-org:hover {
    background: #19263f !important;
    color: #fff;
}

#edit-org-popup .modal-dialog {
    margin: auto;
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

.modal-open {
    overflow: inherit;
    padding-right: 0px !important;
}

.org-save-btn {
    background: #ef3a4c !important;
    border-radius: 0;
    min-width: 100px;
    line-height: 24px;
    border: none !important;
}

.org-canl-btn {
    background: #d4d4d4 !important;
    border-radius: 0;
    min-width: 100px;
    line-height: 24px;
    border: none !important;
    color: #232323;
}

.org-save-btn:hover,
.org-canl-btn:hover {
    background: #19263f !important;
    color: #fff;
}