﻿
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :  DEROYAL.COM WEB TOOLS - PAGE LAYOUT CSS - SIGN-IN  : */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* ========================================== */
/*  DEFAULT - FIXED WIDTH FOR IE 8 AND UNDER  */
/* ========================================== */

table
{
	margin-bottom: 0;
}

table td
{
	padding: 0;
	border: none;
	padding: 0;
	font-size: 1em;
}

.loginBox h6.controlLabel, .loginBox p
{
	font-size: 1.25em;     margin-block-start: 0;
    margin-block-end: 15px;
}

h1
{
	margin-bottom: 0.5em;
}

p.signinButton
{
	margin-top: 1.25em;
}

.retrievePasswordHeading
{
	margin: 0.75em 0 0.5em 0;
}

.retrievePasswordBox
{
	float: left;
	width: 65%;
}

/* ============================== */
/*  DEFAULT (SMALL SCREEN) RULES  */
/* ============================== */

@media all and (min-width : 100px) and (max-device-width:600px) {
{
	
.loginBox h6.controlLabel, .loginBox p, h5.help_Prompt {
    font-size: 1.25em !important;
    margin: 20px 0 -10px !important;
    color: #c1c1c1 !important;}

}



/* ===================== */
/*  MEDIUM SCREEN RULES  */
/* ===================== */

@media screen and (min-width: 900px)
{


}