﻿/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
      #loginBox {
        width: 512px;
      }
    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
      #loginBox {
        width: 512px;
      }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      #loginBox {
        width: 512px;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      #loginBox {
        width: 512px;
      }
    }



    /* new login */


    body {
      background-image: url(/XNetFactory/Images/2016-UI-redesign/bg_pattern.png);
      background-position-x: center;
      background-color: #004567;
      background-repeat: repeat;
      background-size: cover;
      margin: 0;
      padding: 0;
      position: relative;
      font-family: 'Roboto' !important;
      color: #08315C;
    }

    #frmLogin {
      position: relative;
      z-index: 10;
      padding-top: 5%;
    }

    #loginBox {
      margin: auto;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100px;
    }

    #topBoxPortal {
      background-color: #2586C5;
      height: 50px;
    }

      #topBoxPortal span {
        position: relative;
        top: 14px;
        left: 20px;
        color: white;
      }

    #header {
      background-color: #F7F7F7;
      height: 163px;
    }

    #logo {
      display: block;
      width: 85px;
      height: 85px;
      position: relative;
      background-image: url(/XNetFactory/Images/2016-UI-redesign/logoUefa150x150.png);
      background-color: transparent;
      background-size: 85px 85px;
      background-repeat: no-repeat;
      float: left;
      padding-right: 15px;
    }

    #header .innerContainer {
      top: 40px;
      left: 60px;
      position: relative;
    }

      #header .innerContainer .name {
        float: left;
        font-size: 30px;
        width: 220px;
      }

      #header .innerContainer .message {
        float: left;
        font-size: 14px;
          color: red;
        width: 320px;
      }


    #form {
      background-color: #ffffff;
      min-height: 320px;
    }

    #termsConditions {
      background-color: #F7F7F7;
      height: 63px;
    }

    #c_btnXNet_objSignIn {
    }

    #c_tblRowDataInput {
      margin-left: 30px;
      margin-right: 30px;
        margin-bottom: 20px;
      position: relative;
    }

    .formLabel {
      padding-top: 20px;
      width: 100%;
    }

    .formInput {
      padding-top: 5px;
    }

      .formInput input {
        padding: 10px;
        border: 1px solid silver;
        width: 100%;
      }

    .submitData {
      position: relative;
      margin-left: 30px;
      margin-right: 30px;
    }

      .submitData button {
        width: 100%;
        border: none;
        height: 50px;
        background-color: #2AA2E5;
        color: white;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
      }

    div[name=chkWindowsAuthentication] {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    a {
      color: black;
      text-decoration: none;
      font-size: 14px;
    }

      a:visited {
        color: black;
        text-decoration: none;
      }

      a:hover {
        color: black;
        text-decoration: underline;
      }

    #lostPassword {
      position: relative;
      margin-top: 15px;
      margin-left: 30px;
      margin-right: 30px;
    }

    #termsConditions .tc {
      display: inline-block;
      position: relative;
      margin-left: 30px;
      margin-right: 30px;
        padding-top: 15px;
      width: 370px;
    }

    #termsConditions .help {
      display: inline-block;
      position: relative;
      right: -40px;
      padding-top: 15px;
      cursor: pointer;
    }

    #browserVer {
      position: relative;
      margin-left: 30px;
      margin-right: 30px;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .bvHeader {
      text-align: center;  
    }

    .bvContent {
      text-align: center;
      font-size: 12px;
      color: red;
    }
    /* new login */