/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.loginSec {
    
    background-size: cover;
    align-items: center;
     flex-wrap: wrap;
     background-position: fixed;
     height: auto;
}
.toplogo {
    position: initial;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.toplogo img{width: 50%}

.login-content {
    width: 100%;
    text-align: center;
}
.login-form {
    width: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.welcomtext {
        width: 95%;
    margin-top: 50px;
    border-bottom: 2px solid #787878;
    padding-top: 0
}
.loginform {
    padding: 15px;
}
.logintitle p {
    font-size: 14px;
    color: #fff;
    margin: 1rem 0 1rem 0;
}
.welcomtext p {
    color: #fff;
    padding: 15px;
    font-size: 12px;
    line-height: 22px;
}
.welcomtext h1 {
    font-size: 30px;}
    .logintitle h2 {
    font-size: 35px;}
    .custom-control {
    padding-left: 0;
}
.styled-checkbox + label {
        font-size: 12px;
}
.forgot p {
    font-size: 12px;
    margin-bottom: 8px;
}
.styled-checkbox + label:before {
    width: 20px;
    height: 20px;}
    .has-search .form-control {
    height: 60px;}

    .has-search .form-control-feedback {
     line-height: 3.6rem; padding-left: 1rem}
     .form-control-feedback img {
    width: 60%;
}
.has-search .form-control {
    padding-left: 4rem;}
    .login-content{height: auto; border-right: none; margin-bottom: 15px;}
    .eyeicon{
    position: absolute;
    right: 17px;
    top: 17px;
}
.eyeicon img{width: 60%}
.togglemenu {
  display: block;
      color: #ffffff;
    font-size: 25px;
}
.left-menu {

    z-index: 2;
    top: 65px;
        left: -250px;
    position: fixed;
    height: 100%;
}
.right-content {
        width: 100%;
    margin-left: 0px;
    margin-bottom: 50px;
}
.fullwidthPanel .left-menu{
   left: 0px;  
       background-color: #000000fc; 
}
header {
        margin-left: 0px;
            width: 100%;
}
.inner-header {
    justify-content: space-between;
}
.tablestab .nav-tabs .nav-item {
    width: 100%;
      margin-bottom: 5px;
    margin-right: 0;
}
.tablestab .nav-tabs .nav-item .nav-link:before {
    content: none;
}
.tablestab .nav-tabs .nav-item .nav-link:after {
    content: none;
}
.tab-content select.form-control {
        margin-bottom: 10px;
}
.custom-btn img {
    width: auto;
}
.page-pagination {
    padding: 0px;
}
.page-pagination {
        flex-wrap: wrap;
}

.pages-list li a {
    font-size: 12px;
}
.page-title h2 {
        font-size: 20px;
}
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .loginSec {

     height: auto;
}
.toplogo {
    position: initial;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.toplogo img{width: 37%}

.login-content {
    width: 100%;
    text-align: center;
}
.login-form {
    width: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.welcomtext {
        width: 95%;
    margin-top: 50px;
    border-bottom: 2px solid #787878;
    padding-top: 0;
}
.loginform {
    padding: 15px;
}
.logintitle p {
    font-size: 18px;
    color: #fff;
    margin: 1rem 0 1rem 0;
}
.welcomtext p {
    color: #fff;
    padding: 15px;
    font-size: 18px;
    line-height: 36px;
}
.welcomtext h1 {
    font-size: 50px;}
    .logintitle h2 {
    font-size: 50px;}
    
.login-content{height: auto; border-right: none;}
.left-menu {
    width: 200px;
}
.right-content  {
    width: calc(100% - 200px);
    margin-left: 200px;
}
.tablestab .nav-tabs .nav-item {
        width: 130px;
}
header {
        width: calc(100% - 200px);
    margin-left: 200px;
}

.tab-content select.form-control{
        margin-bottom: 10px;
}

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}