/* Header Logos */

.overflow_seal_abcs {
    overflow: hidden;
    float: right;
    height: 131px;
}
#dfpslogo_abcs {
    background-image: url(../Images/DFPSlogo.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 45%;
    background-size: contain;
    margin-left: 3%;
    margin-top: 1%;
    margin-bottom: 1%;
}
#dfps_seal_abcs {
    background-image: url(../Images/dfps_seal.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 240px;
    width: 155%;
    float: right;
    margin-right: -110%;
    margin-top: -6%;
    margin-bottom: 1%;
    overflow: hidden;
}

.dfps-banner {
    background-color: #EDEDED;
    background-size: contain;
    box-shadow: inset 2px 16px 33px #bebebe;
}
.seal-width {
    width: 32%;
}
@media screen and (max-width: 768px) {
    #dfps_seal_abcs {
        display: none;
    }
    .overflow_seal_abcs {
        display: none;
    }
    #dfpslogo_abcs {
		background-image: url(../Images/DFPSlogo.png);
        width: 80%;
        margin-left: 10%;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .mobile-align {
        text-align: center;
    }
}
	.forget-links a {
		font-size: 11px;
		text-decoration: none;
		color: #000;
		
	}
	.forget-links a:hover{
		color: #005bb7;	
		text-decoration: none;
		font-size: 11px;
	}
.custom-hr {
    border-top: 1px solid #131212;
}
.row-seperator {
    margin-bottom: 2rem;
}
.left-welcome-wrapper {
    padding: 1rem 3rem 1rem 3rem;
}
.alert-align {
    margin: 2rem;
    border-radius: 0.5rem;
    border: 1px solid #080808;
}
.alert-content {
    color: black;
}
.swi-message{
	border:thick solid red;
}
.emergencies-align {
    padding: 1rem 2rem 1rem 2rem
}
.login-wrapper {
    margin: 2rem;
    border-radius: 0.5rem;
    border: 1px solid #080808;
    background-color: #E6E6E6;
}
.login-separator {
    padding: 0rem 2rem 0rem 2rem;
}
.login-separator ul {
    list-style-type: none;
    padding-left: 0rem;
}
.login-btn-align {
    padding-top: 1rem;
}
/* Footer */

.dfpsfooter {
    padding-bottom: 10px;
    padding-top: 15px;
    background-color: #2F6987;
}
footer a:hover {
    color: #e2e2e2;
}
.footer-links {
    color: #FFFFFF;
}
.right-text-alignment {
    color: #FFFFFF;
    float: right !important;
}
.footer-right-width {
    width: 80%;
}
.footer-align-center {
    text-align: center;
}
@media screen and (max-width: 480px) {
	#dfpslogo_abcs {
		background-image: url(../Images/DFPSlogo.png);
		width: 95%;
		height: 75px;
		margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
	}
	.dfps-width {
		width:100%;
		height:100%;
	}
	.left-welcome-wrapper{
		padding:0px;
	}
	.dfps-banner {
    margin-top: 0px;
}
.login-wrapper {
	margin: 0px;
}
	
}
@media screen and (max-width: 768px) {
    .footer-links {
        text-align: center ! important;
    }
    .right-text-alignment {
        text-align: center;
        color: #FFFFFF;
    }
}