﻿@font-face {
    font-family: Kuspit;
    src: url(HelveticaNeueMed.ttf) format('truetype');
}

html, body, div {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /*background: #E5F4FB;*/
}

img {
    border:0;
}

.imgLogin {
   /* background-color:#fff;*/
    width:450px;
    height:auto;
    /*border-radius:50%;*/
    overflow:hidden;
    margin: 0 auto;
}

.imgLogin img {
    position:center;
    width:450px;
    height:150px;
}

@media(max-width:450px) {
    div img {
        width: 360px !important;
        height: auto;
    }
}

p {
    font-family: Kuspit;
    /*font-weight: bold;*/
    text-align: center;
    padding: 40px;
    font-size: 30px;
    color: rgba(69, 50, 91, 1);
}

.registro {
    margin: 0 auto;
    width:50%;
    position: relative;
}

.inputRegistro {
    font-family: Kuspit;
    /*font-weight: 100;*/
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    /*border: 1px solid #B1B1B1;*/
    border-radius: 10px;
    padding: 0 30px 0 53px;
    margin: 20px 0;
}

    .registro .glyphicon {
        position: absolute;
        padding: 15px 25px;
        pointer-events: none;
        color: #777;
    }

.botonRegistro {
    font-family: Kuspit;
    /*font-weight: bold;*/
    font-size: 25px;
    line-height: 1.2;
    color: rgba(60, 18, 81, 1);
    display: block;
    width: 100%;
    background: rgba(194, 215, 0, 1);
    height: 50px;
    border: 2px solid;
    border-radius: 10px;
    border-color: rgba(194, 215, 0, 1);
    padding: 0;
    margin: 20px 0;
}

    .botonRegistro:hover {
        font-family: Kuspit;
        font-size: 25px;
        line-height: 1.2;
        color: rgba(194, 215, 0, 1);
        display: block;
        width: 100%;
        background: rgba(60, 18, 81, 1);
        height: 50px;
        border: 4px solid;
        border-radius: 10px;
        padding: 0 2px 0 2px;
        margin: 20px 0;
    }

.registroBoton {
    margin: 0 auto;
    width: 50%;
    position: relative;
}
 
.registroBoton .glyphicon {
    position: absolute;
    padding: 12px 25px;
    pointer-events: none;
    font-size:27px;
    color: #fff;
}

a {
    font-family: Kuspit;
    /*font-weight: 100;*/
    font-size: 20px;
    color: rgba(60, 18, 81, 1);
}

    a:hover {
        color: rgba(60, 18, 81, 1);
    }

@media(max-width:600px) {
    .registro {
        margin: 0 auto;
        width: 80%;
        position: relative;
    }

    .registroBoton {
        margin: 0 auto;
        width: 80%;
        position: relative;
    }
}

/*redload-------------*/
.centrado {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

    .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 29px;
        width: 5px;
        height: 14px;
        border-radius: 20%;
        background: rgba(72, 22, 109, 1);
    }

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
   transform: rotate(120deg);
   animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#Home {

    background: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0 10px 15px 4px #444;
}