@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:700italic,700,400,400italic) ;
/*
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 : 18-feb-2015, 16:35:42
    Author     : luciapc
*/
body{
    background: #f4f5f6;
}

.panel-body{
    padding: 0px 50px 30px;
}

.login-panel {
    border: 0px;
    -webkit-box-shadow: -1px 0px 8px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:    -1px 0px 8px 0px rgba(50, 50, 50, 0.20);
    box-shadow:         -1px 0px 8px 0px rgba(50, 50, 50, 0.20);
}

.logo{
    text-align: center; 
    padding: 50px 0;
}
.logo > img {
    max-width: 100%;
}
.form-control{
    border: 0px;
    background-color: #f5f8fa;
    padding: 20px;
    font-size: 13px;
    line-height: 21px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bcbcbc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bcbcbc !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bcbcbc !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #bcbcbc !important;
}
input[type='text'],input[type='password']{
    padding: 5px 10px;
}
.form-group {
    margin-bottom: 10px;
}

.btn, .btn:hover{
    margin-top: 20px;
    background-color: #6fa7d9;
    color: white;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    font-family: 'Archivo Narrow'; 
    border: 0px;
    border-radius: 0px;
}

.checkrut-panel {
    margin-top: 4%;
    border: 0px;
    cursor: none;
    -webkit-box-shadow: -1px 0px 8px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:    -1px 0px 8px 0px rgba(50, 50, 50, 0.20);
    box-shadow:         -1px 0px 8px 0px rgba(50, 50, 50, 0.20);
}

.checkrut-panel .logo {
    padding: 40px;
}

.form-control.checkrut-control {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    height: 70px;
    margin-bottom: 20px;
}

.form-control.select-control {
    padding:6px 12px!important;
}

.form-group-helper {
    width: 100%;
    color: #999;
    text-align: center;
    font-size: 30px;
}

.checkrut-alert {
    height: 176px;
    font-size: 34px;
    margin-bottom: 0;
}