/*
STYLES FOR MAINTENANCE PAGE (WHEN THE WORDPRESS SITE IS DOWN)
*/

body {
    margin: 0;
}
/* Page header */
.loginpage-header {
    background-color: #f3f3f1;
	padding-top: 33px;
	padding-bottom: 33px;
}
.retriever-logo {
    width: 62%; 
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
}
.retriever-logo__img {
    width: 74px;
    height: 64px;
    margin-left: 15px;
}
.retriever-logo__circle {
    border-radius: 50%;
	width: 3px;
	height: 3px; 
	background-color: transparent; 
	border: 2px solid #007FC3;
	position: absolute;
	top: 11px;
	left: 122px;
}
.retriever-logo__text {
    max-width: 93px;
    margin-left: 45px;  
    color: #007FC3; 
    line-height: 18px;
    font-size: 18px; 
    font-family: Karla, adelle-sans,Open Sans,arial,sans-serif;
}

/* Page content */
.main-content {
    padding-bottom: 185px;
    padding-top: 90px;
    font-family: adelle-sans,Open Sans,arial,sans-serif;
}
.maintenance-img-container {
    text-align: center; 
    padding-top: 8px;
}
.maintenance-img {
    width: 150px;
}
.maintenance-msg {
    text-align: center; 
    color: #0b60af;
    line-height: 1.5;
}
.maintenance-msg p:nth-of-type(1) {
    font-size:20px;
}
.maintenance-msg p:nth-of-type(2) {
    font-size:18px;
}


/* Database button */
.btn-wrapper {
    text-align: center;
}
.database-btn {
    background-color: #ddd054;
    border: none;
    border-radius: 2px;
    transition: background-color 0.5s ease;
    font-size: 16px;
    margin-top: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: "adelle-sans",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.database-btn:hover {
    background-color:  #eee7a9;
}
.database-btn a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
}


/* Page footer */
.loginpage-footer {
	width: 100%;
	background-color: #f3f3f1; 
	padding-top: 33px;
	padding-bottom: 33px;
	bottom: 0px;
	font-family: Karla, adelle-sans,Open Sans,arial,sans-serif;
}
.loginpage-footer__widgets {
    display: flex;
	justify-content: space-between;
    width: 35%;
    margin-left: 20%;
    padding-bottom: 50px;
}
.widgetbox__header {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: adelle-sans,Open Sans,arial,sans-serif;
}
.widgetbox__list {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
    font-size: 16px;
}
.widgetbox li {
    line-height: 23px;
}
.widgetbox a {
    text-decoration: none;
    color: #0b60af;
}
.loginpage-footer__copyright {
    text-align: center;
	font-size: 16px;
}





