﻿@charset "UTF-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

body {
    background-color: #293e50;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*min-width:1014px;
	min-height:650px;*/
    box-shadow: inset 0px 3px 0px 0px #f96a40;
}

@font-face {
    font-family: HelvelticaLight;
    src: url(../fonts/helveticaneuelight.otf);
}

@font-face {
    font-family: HelvelticaUltraLight;
    src: url(../fonts/lveticaneueultralight.otf);
}

.LogoLogIn {
    position: absolute;
    left: 70px;
    top: 45px;
}


.PieDePagina {
    background-color: #202020;
    width: 100%;
    height: 55px;
    color: #d0d0d0;
    font-size: 12px;
    font-family: HelvelticaLight;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    box-shadow: inset 0px 6px 0px 0px #161616;
    -moz-box-shadow: inset 0px 6px 0px 0px #161616;
    -o-box-shadow: inset 0px 6px 0px 0px #161616;
    -ms-box-shadow: inset 0px 6px 0px 0px #161616;
    -webkit-box-shadow: inset 0px 6px 0px 0px #161616;
}

    .PieDePagina span {
        margin-top: 20px;
        display: inline-block;
    }



.WellcomeTitle {
    font-size: 37px;
    color: #ffffff;
    font-family: HelvelticaUltraLight;
}

.BgLogin {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    height: auto;
    background-color: #f4f7fa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.InputUserName {
    width: 100%;
    background: url(../images/IconUserNameFocus.png) 98% 50% no-repeat, #f4f7fa;
    border: none;
    height: 40px;
    padding-left: 5%;
    padding-right: 12%;
    font-size: 22px;
    font-family: HelvelticaUltraLight;
    color: #000000;
    outline: none;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    opacity: 0.45;
}


    .InputUserName:focus, .InputUserName:valid {
        opacity: 1;
        width: 100%;
    }


.InputPassword {
    width: 100%;
    background: url(../images/LogIn_07Focus.png) 98% 50% no-repeat, #f4f7fa;
    border: none;
    height: 40px;
    padding-left: 5%;
    padding-right: 12%;
    font-size: 22px;
    font-family: HelvelticaUltraLight;
    color: #000000;
    outline: none;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    opacity: 0.45;
}


    .InputPassword:focus, .InputPassword:valid {
        opacity: 1;
        width: 100%;
    }



.NamePlaceHolder ::-webkit-input-placeholder {
    color: #000000;
}

.NamePlaceHolder :-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

.NamePlaceHolder ::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

.NamePlaceHolder :-ms-input-placeholder {
    color: #000000;
}


.HrLogInInputs {
    width: 100%;
    height: 1px;
    background-color: #bacad7;
}

.BtnLogin {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f96a40;
    color: #FFFFFF;
    font-family: HelvelticaUltraLight;
    font-size: 22px;
    cursor: pointer;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -ms-transition: .1s ease;
}

    .BtnLogin:hover {
        background-color: #db5731;
    }


.DivAcomodoOrLoginWith {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}


.SpanOrLOgin {
    font-size: 18px;
    color: #7b94a9;
    font-family: HelvelticaUltraLight;
    background-color: #293e50;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

.hrOrLogin {
    width: 100%;
    height: 1px;
    background-color: #40586d;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: -1;
}


.BtnRedesSociales {
    width: 52px;
    height: 52px;
    border-radius: 52px;
    box-shadow: inset 0px 0px 0px 2px #40586d;
    -moz-box-shadow: inset 0px 0px 0px 2px #40586d;
    -webkit-box-shadow: inset 0px 0px 0px 2px #40586d;
    -o-box-shadow: inset 0px 0px 0px 2px #40586d;
    -ms-box-shadow: inset 0px 0px 0px 2px #40586d;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
}

    .BtnRedesSociales:hover {
        box-shadow: inset 0px 0px 0px 27px #40586d;
        -webkit-box-shadow: inset 0px 0px 0px 27px #40586d;
        -moz-box-shadow: inset 0px 0px 0px 27px #40586d;
        -ms-box-shadow: inset 0px 0px 0px 27px #40586d;
        -o-box-shadow: inset 0px 0px 0px 27px #40586d;
    }

.BtnfloatFacebook {
    float: left;
    margin-left: 35px;
}

.BgfacebookLogin {
    background: url(../images/LogIn_11.png) 50% 50% no-repeat;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    cursor: pointer;
}

.BgGoogleLogin {
    background: url(../images/LogIn_14.png) 50% 50% no-repeat;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    cursor: pointer;
}


.BtnfloatGooglePlus {
    float: right;
    margin-right: 35px;
}

.BgTwitterLogin {
    background: url(../images/LogIn_17.png) 50% 50% no-repeat;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    cursor: pointer;
}

.DivAcomdoRedesSociales {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
}

.DivLogin {
    width: 445px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.AcomodoLogin {
    display: inline-block;
    margin-top: -200px;
}

.DivCenter {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 53%;
    text-align: center;
}

@media only screen and (min-width: 0 ) and (max-width: 640px) {
    body {
        min-height: 480px;
    }

    .DivLogin {
        width: 80%;
        display: inline-block;
    }

    .InputUserName {
        width: 100%;
        padding-left: 0;
        padding-right: 40px
    }

    .InputPassword {
        width: 100%;
        padding-left: 0;
        padding-right: 40px;
    }

    .AcomodoLogin {
        width: 100%;
        margin-top: -154px;
    }

    .WellcomeTitle {
        font-size: 30px;
    }

    .LogoLogIn {
        width: 80px;
        left: 50%;
        top: 20px;
        margin-left: -40px;
    }
}
