﻿@media screen and (max-width: 1024px) and (min-width: 320px) {
  #slideBox {
    position: absolute;
    width: 100%;
    /*background: #fff url(../assets/images/login-bg.png);*/
    background-color: #fff;
    background-size: cover; }
  .container-image {
    display: none; }
  .rightLoginSet {
    display: block;
    width: 40%;
    margin: 0 auto;
    float: none;
    overflow: visible;
    background-color: #fff;
    padding: 20px 30px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    border: solid 1px #efefef;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1); }
    .rightLoginSet h2 {
      font-size: 20px; }
  .forgotPsw {
    width: 50%; }
  .loginbody .support-no {
    position: unset;
    top: 0;
    right: 0;
    padding: 0px;
    margin-bottom: 15px; } }

@media screen and (Max-width: 767px) and (min-width: 320px) {
  .rightLoginSet {
    width: 50%; }
  .forgotPsw {
    width: 50%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .label-hide-md label {
    display: none !important; } }
