/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 10, 2015, 10:36:41 PM
    Author     : iesvn17
*/

.form-signin
{
    max-width: 302px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
    padding-left: 20px !important;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.profile-img
{
    width: 51px;
    /*height: 96px;*/
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.btn-lg, .btn-group-lg >.btn {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.33;
  border-radius: 6px !important;
}
@media screen and (min-width: 768px){
.modal-dialog {
  width: 364px;
  margin: 30px auto;
}
}
.modal-dialog {
  position: relative;
  /*z-index: 1050;*/
  /*width: auto;*/
  /*margin: 10px;*/
}
@media screen and (min-width: 768px){
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
}
.modal-content {
  position: relative;
  /*background-color: #fff;*/
  /*padding: 20px 0px 20px 0px;*/
  padding: 0px 0px 0px 0px; 
  background-color: #f7f7f7;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
}
.pull-left {
  float: left!important;
}
.need-help {
  margin-top: 10px;
}
.pull-right {
  float: right!important;
}
.checkbox {
  margin-bottom: 10px;
}
.icon-lock {
    /*color: #5CB85C;*/
    color: #2fade7;
}
.icon-app {
    /*color: #5CB85C;*/
    font-size: 40px;
    color: #f7f7f7;
}
.sroll-y{
    overflow-y: hidden !important;
}
.lock-header-login {
  margin-top: 3%;
  text-align: center;
}
