﻿html, body {
    overflow: auto;
    height:100%;
    position: relative;
}
/***Below Css for Login Paage***/
.loginPage {
    background-image: linear-gradient(69.25deg, #FFFFFF 7.07%, #FFE2E5 49.41%, #FFCDA8 94.03%),
                      radial-gradient(102.41% 183.83% at 103.2% 26.54%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.26) 15%, rgba(255, 204, 168, 0.32) 35%, rgba(255, 170, 113, 0.2) 65%) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;;
}

.loginBtn{
    background-color: #F8A375;
    border-color: #F8A375;
    color: #000000;
    width: 400px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 0px !important;
    margin-left: 60px;
}
.loginBtn:hover{
    background-color: #F89A65;
    border-color: #F89A65;
    color: #000000;
}
.loginMsg{
    margin-top: 15px;
    text-align: center;
}
.welcomeMsg{
    margin-top:10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.welcomeText{
    font-family: 'ITC Charter Com','ITCCharter','Georgia';
    font-style: normal;
    font-weight: normal;
    color: #000000;
    width: 350px;
}
.welcomeTextSmall{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.welcomeTextLarge{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.logo{
    float: left;
    height: 55px !important;
    width: 72px !important;
}

.btn-default:hover{
    color:#d83a21;
    background:#FFF;
}
.danger{
    text-align:center;
}

.loginFooter{
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 40px;
}

.footerText{
    font-size: 11px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.4;
}

.footerLinks{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footerLink{
    font-size: 12px;
    color: #111113;
    text-decoration: underline;
}

.footerLink:hover{
    color: #C52B09;
    text-decoration: underline;
}

.footerLink:active{
    color: #000000;
    text-decoration: underline;
}

.footerLink:focus{
    color: #111113;
    text-decoration: underline;
    outline: 1px solid #111113;
    outline-offset: 2px;
}

/***Below Css for Error Paage***/
.errorHeading{
    font-size: 21px;
    font-style: italic;
    font-family:'ITC Charter Com','ITCCharter','Georgia';
    border-bottom: 3px solid #CCC;
    height: 50px;
}
.homeBtn{
    color: #FFF;
    background-color: #fe5625;
    width: 220px;
}
.homeBtn:hover{
    color:#FFF;
    background-color:#dd3c20;
}
.homeLink{
    margin-top:40px;
}
.errorContainerImg{
    margin-top:12%;
    text-align:center;
}
.errorMsg{
    color:#666666;
    margin-top:25px;
    font-size:22px;
}
.errorContainer{
    padding:0 60px; 
    margin: 30px 0;   
}
.header {
    height: 50px;
    padding: 10px;
    background:#FFF;
}
.logoClass {
    width: 72px;
    height: 55px;
    float: left;
    margin: 0px 16px 2px 0;
}
.logoErrorClass {
    width: 72px;
    height: 55px;
    float: left;
    margin: -10px 16px 2px 0;
}
.logoText {
    font-family: "ITC Charter Com Black";
    font-style: italic;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 6px;
}
.pageHeader{
	background: linear-gradient(135deg,#b62d1d -20%,#fd4822 28%,#ff752b 64%,#db586c 120%);
	background-image: linear-gradient(135deg, rgb(182, 45, 29) -20%, rgb(253, 72, 34) 28%, rgb(255, 117, 43) 64%, rgb(219, 88, 108) 120%);
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	border: none;
	color: #fff;
	outline: none;
    height:56px;
}
.errorPageBg{
    background:#F9F9F9;
    height:100%;
}
.errorSection{
    background:#FFF;
    margin-top: 15px;
}

/***Below Css for LogOut Paage***/

.topLogoutSection{
    background-image: linear-gradient(69.25deg, #FFFFFF 7.07%, #FFE2E5 49.41%, #FFCDA8 94.03%),
                      radial-gradient(102.41% 183.83% at 103.2% 26.54%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.26) 15%, rgba(255, 204, 168, 0.32) 35%, rgba(255, 170, 113, 0.2) 65%) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.logOutTitle{
    margin-top: 55px;
    text-align: center;
}
.logoutMsgContainer{
    height: 160px;
    width: 70%;
    border: 1px solid #dd3c20;
    margin: 100px auto;
    border-radius:5px;
}
.logoutMsgContainer h3{
    text-align: center;
    font-weight: bold;
    color: black;
    margin-top:40px;
}

.unauthorizedMsgContainer{
    height: 110px;
    width: 70%;
    border: 1px solid #dd3c20;
    margin: 170px auto;
    border-radius:5px;
}
.unauthorizedMsgContainer h3{
    text-align: center;
    font-weight: bold;
    color: black;
    margin-top:40px;
}
.loginAginMsg{
    font-size: 18px;
    text-align: center;
    color: black;
    margin-top: 20px;
}
.loginAginMsg a{
    color:#dd3c20;
    text-decoration:none;
}

/*** IPAD Landscape View ***/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .welcomeMsg{
        margin-top:25%;
    }
}

/* IPAD Portrait View*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .welcomeMsg{
        margin-top:50%;
    }
}

