﻿.ie-panel {
    display: none;
    background: #212121;
    padding: 10px 0;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);
    clear: both;
    text-align: center;
    position: relative;
    z-index: 1;
}

html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {
    display: block;
}

.page {
    position: static;
    overflow: initial;
    min-height: initial;
}

html, body, form, .page {
    height: 100%;
}

.button-primary {
    width: 100%;
}


.brand {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .brand svg {
        width: 240px;
        margin-left: -40px;
    }

.login-message-container {
    font-size: 16px;
}

    .login-message-container .fa {
        font-style: normal;
        margin-right: 10px;
    }


@media (min-width: 992px) {
    .vh-lg-100 {
        height: 100vh !important;
    }
}

.social-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider-line {
    flex: 1;
    border: none;
    height: 1px;
    background: #ccc;
}

.divider-text {
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.social-buttons {
    display:flex;
    justify-content:center;
 }

.social-button {
    margin:0 10px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #ddd;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor:pointer;
}

    .social-button img {
        width: 40px;
        height: 40px;
    }

  /*  .social-button:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }*/

.login-form-col {
    min-height: calc(100vh - 150px);
}

@media(max-width:767px){
    .login-form-col {
        min-height: initial;
        padding-top: 20px;
        padding-bottom: 40px !important;
    }
}