/* CSS Document */

.portal-disabled {
	padding:75px; text-align:center;	
}

input:not(.button):not([type="radio"]):not([type="checkbox"]) {
    background-clip: padding-box;
    /*background-color: #fff !important;*/
    border-color: #E8E8E8;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    color: #495057;
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
