﻿
body {
  margin: 0px;
  overflow-x:hidden; 
  background-color: #fff;
}

   /* reset everything to the default box model */

  *, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  /* set a border-box model only to elements that need it */

  .form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
  .container,
  .container-fluid,
  .row,
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
  .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
  .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
  .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
  .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
  .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
  .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
  .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
  .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
  .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
  .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

.RightButtonControls {
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.ClearBoth {
  clear: both;
}

.loginFailureText
{
  text-align:left;
  padding-top:8px;
  width: 350px;
}

.RightButtonControls input
{
  min-width: 75px;
}

/*
  Login page styles end
*/

/* New login */

.forgot-password2 {
  text-decoration: none;
  cursor: pointer;
}

.forgot-password2:hover {
  text-decoration: underline;
}

.newLoginButton {
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  background-color: #f39400;
  border-width: 0px !important;
  border-radius: 0px;
  transition: all .2s;
  height: 25px;
  font-size: 16px;
  padding: .3em 2em !important;
  line-height: 1.7em !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

  .newLoginButton:hover {
    background: #ffc000 !important;
    border-radius: 25px;
    border: 2px solid transparent;
    border-top-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }

  .newLoginButton:focus {
    outline: none;
  }

.newLoginLeftPane {
  height: 100vh;
  padding: 0;
  margin: 0;
}

.newLoginRightPane {
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow:visible;
}
.newLoginIframe{
  height:100vh; 
  width:100%; 
  float:right;
}
.newLoginLogoDiv {
  padding: 50px 0 20px 0;
  margin: 0;
  min-height: 150px;
  background-color: #fff;
  text-align: center;
}

.newLoginLogoDiv img {
  width:70%; 
  max-height:200px;
}

.loginTextbox input[type=text]  {
  width: 96%;
  padding-left: 4px;
  border-width: 0px;
  height: 25px;
  background-color: #E3E3E3;
  outline: none;
}

.loginTextbox input[type=password] {
  width: 96%;
  padding-left: 4px;
  border-width: 0px;
  height: 25px;
  background-color: #E3E3E3;
  outline: none;
}

.newLoginForgottenPasswordDiv {
  margin-top: 6px;
  margin-bottom: 10px;
  width: 98%;
  text-align: right;
}