/*Custom CSS by Prashant*/
body {
    display: block;
    margin: 8px;
}
html, body {
    font-family: 'Segoe UI', Calibri, sans-serif;
    font-size: 100%;
    letter-spacing: 0.1px;
    font-weight: lighter;
	font-size: 0.8rem !important;
    color: #424242 !important;
	line-height: 1.42857143;
}
#mainbody{margin-top:10% !important;}
form {
    display: block;
    margin-top: 0em;
}
*, *:before, *:after { box-sizing: inherit; }

@media (min-width:768px){.container-login{width:750px}}
@media (min-width:992px){.container-login{width:970px}}
.login { background-color: #cbced5; }
.overflowx_hidden{overflow-x:hidden;}
.container-login {
    margin-left: auto;
    margin-right: auto;    
	background:#e3e7eb;
	padding:10px 20px 40px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
	border-radius:25px;
	height: 350px;
	border: 4px;
}
#idpSelectListButton{
    text-decoration: none;
    color: #fff;
    background-color: #42688d;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
	outline: 0;
	border: none;
    border-radius: 4px !important;
	padding: 0.25rem 1.2rem;
    text-transform: uppercase;
	margin: 0 3px auto;
	text-align: center !important;
	font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
	white-space: nowrap;
	margin-left: 10px !important;
}
#idpSelectSelector{	
	width: 375px;
	background-color: #42688d;
	border: 1px solid #7f9db9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	height: 28px;
	border-radius: 4px;
	padding-left: 4px;
	vertical-align: middle;
	background: #fff;
	-webkit-padding-start: 0px;
}
form label{
	width: 50%;
    text-align: center;
    font-size: 30px !important;
    margin-bottom: 10px !important;
}
.mar-center{
	margin-top: 60px;
}