﻿#fbSignInWrapper span {
}

#fbSignInWrapper span iframe {
    width: 100% !important;
}

.grecaptcha-badge {
    z-index: 1;
}

#txtTermsValidation {
    color: #d9534f;
    border-bottom: 1px dashed;
}

#txtTermsValidation2 {
    color: #d9534f;
    border-bottom: 1px dashed;
}

#customBtn {
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #626262;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, 0.14), 0 3px 4px 0 rgba(95, 95, 95, 0.12), 0 1px 5px 0 rgba(95, 95, 95, 0.2)
}

    #customBtn:hover {
        cursor: pointer;
    }

span.label {
    font-family: serif;
    font-weight: normal;
}

span.gIcon {
    background: url('../../images/icons/GoogleLogo.png') transparent 16px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 23px;
    background-size: contain;
    background-color: white;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
}

.abcRioButton.abcRioButtonLightBlue {
    width: 100% !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.dx-texteditor.dx-editor-outlined .dx-placeholder::before, .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding-left: 35px;
    padding-right: 35px;
}

#loginLoadPanel {
    position: absolute;
    z-index: 9999999;
    color: #4db8f8;
    top: 40%;
    bottom: 60%;
}

#loginLoadPanelContainer {
    position: absolute;
    z-index: 999999;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}