﻿.panel-body {
    padding: 20px 15px 50px 15px;
}

body{
    /*background-color:#eee !important;*/
}

.titulo-login h3,
.titulo-recupero h3 {
    font-size: 2em !important;
    color: #636db3;
}

.titulo-recupero div {
    display:flex;
}

.titulo-recupero img {
    width: 40px;
    height: 40px;
    margin-right: .5em;
}

.registro-proveedor h3 {
    font-size: 2em !important;
    color: #636db3;
}

.registro-proveedor div {
    display: flex;
}

.registro-proveedor img {
    width: 40px;
    height: 40px;
    margin-right: .5em;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  height:32px;
}

.campos-login{
    margin-bottom:1em;
}

.icon {
    padding: 10px;
    color: dodgerblue;
    text-align: center;
    position: absolute;
    z-index: 1000;
    padding: 14px;
    min-width: 40px;
}

.input-login {
    width: 100%!important;
    padding: 20px 33px !important;
    margin-bottom: 10px !important;
}

.input-login2 {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#RegistroProveedorNumeroCuit {
    width: 100% !important;
    padding: 20px 33px !important;
    margin-bottom: 10px !important;
    border: 1px solid #ccc;
}

#RegistroProveedorCondicionFiscal > *{
    padding-left:1em;
}

.icon-select + span > span {
    padding-left: 2em;
}

.input-field {
    width: 100%;
    /*max-width: 218px;*/
    padding: 10px;
    outline: none;
    height: 28px;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

.icon {
    color: #636db3;
}

#butLogin,
#butCancelarRecupero,
#butEviarRecupero {
    background-color: #636db3;
    border-color: #3c426f;
    padding: 10px;
    font-weight: bold !important;
    color: #fff;
}

#butCancelarRecupero {
    color: #636db3;
    background-color: #fff !important;
    border-color: #636db3;
    margin-right: 0!important;
    margin-bottom: 20px;
}

#butEviarRecupero{
    margin-right:0!important;
    width:100%;
}

.recupero-botones {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#butLogin {
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
}

.recover {
    display: flex;
    align-items: center;
}

.recover label {
    color: #636db3;
}

.circulosesion {
  display: block;
  height: 64px;
  width: 64px;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;

  -moz-border-radius: 32px;
  border-radius: 32px;

  background-color: blue;
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  text-align: center;

  margin-bottom: 10px;
}

#butCancelarRegistro,
#butEviarRegistro {
    background-color: #636db3;
    border-color: #3c426f;
    padding: 10px;
    font-weight: bold !important;
    color: #fff;
}

#butCancelarRegistro {
    color: #636db3;
    background-color: #fff !important;
    border-color: #636db3;
    margin-right: 0 !important;
    margin-bottom: 20px;
}

#butEviarRegistro {
    margin-right: 0 !important;
    width: 100%;
}

.registro-botones {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#rootwizard {
    background: inherit;
    padding: 0;
    box-shadow: none;
}

@media only screen and (min-width: 768px) {
    .recupero-botones {
        flex-direction: row;
    }

    #butCancelarRecupero {
        margin-right: 70px;
        margin-bottom: 0;
    }

    #butEviarRecupero {
        width: 40%;
    }

    .registro-botones {
        flex-direction: row;
    }

    #butCancelarRegistro {
        margin-right: 70px;
        margin-bottom: 0;
    }

    #butEviarRegistro {
        width: 40%;
    }
}