﻿body {
    margin: 0 0 !important;
    padding: 0 0 !important;
    height: 100vh;
    width: 100vw;
    font-family: Tahoma, 'Century Gothic';
    font-size: 14px;
    color: white;
    background-image: url(../Images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}


.form-signin {
    position: absolute;
    bottom: 110px;
    left: 110px;
    background-color: #000;
    border: solid 1px #00b0f0;
    width: 350px;
    color: white;
    text-align: center;
    padding: 10px;
}

.copyright {
    position: absolute;
    color: #000 !important;
}

@media (max-width: 575px) {
    body {
        background-image: url(../Images/bg_mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .form-signin {
        left: calc(50% - 175px);
    }

    .copyright {
        color: white !important;
    }
}



.textbox {
    background: transparent !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 1px solid #00b0f0 !important;
    width: 150px !important;
    color:white !important;
}

    .textbox:focus{
        outline: none;
    }

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 lime;
    -webkit-text-fill-color: lime;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

.icon-lime{
    color:lime;
}

.loginBtn {
    text-align: center;
    color: white !important;
    width: 180px !important;
    background-color: #00b0f0 !important;
}

    .loginBtn:hover {
        color: white !important;
        background-color: #095683 !important;
    }

