﻿@charset "utf-8";
body {
    background-color: #505E67;
    background-image: url('../../assets/fondo/FondoLogin.jpg');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-left: 0px;
}
.logoenaex {
    margin:0px;
    position:fixed;
    right:10px;
    top:10px;
}


.logobsw {
    margin: 0px;
    position: fixed;
    left: 10px;
    top: 10px;
    padding-left: 40px;
    padding-top: 20px;
}

.logobswimg {
    width: 300px;
    height: auto
}

@media (min-width: 768px) {
    .logobsw {
        margin: 0px;
        position: fixed;
        left: 10px;
        top: 10px;
        padding-left: 40px;
        padding-top: 20px;
    }

    .logobswimg {
        width: 400px;
        height: auto
    }
}
@media (min-width: 1024px) {
    .logobsw {
        margin: 0px;
        position: fixed;
        left: 10px;
        top: 10px;
        padding-left: 40px;
        padding-top: 20px;
    }

    .logobswimg {
        width: 460px;
        height: auto
    }
}

    .login-container .login-form {
        width: 320px;
        margin: 0 80px 20px auto;
    }

    .login-container .login-form,
    .login-container .registration-form {
        /*margin: 0 auto 20px auto;*/
        margin: 0 80px 20px auto;
    }



    @media (max-width: 480px) {
        .login-container .login-form,
        .login-container .registration-form {
            max-width: 320px;
            width: 100%;
            margin: 0 auto 20px auto;
        }
    }

    @media (MIN-width: 1024px) {
        .login-container .login-form,
        .login-container .registration-form {
            max-width: 320px;
            width: 100%;
            margin: 0 180px 20px auto;
        }
    }

    /* CSS Document */
    @media (max-width: 4096px) {
        #contenedor_login {
            max-width: 300px;
            min-width: 150px;
            margin-right: 35%;
            margin-left: 65%;
            height: 480px;
            background-color: #666;
            /*background-image: url(../images/back_home.JPG);*/
            /*background-repeat: no-repeat;*/
            /*border: 1px solid #70828B;*/
        }
    }

    @media (max-width: 1024px) {
        #contenedor_login {
            max-width: 300px;
            min-width: 150px;
            margin-right: 40%;
            margin-left: 60%;
            height: 480px;
            background-color: #666;
            /*background-image: url(../images/back_home.JPG);*/
            /*background-repeat: no-repeat;*/
            /*border: 1px solid #70828B;*/
        }
    }

    @media (max-width: 768px) {
        #contenedor_login {
            max-width: 300px;
            min-width: 150px;
            margin-right: 50%;
            margin-left: 50%;
            height: 480px;
            background-color: #666;
            /*background-image: url(../images/back_home.JPG);*/
            /*background-repeat: no-repeat;*/
            /*border: 1px solid #70828B;*/
        }
    }


    #formulario {
        height: 250px;
        width: 293px;
        float: right;
        margin-top: 150px;
        margin-right: 10px;
    }

    #logueo {
        width: 250px;
        margin-right: auto;
        margin-left: auto;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin-top: 50px;
    }

        #logueo label {
            display: block;
            padding: 5px;
            color: #FFFFFF;
        }

        #logueo input {
            /*border: 1px solid #3F484F;*/
            /*width:200px;*/
        }

            #logueo input:hover {
                /*border: 1px solid #09C;*/
            }


    /*bt entrar*/
    .bt_entrar {
        /*-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');*/
        background-color: #00a196;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #005550;
        display: inline-block;
        color: #ffffff;
        font-family: arial;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        /*text-shadow:1px 1px 0px #528ecc;*/
        padding-top: 6px;
        padding-right: 24px;
        padding-bottom: 6px;
        padding-left: 24px;
        margin-top: 10px;
    }

    .bt_entrar1 {
        /*-moz-box-shadow:inset 0px 1px 0px 0px #60C884;
	-webkit-box-shadow:inset 0px 1px 0px 0px #60C884;
	box-shadow:inset 0px 1px 0px 0px #60C884;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	*/
        background-color: #79bbff;
        color: #ffffff;
        /*-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #0D3526;
	display:inline-block;
	
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
	margin-top: 10px;*/
    }

    .bt_entrar:hover {
        /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');*/
        background-color: #005550;
    }

    .bt_entrar:active {
        position: relative;
        top: 1px;
    }
    /* This imageless css button was generated by CSSButtonGenerator.com */

    #formulario a {
        font-family: Verdana, Geneva, sans-serif;
        text-decoration: none;
        color: #666;
        font-size: 10px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
