/* NEW */
.ms-webpart-titleText
{
	display:none;
}


div[data-name='WebPartZone']
{
	font-family: inherit;
}

div[data-name='WebPartZone'] {

    /*margin:auto auto;*/
	background-color: rgba(255, 255, 255, 0.9);
	/*border-radius: 5px;*/
    width:45%;
    position: fixed;
    top:50%;
    left:50%;
    line-height: 1em;
	
	transform: translate(-50%,-50%);
	
	/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-top:1px solid #bec2c7;
/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-left:1px solid #bec2c7;
/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-bottom:1px solid #bec2c7;
/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-right:2px solid #bec2c7;
	
   
   
}
td{
    text-align:left!important;
}
input[id$='UserNameContainerID_SubmitButton']
{
    background: #ef4836 ;
    z-index: 2;
    text-align: center;
    color: white !important;
    border: none;
    font-size: 14px;
    padding: 0.5em 1.5em .5em 1.5em;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-weight: 300;
    cursor:pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0px;
}
input[id$='UserNameContainerID_SubmitButton']:hover 
{
    background: #ce4130;
    color: white;
    text-decoration: none;
    cursor:pointer;
    

}
span[id$='ChangePasswordContainerID_ChangePasswordTitle']{
	font-size: x-large;
}
div[data-name='WebPartZone'] table{

    /*margin:auto auto;*/
	
	
    
	margin: auto auto
	
	
	
   
   
}
input[id$='UserNameContainerID_UserName']
{
    width:80%;
}
span[id$='ChangePasswordContainerID_ChangePasswordTitle']{
	font-size: x-large;
}
span[id$='UserNameContainerID_UserNameTitle']{
	font-size: x-large;
}
span[id$='UserNameContainerID_UserName']
{
	font-size: x-large;
}

#primary
{
    overflow-y: visible;
    height:100%
}
td[align="right"]{
	padding-right: 0px;
} 

div[data-name='WebPartZone'] table tr:last-child
{
	line-height: 3em;
}

#mainWebPartZone
{
	padding-top: 50px;
}

input[id$='ChangePasswordContainerID_CancelButton']
{
	display: none;
}

input[id$='ChangePasswordContainerID_ChangePasswordButton'] , input[id$='SuccessContainerID_ContinueButton']
{
	background: #ef4836 /*url('/_catalogs/masterpage/CSS/images/ui-bg_gloss-wave_50_2c72ac_500x100.png') 50% 50% repeat-x;*/;
    z-index: 2;
    text-align: center;
    color: white !important;
    border: none;
    font-size: 14px;
    padding: 0.5em 1.5em .5em 1.5em;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-weight: 300;
    cursor:pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[id$='ChangePasswordContainerID_ChangePasswordButton']:hover, input[id$='SuccessContainerID_ContinueButton']:hover
{
	background: #ce4130 /*url('/_catalogs/masterpage/CSS/images/ui-bg_gloss-wave_75_2191c0_500x100.png') 50% 50% repeat-x*/;
    color: white;
    text-decoration: none;
    cursor:pointer;
}
span[id$='UserNameContainerID_UserNameRequired']
{
 color:red;
}
sapn[id$='SuccessContainerID_Success']
{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: x-large;
}
#MyAgcGlassLogo
{
    margin: 10px 25px 0px 28%; 
    vertical-align: middle;
}
/*mobile style*/
@media screen and (max-width: 700px) 
 { 
   #MyAgcGlassLogo
    {
        margin: 10px 25px 0px 0px; 
        vertical-align: initial;
    }
label[id$='ChangePasswordContainerID_ChangePasswordTitle']
{
	font-size: 20px;
}
span[id$='UserNameContainerID_UserNameTitle']{
	font-size:  20px;
}
label[id$='UserNameContainerID_UserName']
{
	font-size:20px;
}
label[id$='UserNameContainerID_UserNameLabel']
{
    display: none;
}
div[data-name='WebPartZone'] {

    /*margin:auto auto;*/
	background-color: rgba(255, 255, 255, 0.9);
	/*border-radius: 5px;*/
    width:100%;
    position: fixed;
    top:25%;
    left:50%;
    line-height: 1em;
	
	transform: translate(-50%,-50%);
	
	/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-top:1px solid #bec2c7;
/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-left:1px solid #bec2c7;
/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-bottom:1px solid #bec2c7;
/* [ReplaceColor(themeColor:"Dark2-Lightest")] */ border-right:2px solid #bec2c7;
	
   
   
}
 }
