﻿body {
    font-size: 10pt;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue",sans-serif;
    background-image: url('/Content/Images/LoginBackground.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}

#LoginBox {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    margin-top: 10%;
    width: 35%;
    padding: 2%;
}

#LoginBox-Title {
    font-size: 15pt;
    margin-bottom: 10%;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 1px 1px 8px black;
}

#LoginBox-Content {
    width: 82%;
}

    #LoginBox-Content input {
        width: 100%;
        height: 30px;
        color: #FFFFFF;
        border-radius: 10px;
        margin-bottom: 15px;
        font-weight: 600;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }

        #LoginBox-Content input:not([type='button']) {
            text-align: center;
            background-color: rgba(0, 0, 0, 0.24);
        }

        #LoginBox-Content input[type='button'] {
            background-color: #F26722;
            height: 40px;
            cursor: pointer;
        }

            #LoginBox-Content input[type='button']:hover {
                box-shadow: 0 0 5px rgba(60, 0, 0, 0.8);
            }

            #LoginBox-Content input[type='button']:focus {
                text-decoration: none;
            }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
}

/*#region Responsive*/

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 240px) and (orientation: portrait) {
    #LoginBox {
        width: 90%;
    }
}

/*#region IPHONE 6*/

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 375px) and (orientation: portrait) {
    #LoginBox {
        width: 90%;
    }
}

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 375px) and (orientation: landscape) {
    #LoginBox {
        margin-top: 5%;
        width: 65%;
        padding: 0;
    }

    #LoginBox-Title {
        margin-bottom: 8%;
    }

    #LoginBox-Content {
        width: 80%;
    }

        #LoginBox-Content input {
            width: 195px;
            height: 25px;
            margin-bottom: 5px;
        }

            #LoginBox-Content input[type='button'] {
                height: 30px;
            }
}

/*#endregion*/

/*#region IPHONE 4S*/

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 320px) and (orientation: portrait) {
    #LoginBox {
        width: 90%;
    }
}

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 320px) and (orientation: landscape) {
    #LoginBox {
        width: 80%;
    }
}

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 568px) and (orientation: landscape) {
    #LoginBox {
        width: 90%;
    }
}

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 480px) and (orientation: landscape) {
    #LoginBox {
        width: 90%;
    }
}

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 600px) and (orientation: portrait) {
    #LoginBox {
        width: 90%;
    }
}

/*#endregion*/

/*#region TABLETAS DE CONSTRUPLAZA */
@media only screen and (width : 400px) {
    #LoginBox {
        width: 90%;
    }
}

@media only screen and (width : 683px) {
    #LoginBox {
        margin-top: 10%;
        width: 65%;
        padding: 0;
    }

    #LoginBox-Title {
        margin-bottom: 4%;
    }

    #LoginBox-Content {
        width: 80%;
    }

        #LoginBox-Content input {
            width: 200px;
            height: 25px;
            margin-bottom: 15px;
        }

            #LoginBox-Content input[type='button'] {
                height: 30px;
            }
}

/*#endregion*/

/* #region HUAWEI GRANDE*/
@media only screen and (width : 640px) {
    #LoginBox {
        width: 70%;
    }
}

/* #### Mobile Phones Portrait #### */
@media only screen and (width : 360px) {
    #LoginBox {
        width: 70%;
    }
}

/*#endregion*/

/*#endregion*/
