﻿.btn {
    /*width: 49% !important;*/
    padding: 15px;
    border: none;
    border-radius: 0px;
    text-align: center;
    text-decoration: none; /* remove underline from anchors */
}

.noticeheigth {
    min-height: 85px !important;
}

.or-divider {
    line-height: .05;
    margin: 20px 1px;
    position: relative;
    text-align: center;
    color: #ccc !important;
    box-sizing: border-box !important;
}

    .or-divider span:after, .or-divider span:before {
        border-top: 1px solid #ccc;
        content: " ";
        display: block;
        position: absolute;
        width: 47%;
        top: 0;
    }

    .or-divider span:after {
        right: 0;
    }

    .or-divider span:before {
        left: 0;
    }

a {
    color: blue;
    text-decoration: underline;
}

.iconStyle {
    cursor: pointer;
    color: lightgrey;
    float: right;
    top: 62%;
    right: 1%;
    position: absolute;
}

.loading {
    background-color: #ffffff;
    background-image: url('../../Images/loader.gif');
    /*background-image: url("http://loadinggif.com/images/image-selection/3.gif");*/
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.fb {
    background: #3B5998;
    color: white;
    font-size: 14px !important;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
    font-style: normal !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 17px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
}
.fb {
    /* width: 188px;
        height: 24px;*/
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) 18px/24px var(--unnamed-font-family-roboto);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: normal normal medium;
    text-align:center;
}

.google {
    background: #DD4B39 0% 0% no-repeat padding-box;
    border-radius: 0px;
    opacity: 1;
    margin-top: 25px;
}
.google {
    background-color: #dd4b39;
    color: white;
}

a.my-class {
    color: white;
    font-family: 'Roboto' !important;
    font-size: 14px !important;
}

    a.my-class:active {
        color: white
    }

    a.my-class:link {
        color: white
    }

    a.my-class:visited {
        color: white
    }
