.captcha_image {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
    display: block;
    float: left;
}

.captcha_textbox {
    font-size: larger;
    width: 145px;
    float: left;
}

.captcha_textboxlabel {
    display:block;
    overflow: auto;
    float: left;
    width:98%;
}

.div_apptitle {
    overflow:visible; 
    display:block; 
    margin-bottom:40px;
}

.div_root {
    display: flex !important;
    flex:1;
    flex-direction: column !important;
    
}

.div_center {                                
    display: flex;                
    flex:1 0 auto;                                
}

.div_left {                              
    display:flex;
    justify-content:center;
}

.div_right {                              
    display:flex;
    justify-content:center;
}

.div_login {
    display:inline-grid;                                                
    align-items:center;

    /*width:100%;
    justify-content:center;
        */
}            

#Form_Login	{
	background-color: #FFFFFF;
	display:flex
	}
	
#RadAjaxManager1{
	display:none;
}	

@media only screen and (max-width: 480px) {
    
    .div_center {                    
        flex-direction: column !important;                    
    }

    .div_left {                                    
        flex:1 0 auto;
        min-width:0;
        order: 1 !important;
        width:100% !important;                    
        flex-direction:column !important;                                      
    }

    .div_right {                  
        flex:1 0 auto;
        min-width:0;
        order: 2 !important;
        width:100% !important;
    }


}

@media only screen and (min-width: 481px) and (max-width: 540px) {
    
    .div_center {                    
        flex-direction: row !important;                    
    }

    .div_left {                                    
        flex:1 0 auto;
        min-width:0;
        order: 1 !important;
        width:30% !important;
        flex-direction:column !important;                                      
    }

    .div_right {                    
        
        flex:1 0 auto;
        min-width:0;
        order: 2 !important;
        width:70% !important;
    }
}

@media only screen and (min-width: 541px) and (max-width: 1024px) {
    
    .div_center {                    
        flex-direction: row !important;                    
    }

    .div_left {                                    
        flex:1 0 auto;
        min-width:0;
        order: 1 !important;
        width:40% !important;                    
        flex-direction:column !important;                                      
    }

    .div_right {                    
        
        flex:1 0 auto;
        min-width:0;
        order: 2 !important;
        width:60% !important;
    }
}

@media only screen and (min-width: 1025px) {

    .div_apptitle {                    
        margin-bottom:0;
        visibility:hidden;
    }

    .div_center {                    
        flex-direction: row !important;                    
    }

    .div_left {                                    
        flex:1 0 auto;
        min-width:0;
        order: 1 !important;
        width:65% !important;                    
        flex-direction:column !important;                                      
    }

    .div_right {                    
        
        flex:1 0 auto;
        min-width:0;
        order: 2 !important;
        width:35% !important;                                        
    }

    .div_login {
        min-width:320px;
    }

    
}