﻿@media all and (min-width:801px) and (max-width: 959px) {
  /* put your css styles in here */
}

@media all and (min-width:769px) and (max-width: 800px) {
  /* put your css styles in here */
}

@media all and (min-width:569px) and (max-width: 768px) {
  /* put your css styles in here */
}

@media all and (min-width:481px) and (max-width: 568px) {
  /* put your css styles in here */
}

@media all and (min-width:321px) and (max-width: 480px) {
  .LoginContainer{
    min-height: 500px !important;
    min-width: 100% !important;
    background-position: 69% 50% !important;
}
.LogoContainer{
    display: none !important;
}
.AccessContainer{
    width: 100% !important;
    margin-left: 0px !important;
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.SignIn{
    margin-left: 0px !important;
}
}

@media all and (min-width:0px) and (max-width: 320px) {
  /* put your css styles in here */
}