﻿body {
    margin: 0;
    background-color: #eee;
    line-height: 25px;
    height: 100%;
    overflow:scroll;

}
html {
    height: 100%;
    margin: 0;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*-webkit-box-shadow: 0 0 0 30px white inset !important;*/
    color:darkblue;
}

.bg {
    background-image: url('../img/BackgroundLger.png');
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}




.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: top;
}



.divlogin {
    color: white;
    box-sizing: border-box;
    display: block;
    max-width: 450px;
    padding-top: 65px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 35px;
    overflow: hidden;
    width: calc(100% - 40px);
    /*background-image: linear-gradient(to bottom right, #7579ff, #b224ef);*/
    /*background-image: linear-gradient(to bottom, #7579ff, #9b4fee);*/
    background-image: linear-gradient(to bottom, #04378E, #05A4A1);
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    min-width: 300px;
    min-height: 338px;
}

.btnLogin {
    color:darkslateblue;
    opacity:1;
    background-color: white;
    font-size: 16px;
    padding:10px 30px 10px 30px;
    border:none;
    font-family: 'Century Gothic';
    font-weight: bolder;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}


.containerBtnLogin {
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    line-height:25px;
    text-size-adjust:100%;
    margin-top:45px;
    margin-bottom:65px;
    padding:0px;
    width:350px;

}




.containerBtnLoginLabel {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 25px;
    text-size-adjust: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0px;
    width: 350px;
}





.btnLogin:hover {
    background-color: #3DDCA0;
    color: white;
}



.divEmail{
    box-sizing:border-box;
    border-bottom-style:solid;
    border-bottom-color:lightgrey;
    border-bottom-width:2px;
    margin-bottom:30px;
    padding:0px;
    color:white;
    position:relative;
    text-size-adjust:100%;
}


.inputEmail {
    border-style: none;
    outline: none;
    max-width: 280px;
    color: white;
    /*background-color:inherit;*/
    background-color: transparent;
}


.divPassword {
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-color: lightgrey;
    border-bottom-width: 2px;
    margin-bottom: 30px;
    padding: 0px;
    color: white;
    position: relative;
    text-size-adjust: 100%;
}

.inputPassword {
    border-style: none;
    outline: none;
    max-width: 280px;
    color:white;
    /*background-color: inherit;*/
    background-color:transparent;
}




.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    /*.form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }*/





input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid #CCF8C3;*/
    -webkit-text-fill-color: whitesmoke;
    -webkit-box-shadow: 0 0 0px 0px inset;
    transition: background-color 5000s ease-in-out 0s;
}



@media screen and (max-width: 767px) {
    body {
        margin: 0;
        background-color: #eee;
        line-height: 25px;
        height: 100%;
        overflow: hidden;
    }

    html {
        height: 100%;
        margin: 0;
    }



    .divlogin {
        color: white;
        box-sizing: border-box;
        display: block;
        max-width: 350px;
        padding-top: 65px;
        padding-left: 65px;
        padding-right: 65px;
        padding-bottom: 35px;
        overflow: hidden;
        width: calc(100% - 40px);
        /*background-image: linear-gradient(to bottom right, #7579ff, #b224ef);*/
        /*background-image: linear-gradient(to bottom, #7579ff, #9b4fee);*/
        background-image: linear-gradient(to bottom, #04378E, #05A4A1);
        margin-top: 65px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        /*min-width: 320px;
        min-height: 338px;*/
    }

    .btnLogin {
        color: darkslateblue;
        opacity: 1;
        background-color: white;
        font-size: 16px;
        padding: 10px 30px 10px 30px;
        border: none;
        font-family: 'Century Gothic';
        font-weight: bolder;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }


    .containerBtnLogin {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 25px;
        text-size-adjust: 100%;
        margin-top: 45px;
        margin-bottom: 65px;
        padding: 0px;
        width: 300px;
    }




    .containerBtnLoginLabel {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 25px;
        text-size-adjust: 100%;
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 0px;
        width: 300px;
    }





    .btnLogin:hover {
        background-color: #3DDCA0;
        color: white;
    }



    .divEmail {
        box-sizing: border-box;
        border-bottom-style: solid;
        border-bottom-color: lightgrey;
        border-bottom-width: 2px;
        margin-bottom: 30px;
        padding: 0px;
        color: white;
        position: relative;
        text-size-adjust: 100%;
    }


    .inputEmail {
        border-style: none;
        outline: none;
        max-width: 270px;
        color: white;
        /*background-color:inherit;*/
        background-color: transparent;
    }


    .divPassword {
        box-sizing: border-box;
        border-bottom-style: solid;
        border-bottom-color: lightgrey;
        border-bottom-width: 2px;
        margin-bottom: 30px;
        padding: 0px;
        color: white;
        position: relative;
        text-size-adjust: 100%;
    }

    .inputPassword {
        border-style: none;
        outline: none;
        max-width: 270px;
        color: white;
        /*background-color: inherit;*/
        background-color: transparent;
    }



    .bg {
        background-image: url('../img/BackgroundLger.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
    }





}