@media only screen and (min-device-width : screen px) and (max-device-width : screen px) { #id{style} }
.div_main_login {
	display: block;
	background: #000000;
	color: #000000;
	max-width:1200px;
		margin: auto;
	margin-top: -20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
}
.div_main_index {
	display: block;
	background: #000000;
	color: #000000;
	max-width:400px;
		margin: auto;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
}

.image-cropper {
	display: block;
	background: #000000;
	position:relative;
	color: #FFFFFF;
	max-width:350px;
	max-height:350px;
	width:350px;
	height:350px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	border-radius: 50%;
}
.login-header {
	display: block;
	background: #0000ff;
	color: #FFFFFF;
	position:relative;
	max-width:1100px;
	max-height:150px;
	border-radius: 5px;
}

.login-body {
	display: block;
	background: #ffffff;
	position:relative;
	color: #FFFFFF;
	width:1000px;
	margin-left: 50px;
	margin-right: 50px;
	border-radius: 5px;
}

.login-page-logo{
    display: inline-block;    
    position:relative;
    margin:inherit;
    margin-top: 5px;
    margin-left:-10px;
    margin-right:auto;
    overflow: hidden;
    border-radius: 50%;
}

.login-page-logo1{
    display: inline-block;    
    position:relative;
    margin-top: -50px;
    margin-left:auto;
    margin-right:200px;
    overflow: hidden;
    border-radius: 50%;
}
.login-page-logo2{
    display: inline-block;   
    position:relative;
    background:#ffffff;
    margin-top: -50px;
    margin-right:auto;
    margin-left:200px;
    overflow: hidden;
    border-radius: 50%;
}
.login-logo-title1{
display: inline-block;    
 position:relative;
  margin:inherit;
 margin-top: 5px;
 margin-left:50px;
 margin-right:auto;
}

.login-logo-title2{
display: inline-block;    
 position:relative;
  margin:inherit;
 margin-top: -70px;
 margin-left:245px;
 margin-right:auto;
}

.profile-pic {
    position: relative;
    width: 350px;
    height: 350px;
    margin-top: 1px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-pic1 {
    position: relative;
    width: 100px;
    height: 100px;
     margin-top: 5px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-pic2 {
    position: relative;
    width: 100px;
    height: 100px;
     margin-top: 5px;
    overflow: hidden;
    border-radius: 50%;
}
.profile-pic-index {
    width: 300px;
    height: 300px;
 	background: #000000;
    position: inherit;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 10px;
}
.login-Footer{
display: table;    
 position:absolute;
  margin:inherit;
 margin-top: 50px;
 margin-left:auto;
 margin-right:auto;
}

.login-promptemail {
display: inline-table;
position:relative;
background: #0000ff;
border: 1px solid #4B6170;
color: #FFFFFF;
max-width:300px;
width:135px;
height:20px;
border-radius: 5px;
}
.login-promptpword {
display: inline-table;
position:relative;
background: #0000ff;
border: 1px solid #4B6170;
color: #FFFFFF;
max-width:300px;
width:135px;
height:20px;
border-radius: 5px;
}
.login-address{
display: inline-table;
color: #FFFFFF;
 position:relative;
 margin-top: -10px;
 margin-left:auto;
 margin-right:auto;
}
.login-contact{
display: inline-table;
color: #FFFFFF;
 position:relative;
 margin-top: -10px;
 margin-left:auto;
 margin-right:auto;
}