/*********************************************************************************
* New Login Card Layout
*********************************************************************************/
.newOuterContainer {
   	text-align: -webkit-center;
	text-align: -moz-center;
}

.wlp-bighorn-theme-columnBCWithoutButton .wlp-bighorn-window-content {
    margin: auto;
}
	
.loginCard {
	text-align-last: start;
}

 
.columnB .loginFormLayout {
   width: 85%;
   float: unset;
}

.columnB .formLayout .loginErrorMessage {
    width: 90%;
    display: flex;
    flex-direction: column;
    float: none;
    margin-bottom: 10px;
    margin-right: 0%;
    min-height: 15px;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Iowa customization for color Story #169947 */
/* Iowa customization for rebranding Story #188174 */
.loginHeaderPageTitle {
    font-weight: bold;
    font-size: 33px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-transform: none;
    color: #1C365F;
    display: inline-block;
}

.loginTitleContainer {
    font-family: Tahoma;
    text-transform: capitalize;
   	text-align: start;
    width: 85%;
    padding-top: 10px;
}

.columnB .formLayout .loginSmall {
    width: 90%;
    display: flex;
    text-align: start;
    flex-direction: column;
    float: none;
    margin-bottom: 10px;
    margin-right: 0%;
    min-height: 15px;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
.new-inner-content {
    background-color: white !important;
   	width: 55% !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15) !important;
    border: solid 1px #ccc !important;
}
	
.login-divider {
    border-bottom: 2px solid #ECECEC;
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 5px;
    margin-top: 5px;
}

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

.loginButton {
    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);
}

button {
	outline: 0;
	outline-style: none !important
}

.wlp-bighorn-theme-columnBCWithoutButton .portletLabel .title {
    display: none! important;
}

.columnB .loginFormLayout input {
    vertical-align: middle;
    border-radius: 6px;
    padding: 10px 3px;
}

.new-inner-content {
   	margin-top: 5% !important;
	margin-bottom: 5% !important;
}

@media screen and (max-width: 767px) {
	.loginHeaderPageTitle {
    	margin-left: 0px !important;
    }
    .new-inner-content {
    	width: 100% !important;
   	}
   	.columnB .groupBox {
   		margin-left: 2% !important;
   	}
   	.container-margin {
    	padding-right: 25px !important;
    	padding-left: 10px !important;
	}
	.res-main-section {
    	width: unset;
    	margin-left: 0px;
	}
}

@media screen and (max-width: 354px) {
	.new-inner-content {
    	width: 90% !important;
	}
	.columnB .groupBox {
   	 	margin-left: 0% !important;
	}	
	.container {
   		width: 350px !important;
   	}
}
 /* End of New Login Card Layout */ 