﻿/*Viewport 4*/
@media screen and (min-width: 1200px) {}

/*Viewport 3*/
@media screen and (min-width: 980px) and (max-width: 1199px) {}
   
/*Viewport 2*/
@media screen and (min-width: 768px) and (max-width: 979px) {
    /*body {
    background:orange!important;}*/

    .referenceNumber {
    padding:10px;}
}

/*Viewport 1*/
@media (max-width: 767px) {
       /*body {
    background:blue!important;}*/

    .referenceNumber,
    .referenceNumberInput,
    .registerTeam {
    padding:10px!important;}

    .registerTeam {
    margin:0!important}

    .loginGoBtn {
    float:left!important;
    margin:0!important
    }

        .forgotRef a {
        clear:both!important;}

    .btnReg a {
    padding:0 0 0 10px;}

    a#btnGo {
    margin:0!important;}

    span.textUnderline {
  float:none!important;
    }



}


    
