/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
.hcsimg {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 80%;
    margin-left: 50px;
}
.hcsimg img {
	width: 100%;
}
.logomain2 {
    max-width: 150px;
}
/*.mobileimg{position: absolute !important;
    opacity: 0.10;}*/
.loginbtnwrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.loginbtn {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
}
.login-form {
    padding-left: 0;
    padding-right: 0;
}

.login-form input.form-control::placeholder{font-size: 13px}

}

@media only screen 
and (min-width : 481px) 
and (max-width :767px) {
.hcsimg {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 80%;
    margin-left: 50px;
}
.hcsimg img {
	width: 100%;
}
.main {
    background: #009690;
    height: auto;
    padding-bottom: 20px;
}
.loginbtnwrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.loginbtn {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
}	
/*.mobileimg{position: absolute !important;
    opacity: 0.10;}*/

.login-form {
    padding-left: 0;
    padding-right: 0;
}

.login-form input.form-control::placeholder{font-size: 13px}

.maintitle{    margin-top: 25px;}

}


@media only screen 
and (min-width : 768px) 
and (max-width :1024px) {

	.login-form {
    padding-left: 0;
    padding-right: 0;
}
.login-form input.form-control::placeholder{font-size: 13px}

}

@media only screen 
and (min-width :812px) 
and (max-width :1024px) {
	.login-form input.form-control::placeholder{font-size: 13px}
	.middelsec{    height: 75%;}
}


/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
