/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 60px;
    padding-bottom: 20px;
}
.body-login {
    background-image: url('../images/loginfondointerno.png');
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
             the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #464646;
}


#divLogin {
    /*width: 40rem;*/
    margin: auto;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#principal {
    width: 100%;
    height: 100%;
}

#divLogin .loginLk {
    background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));
}

#divLogin .tamanio-logo {
    max-width: 320px;
    height: 100%;
    padding-right: 30px;
    padding-left: 52px;
}

#divLogin .btn {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    padding: .25rem .25rem !important;
}

/*
     * Card component
     */
#divLogin .card {
    max-width: 320px;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 32px;
margin: auto;
    opacity: 1; /*0.8*/
    filter: alpha(opacity=60);
   
    /*background-color: #F7F7F7;*/
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 1px;
    margin-top: 0px;
    /* shadows and rounded borders */
    /*-moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    background-color: transparent;
    background-clip: inherit;
    border: none !important;
    border-radius: 0;
}

.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.logo-login {
    width: 150px !important;
}

@media only screen and (max-width: 600px) {
    .logo-login {
        width: 220px!important;
    }
}

.footer-logo-login {
    width: 280px !important;
}

@media only screen and (max-width: 600px) {
    .footer-logo-login {
        width: 220px !important;
    }
}

/*
     * Form styles
     */
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text] {
    width: 100%;
    display: block;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    border-radius: 0px;
}

#divformlogin .usuario {
    background: url('../images/loginusuario.png') right no-repeat;
    padding-right: 30px;
}

#divformlogin .contrasenia {
    background: url('../images/logincontrasenia.png') right no-repeat;
    padding-right: 30px;
}

.form-signin input[type=email]:focus,
.form-signin input[type=password]:focus,
.form-signin input[type=text]:focus {
    border-color: none;
    box-shadow: 0;
    outline: 0 none;
}

#divformlogin .form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}

.form-signin button {
    width: 80%;
    /*display: block;*/
    margin-top: 70px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#divlogin .form-signin, #divlogin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

#divlogin .btn, #divlogin .btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    /*height: 36px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    #divlogin .btn, #divlogin.btn-signin:hover,
    #divlogin .btn, #divlogin.btn-signin:active,
    #divlogin .btn, #divlogin.btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

    #divlogin .forgot-password {
        color: rgb(104, 145, 162);
    }

    #divlogin .forgot-password:hover,
    #divlogin .forgot-password:active,
    #divlogin .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

    .paddingTop-10 {
        padding-top: 10px !important;
    }

    .paddingTop-30 {
        padding-top: 30px !important;
    }

.button-Login {
    color: #fff !important;
    background-color: rgb(0,57,76) !important;
    border-color: rgb(0,57,76) !important;
}













.container-alter {
  margin: 140px auto;
  width: 700px;
}

.login-alter {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 30%;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  height: 47rem;
}
.login-alter:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login-alter h1 {
  margin: -20px -20px 21px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login-alter p {
  margin: 20px 0 0;
}
.login-alter p:first-child {
  margin-top: 0;
}
.login-alter input[type=text], .login-alter input[type=password] {
  width: 278px;
}
.login-alter p.remember_me {
  float: left;
  line-height: 31px;
}
.login-alter p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login-alter p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login-alter p.submit {
  text-align: right;
}

.login-alter-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-alter-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-alter-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}


.inputLogin-alter{
  margin: 5px;
  padding: 0 10px;
  width: 320px !important;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}


input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 8px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}


input[type=button] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 8px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=button]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}


.errorlogin-alter{
	color: red;
}
