/*********************************************************************************
* Provider Portal Login Card Layout
*********************************************************************************/
.login-wrapper {
    background-color: white;
	width: 55%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #ccc;
    overflow: hidden;
	margin: auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin-top:25px;
	border-radius: 10px;
	text-align: -webkit-center;
	text-align-last: start;
}

.login-card {
	text-align: -webkit-center;
	text-align-last: start;
}

.login-fullrow {
	width: 100%;
	float: left;
	overflow: visible;
	margin-bottom: 10px;
}

.login-form-layout {
	width: 100%;
	float: unset;
}

.login-error-message {
	width: 80%;
	display: flex;
	flex-direction: column;
	float: none;
	margin-bottom: 10px;
	margin-right: 10%;
	margin-left: 10%;
	min-height: 15px;
	overflow: visible;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.login-error-message span {
	color: #940000;
}

.login-header-page-title {
	font-family: verdana;
	font-weight: bold;
	font-size: 33px;
	padding-left: 0px !important;
	margin-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-transform: none;
	color: #700017;
	display: inline-block;
}

.login-title-container {
	text-transform: capitalize;
	text-align: start;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.login-small {
	width: 80%;
	display: flex;
	text-align: start;
	flex-direction: column;
	float: none;
	margin-bottom: 20px;
	margin-right: 10%;
	margin-left: 10%;
	min-height: 15px;
	overflow: visible;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 3px;
}

.login-divider {
	border-bottom: 2px solid #ECECEC;
	float: left;
	width: 100%;
	background: #FFF;
	margin-bottom: 5px;
	margin-top: 5px;
}

.login-button-container {
	text-align-last: center;
	display: flex;
	place-content: center;
	justify-content: center;
	margin: 5px;
}

.login-button {
	width: 60%;
	height: 40px;
	margin-left: 5px;
	font-weight: 700;
	border-radius: 100px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .2);
	outline: 0;
	outline-style: none;
}

.login-form-layout input {
	vertical-align: middle;
	border-radius: 6px;
	padding: 10px 3px;
	font-size: 16px;
}

.login-form-layout a:link, .login-form-layout a:visited {
	color: #000000;
}

/*********************************************************************************
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	.login-header-page-title {
		margin-left: 0px;
	}
	.login-wrapper {
   		margin-top: 2%;
   		width: 100%; 
   	}
}

/*********************************************************************************
* Small Mobile
*********************************************************************************/
@media screen and (max-width: 354px) {
	.login-wrapper {
   	 	margin-top: 2%;
	}
}

.sso-info-text{
	margin-left:2%;
	margin-right:2%;
	text-align:justify;
}
.buckeyeBlue{
	color:#0E3F75;
}
.large-row{
	width:90% !important;
}
.largeText{
	text-size:large;
}
.smallText{
	text-size:small;
}