﻿.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    background: RGBA(255,255,255,0.8)
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

    .card-signin .card-body {
        padding: 1.5rem;
        
    }

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        border-radius: 5rem;
        letter-spacing: .1rem;
        background-color: #3aa5ab;
        border: 0px solid #094152;
        font-weight: bold;
        padding: 15px;
        transition: all 0.2s;
        font-size: 14px;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        border-radius: 20px;
        padding: 10px;
        opacity: 1;
    }

    .form-label-group > input {
        padding: 15px;
        height: 40px;
        
    }

    .form-label-group > label {
        position: relative;
        padding: 15px 5px 5px 5px;
        font-size: 14px;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

.dot {
    height: 20px;
    width: 20px;
    background-color: #e4e4e4;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
    margin-left: 0 !important;
    line-height: 2 !important;
    vertical-align: middle;
}

.dot-checked {
    height: 20px;
    width: 20px;
    background-color: #1f8e95;
    border: 5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0 !important;
    line-height: 2 !important;
    vertical-align: middle;
}



#button1:hover {
    background-color: #a5cfd2;
    cursor: pointer;
}

#lblCustomer:hover {
    cursor: pointer;
}

.welcome-h2 {
    color: #3aa5ab;
    margin-bottom: 0px;
    margin-top: 0px;
}

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
