﻿.login-img3-body {
    background: url('../img/gn-background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-page h1 {
    font-size: 32px;
    text-shadow: 1px 1px 2px rgb(158 83 0);
    margin-bottom: 10px;
    text-align: center;
    color: white;
    max-width: 780px;
    margin: 0px auto;
    font-weight: bold;
}
.forgot-psw-link {
    text-align: right;
}
.idp-page-info {
    text-align: center;
    color: white;
    font-size: 18px;
    max-width: 780px;
    margin: 0px auto;
    text-shadow: 1px 1px 2px rgba(158,83,0,1);
    font-weight: bold;
    margin-bottom: 20px;
}
.roundedTextbox {
    font-size: 16px;
    border-radius: 5px !important;
    width: 450px !important;
}

.login-logo-idp {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.dropdown-menu-limit {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item-idp {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-color: black;
}




