
/* Global Styles */
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/login-files/fonts/helveticaneue.eot');
    src: url('/login-files/fonts/helveticaneue.eot') format('embedded-opentype'),
         url('/login-files/fonts/helveticaneue.woff') format('woff'),
         url('/login-files/fonts/helveticaneue.otf') format('opentype'),
         url('/login-files/fonts/helveticaneue.ttf') format('truetype'),
         url('/login-files/fonts/helveticaneue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'HelveticaNeue-bold';
    src: url('/login-files/fonts/helveticaneue-bold.eot');
    src: url('/login-files/fonts/helveticaneue-bold.eot') format('embedded-opentype'),
         url('/login-files/fonts/helveticaneue-bold.woff') format('woff'),
         url('/login-files/fonts/helveticaneue-bold.otf') format('opentype'),
         url('/login-files/fonts/helveticaneue-bold.ttf') format('truetype'),
         url('/login-files/fonts/helveticaneue-bold.svg#HelveticaNeue-bold') format('svg');
    font-weight: normal;
}


@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}



.login {
    background: url('../images/patten-login.jpg') 0 0 repeat;
}
.bubble-icons{
    background: url('../images/icons.png') 50% 50% repeat;
    height: 100%;
}
.bubble-icons .container{
    height: 100%;
/*     background: url('../images/glow.png') 50% 0 no-repeat; */
}

.wrapper {	
    margin-top: 80px;
    margin-bottom: 20px;
}
.form-wrap{
    background: rgba(0,0,0,0.15);
    padding: 6px;
}
.form-signin {
    max-width: 390px;
    padding: 30px 20px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 310px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 4px 0px rgba(0, 0, 0, 0.5);  


}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 15px;
    background: #e9e9e9;
    border: #dddddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         inset 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    color: #333333;
}
.form-signin .form-control:focus{
    box-shadow: none;
}
.btn-login{
    background: #f18504;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    border: 1px solid #c86d00;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    margin: 15px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.btn-login:hover{
    background: rgba(214,116,0,1);
    color: #fff;
}
.browser-support{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.form-signin-heading{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.login-logo{
    text-align: center;
    border-bottom: 1px solid #125185;
    margin: 0 0 20px;
    padding: 0 0 20px;
    
}

::-webkit-input-placeholder { color:#f00; opacity: 1}
::-moz-placeholder { color:#f00; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; opacity: 1;} /* ie */
input:-moz-placeholder { color:#f00; opacity: 1;}

#flash_error{
    margin: 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}


/*............start new css for login page 08.12.2015............*/


.login_page{
  background: rgba(74,105,139,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(74,105,139,1) 0%, rgba(74,105,139,1) 4%, rgba(64,91,120,1) 15%, rgba(43,61,81,1) 46%, rgba(43,61,81,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(74,105,139,1)), color-stop(4%, rgba(74,105,139,1)), color-stop(15%, rgba(64,91,120,1)), color-stop(46%, rgba(43,61,81,1)), color-stop(100%, rgba(43,61,81,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(74,105,139,1) 0%, rgba(74,105,139,1) 4%, rgba(64,91,120,1) 15%, rgba(43,61,81,1) 46%, rgba(43,61,81,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(74,105,139,1) 0%, rgba(74,105,139,1) 4%, rgba(64,91,120,1) 15%, rgba(43,61,81,1) 46%, rgba(43,61,81,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(74,105,139,1) 0%, rgba(74,105,139,1) 4%, rgba(64,91,120,1) 15%, rgba(43,61,81,1) 46%, rgba(43,61,81,1) 100%);
  background: radial-gradient(ellipse at center, rgba(74,105,139,1) 0%, rgba(74,105,139,1) 4%, rgba(64,91,120,1) 15%, rgba(43,61,81,1) 46%, rgba(43,61,81,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a698b', endColorstr='#2b3d51', GradientType=1 );
}
.login_page .panel{
  margin-bottom: 0 !important;
}
.login_page div.panel-body.reg1.logn_sec{
  background: none;
  border: none;
  height: auto;
  position: fixed;
  width: 50%;
  left: 25%;
  top: 40%;
}
.login_page .logn_sec .login_box:before{
  content: "";
  background: #6d86a1;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 0px;
}
.login_page .logn_sec .login_logo:after{  
  content: "";
  background: #3a526c;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 0px;
}
.login_page .logn_sec .login_box label{
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  padding-top: 24px;
  cursor: auto;
  font-weight: 500;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login_page .logn_sec .login_box label.pswrd_rtrvl{
  padding-top: 14px;
}
.login_page .logn_sec .login_box input.form-control{
  border-radius: 5px; 
  margin-bottom: 5px;
  height:30px;
  background:#ffffff;
}
.login_page .logn_sec .login_box input.form-control:focus{
  background:#ffffff;
}
.login_page .logn_sec .logo-rico{
  padding-top: 20px;
  max-height: 50px;
}
.login_page .logn_sec .login_box .error_text{
  text-align: left;
  width: 100%;
  text-transform: none;
  color:#f77979;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login_page .logn_sec .login_box .login_sbmtbtn .login-butn{
  position: absolute; 
  top: 12%;
  right: -5px;
  background: url('../images/login_sbmt.png') 0 0 no-repeat;
  border: none;
  height: 50px;
  text-indent: -100px;
  width: 50px;
}
.login_page .browser-support {
    color: rgba(255,255,255,0.7);
    text-align: center;
    text-transform: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-size: 12px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: inline-block;
    left: 0;
}
.login_page .browser-support a img{
  margin-left:15px;
}


/*............end new css for login page 08.12.2015............*/

.password-container {
  position: relative;
  display: flex;
  align-items: center;
}


.password-toggle {
  position: absolute;
  right: 30px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}

.password-toggle i {
  display: block;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .login_page div.panel-body.reg1.logn_sec{
      width:95%;
      left:0;
     }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
  
    .login_page div.panel-body.reg1.logn_sec{
      width: 100%;
      left: 0;
      top: 10%;
    }
  
    .login_page .logn_sec .login_box:before, .login_page .logn_sec .login_logo:after{
      background:none;  
    }
  
    .login_page .logn_sec .login_box label{
      margin-bottom:30px;
    }

    .logo-rico {
      max-width: 70%;
    }
}