/*
* This file can be used to customize those parts of the portal implemented with the ExtJS toolkit.
* It is separate from custom.css to still allow centralized styling of those parts of
* the portal not implemented with ExtJS without colliding with the ExtJS stylesheets.
*
* Examples:
*   Override the language icon for dutch to point to "custom/custom_nl.png"
*      .ux-flag-nl { background-image:url(custom_nl.png) !important; }
*      Note that the file's path is relative to this css file.
*   Make the service provider link in the top left appear underlined
*      .providerlink { text-decoration: underline !important; }
*   
                Change text position on login page:
*      to change vertical position modify "top" attribute
*      to change horizontal position modify "left" attribute
*      to hide text change attribute "display" value to "none"
*          .mcs-login-page-tag {
*                                           position: fixed;
*                                           top: 260px;
*                                           left: 105px;
*                                           padding: 0px;
*                                           width: 420px;
*                                           text-align: center;
*                                                           color: #e57200;
*                                           font: 14px arial, tahoma, verdana, sans-serif;
*                                           text-shadow: #dd9d34 0 0 1px;
*                                                           display: block;
*           }

 *   Change background image of login page: 
 *   (for file custom/my_image_960_640.png)

 *      .mcs-login-page {
*             background: white url("login-background.jpg") no-repeat center center fixed !important;
*            background-size: cover !important; 
                               }

                Change logo image of login page:           
                               
*                             .mcs-logo-container {
*                                            width: 260px;
*                                            height: 145px;
*                                            background: url(../images/mcs_logo.png) no-repeat;
*                                            position: fixed;
*                                            left: 180px;
*                                            top: 100px;
                                               }

                Change position of the mcs-login-box of login page: 
                                               
                                               .mcs-login-box {
*                                                            position: fixed;
*                                                            top: 310px;
*                                                            left: 150px;
*                                                            width: 320px;
                                                               }
.mcs-login-page {
    background: white url("login-background.jpg") no-repeat center center fixed !important;
   background-size: cover !important; 
}

*/

    
			
			.mcs-login-box {
                                                            position: fixed;
                                                            top: 352px;
                                                            left: 150px;
                                                            width: 320px;
                                                               }

				
				                               
.mcs-logo-container {
width: 538px;
height: 404px;
background: url(../images/LOGOGO.png) no-repeat;
position: fixed;
left: 180px;
top: 130px;
}


.mcs-login-page-tag {
                top: 90px;
               left: 72%;
                display: none;
            }