﻿.page-heading {
    position: relative;
    /*margin-bottom: 30px;*/
    text-align: center;
    color: #FFF;
    background-color: #961819;
    font-size: 1.25rem;
    background-image: url(../Images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-inicio {
    position: relative;
    top: 24px;
}

.welcome-div h1 {
        position: relative;
    top: 175px;
    margin: 0 auto;
    font-size: 70px;
}


.form-80 {
    max-width: 260px;
    margin: 0 auto;
    margin-left: 85px;
}

.left_div {
    margin-left: 340px;
    margin-top: 65px;
    margin-bottom: 30px;
}

    .left_div i {
        text-align: center;
        font-size: 80px;
        color: white;
        background: #DDD;
        border-radius: 50%;
        padding: 25px 25px;
    }

.vl {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    border-left: 2px solid #9E3667;
    height: 100%;
    width: 1px;
}

.hl {
    width: 100%;
    margin-bottom: 15px;
    border-top: 2px solid #9E3667;
    width: 100%;
}

.right_div {
    width: 49%;
    position: relative;
    top: 20px;
}


/***************************************************************************************/
/* Material design input */
/***************************************************************************************/

.group {
    position: relative;
    margin-bottom: 15px;
    /*padding-left:55px;*/
}

    .group i {
        font-size: 20px;
        position: relative;
        color: #C2C2C2;
        float: right;
        top: -33px;
        right: 2px;
        /* border: 1px solid red; */
        background: #FFF;
        padding: 5px;
    }

input {
    font-size: 12px;
    padding: 10px 1px 5px 20px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #C2C2C2;
}

    input:focus {
        outline: none;
    }

        /* active label */
        input:focus ~ label,
        input:valid ~ label {
            top: -15px;
            font-size: 14px;
            color: #999;
        }

.bar {
    position: relative;
    display: block;
    width: 84%;
    margin: 0 auto;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #9E3667;
        -o-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 60%;
}

.btn-1 {
    background-color: #9E3667;
    color: #FFF;
}
.btn-1:hover, .btn-1:focus, .btn-1.focus {
    color: #FFF;
    /*opacity: 0.7;*/
    text-decoration: none;
}

.btn-2 {
    background-color: #333;
    color: #FFF;
}
.btn-2:hover, .btn-2:focus, .btn-2.focus {
    color: #FFF;
    /*opacity: 0.7;*/
    text-decoration: none;
}

.forgot-pass {
    margin-top: 10px;
}

.input-t1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


#form {
        width: 80%;
    height: 320px;
    background: #FFF;
    transform: perspective(60px) rotateX(-4deg);
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 3px 20px 10px rgba(0,0,0,0.16), 0 3px 6px 2px rgba(0,0,0,0.23);
    z-index: -1;
    position: relative;
    top: -235px;
}

a:hover {
    cursor: pointer;
}


/*#region Estilos safari */


/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    #form{
      background: red;
  }
}

@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
  #form{
      background: green;
  }

  }
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) 
{ @media {
    .safari_only { 

        color:#0000FF; 
        background-color:#CCCCCC; 

    }
    #form{
      background: silver;
  }
}}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    .poner_aqui_tus_estilos_para_safari {
    }

      #form{
      background: purple;
  }
}*/

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) 
{ @media {
    #form{
      background: green;
      display: none;
  }
}}

/*#endregion */


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    padding: 5px 0\9;
}

/*********************************************************************
	RESPONSIVO
**********************************************************************/
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /*body {
        background: blue;
    }*/

    .page-heading {
    position: relative;
    /*margin-bottom: 30px;*/
    text-align: center;
    color: #FFF;
    background-color: #961819;
    font-size: 1.25rem;
    background-image: url(../Images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .form-80 {
        margin-left: 50px;
    }

    .left_div {
        margin-left: 240px;
    }

    #form {
        display: none;
    }
}

/* iPads (portrait) */
/*@media only screen and (max-width : 1024px) {*/
@media only screen and (max-width : 991px) {
    /*body {
        background: #0af6e0;
    }*/

    .welcome-div h1 {
    position: relative;
    top: 20px;
    margin: 0 auto;
    font-size: 70px;
}

    .hl {
        width: 70%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .left_div {
        margin-left: 0;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 50px;
    }

    .form-80 {
        margin: 0 auto;
    }

    /*#form {
        height: 475px;
        top: -388px;
    }*/
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /*body {
        background: green;
    }*/

    /*#form {
        width: 75%;
    }*/

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    /*body {
        background: purple;
    }*/

    /*#form {
        display: none;
    }*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    /*body {
        background: yellow !important;
    }*/

    .welcome-div h1 {
        font-size: 50px;
    }
}
