@font-face {
  font-family: 'Euclid Circular';
  src: url('../tipografia/Euclid Circular B Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, label, p, small, btn, span{
  font-family: 'Euclid Circular' !important;
}

.b-body{
  background: #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100% !important;
}

html, body, .portadaBody, #divBody {
    min-height: 100% !important;
    height: 100%;
}

.formulario{
  width: 100%;
  background: white;
  height: 350px;
  position: absolute;
  text-align: center;
  margin-top: 150px;
    height: 500px;
  border-radius: 0px;
}

.panelBlanco{
  width: 100%;
  height: 700px;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 8px 11px 20px 5px #0f1020;
    background: white;
}

.panel1{
  width: 100%;
  height: 700px;
  border-radius: 0px;
}

.panel2{
  width: 100%;; 
  height: 700px;
  border-radius: 0px 100px 255px 0px / 0px 0px 146px 0px;
  background: #266fb6;
}

#panel{
  width: 100%;
  background: black;
  position: absolute;
  text-align: center;
  margin-top: 150px;
    height: 100%;
}

.tituloLogin{
    color: white;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.titulocard{
    color: #16447e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


.blue{
    color: #00152e;
    font-size: 46px;
    font-weight: 800;
    text-align: center;
}

.img-login{
    width: 50%;
    margin-top: 1%;
}

.form-control{
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  padding-bottom:-80px;
  border:none;
  border-bottom:3px solid #266FB6;
  overflow:auto;
  position:relative;
  background-color: transparent;
  color: #266FB6  !important;
  font-weight: bold !important;
  font-size: 16px;
  font-family: 'Euclid Circular';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #266FB6 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #266FB6 !important;
}

.tituloLogin1 {
	background: -webkit-linear-gradient(left top, #000000, #ff00f7);
	background: linear-gradient(to bottom right, #000000, #ff00f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 16px !important;
}

.top{
    margin-top: 10%;
}

.tituloError{
	-webkit-text-stroke: 1px black;
  	color: white; 
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.logo-login{
	width: 30%;
}


.text-purple{
	color: #d31c78 !important;
	padding-bottom: 3px;
	text-align: center;
  font-size: 20px !important;
}

.card {
  width: 95%;
  display: flex;
  flex-direction: column;  
  align-items: center;
  background-color: rgb(255, 255, 255);
  margin: 2%;
  border-radius: 10px;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.26, 0.5, 0.5, 0.87);
  transition-delay: 10ms;
  transition-property: all;
  border-bottom: 3px solid rgb(8, 146, 192);
  cursor: pointer;
}
.card:hover{
  transform: scale(101%);
  box-shadow: 1px 1px 20px 20px #041658;
}
.card * img{
  padding: 0%;
  margin: 0%;
  border-radius: 5px;
}
.card > div {
  margin: 0%;
  width: 100%;
}
.card-header {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.card-header span {
  align-self: center;
  text-align: center;
  font-size: 24px;
}

.card-body {
  text-align: center;
}
.card-body span:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.card-body span:nth-child(2) .action {
  border-radius: 5px;
  width: 20%;
  color: aliceblue;
  text-decoration: none;
  padding: 3%;
  margin-top: 5%;
  align-self: center;
  text-align: center;
  font-weight: bold;
}
.action:hover {
background-color: red;
}
.card-header, .card-body, .card-footer{
  text-align: center !important;
  /*background: linear-gradient(90deg, #0043ff 0%, #4daaf3 100%) !important;*/
  background: white;
  align-items: center !important;
}

.card-footer{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  // border-bottom: 3px solid rgb(8, 146, 192);
  /* background-color: rgb(13, 24, 73) !important; */
}
.card-footer span {
  float: right;
  font-style: italic;
  color: rgb(16, 53, 86);
  align-items: center;
}

.img-center{
	text-align: center !important;
	align-self: center !important;
}

.card-active{
  box-shadow: 1px 1px 10px 10px #0daf1f;
}

.btn-primary{
  background: transparent !important;
  background: #266fb6 !important;
  border-color: transparent !important;
  font-weight: bold !important;
  color: white !important;
  border-radius: 10px!important;
}


.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 50px;
}

.btn-group .btn-or {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  box-shadow: 0;
  border: 2px solid #fff;
}

.btn-go {
  color: #fff;
  background-color: #0f2a5b;
  border-color: transparent;
  transition: all 1s ease;
  font-weight: bold;
  color: white !important;
}

.btn-help {
  color: #fff;
  background-color: #01b786;
  border-color: transparent;
  transition: all 1s ease;
  font-weight: bold;
  color: white !important;
}

.p{
  cursor: pointer !important;
}

.w100{
  width: 100% !important;
}

._w60{
  width: 60%;
}

.c{
  cursor:pointer;
}