body {
      margin: 0;
      padding: 0;
      background-color: #2A5FAC;
      color: #fff;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 0.9em;
      color: white;
      text-decoration: none;
}

#logo-svg {
      height: 4vh;
      margin: 5vh auto 3vh;
      display: block;
}

#firebaseui-auth-container {
      background-color: #173c6f;
      width: 34vw;
      margin: 1vh auto;
      padding: 4vh 1vh 1vh;
      /* border-radius: 2rem; */
      /* box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.6); */
}

.firebaseui-tos, .firebaseui-link {
      color: white !important;;
}

.firebaseui-link {
      text-decoration: underline;
}

.rtk-logo {
      width: 12vw;
      fill: #ffffff;
      position: relative;
      right: 5vw;
      bottom: 7vh;
}

footer {
      position: absolute;
      right: 0px;
      bottom: 0px;
}

#footer {
      color: white;
      font-size: 0.8rem;
      position: relative;
      bottom: 40px;
      right: 50px;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 768px) {

      #logo-svg {
            height: 5.5vh;
            margin: 4vh auto 3vh;
      }

/* 
      body{
            background-color: pink;
      } */

      #firebaseui-auth-container {
            width: 50vw;
            padding: 6vh 1vh 3vh;
      }


      .rtk-logo {
            width: 15vw;
            right: 7vw;
            bottom: 6vh;
        }

      #footer {
            font-size: 0.6rem;
        }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
      
      /* body{
            background-color: lightgreen;
      } */

      #logo-svg {
            height: 5vh;
            margin: 6vh auto 4vh;
      }

      #firebaseui-auth-container {
            width: 45vw;
            padding: 6vh 1vh 3vh;
      }


      .rtk-logo {
            width: 15vw;
            right: 7vw;
            bottom: 6vh;
        }

      #footer {
            font-size: 0.6rem;
        }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

/**********
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) {
      
      /* body{
            background-color: green;
      } */

      #logo-svg {
            height: 5vh;
            margin: 6vh auto 4vh;
      }

      #firebaseui-auth-container {
            width: 40vw;
            padding: 6vh 1vh 3vh;
      }

      .rtk-logo {
            width: 12vw;
            right: 5.25vw;
            bottom: 5vh;
        }

      #footer {
            font-size: 0.6rem;
        }


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {}


/* iPad Pro Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* iPad Pro Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {}

/*
================
Desktops and laptops
=================
*/
@media only screen and (min-width : 1224px) {

      /* body{
            background-color: orange;
      } */

      #firebaseui-auth-container {
            width: 25vw;
            margin: 1vh auto;
            padding: 6vh 1vh 3vh;
            border-radius: 1rem;
      }

      #logo-svg {
            height: 4vh;
            margin: 6vh auto 4vh;
      }

      .rtk-logo {
            width: 8vw;
            right: 3vw;
            bottom: 5vh;
        }

      #footer {
            font-size: 0.6rem;
        }

}

/*
================
Large screens
================
*/
@media only screen and (min-width : 1824px) {

      /* body{
            background-color: red;;
      } */

      #firebaseui-auth-container {
            width: 20vw;
            margin: 1vh auto;
            padding: 6vh 1vh 3vh;
            border-radius: 1rem;
      }

      .rtk-logo {
            width: 6vw;
            right: 2vw;
            bottom: 7vh;
        }

        #footer {
            font-size: 0.6rem;
        }

}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 414px) and (max-device-height: 850px) and (orientation : portrait) {
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
}