﻿body {
    background: url(../images/login-lanwa.jpg)repeat;
    background-size: 100% 100vh;
    background-repeat: no-repeat;
    text-align: center;
}

.col-md-1 {
    flex: 0 0 5.33333% !important;
    max-width: 5.333% !important;
}

#txtUsername, #txtpassword {
    margin-bottom: 15px;
    border-radius: 500px;
    border: 2px solid #d4d4d4 !important;
    margin-top: 3px;
}


.logo {
    width: 40%;
    margin-top: 2%;
}

.h3 {
    font-weight: 600 !important;
    font-size: 23px !important;
    margin-top: 22px;
    color: #3d3d3d;
}

.h4 {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #3d3d3d;
}

#tbl {
    margin-left: 140px;
    margin-right: -40px;
}

#loginimg > h4 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px;
}

#Label1, #Label2 {
    font-size: 15px;
    margin-left: 14px;
    color: #444;
}

.custom-padding {
    padding: 0px 30px !important;
}

.btn_login {
    background-color: rgb(55, 112, 183);
    padding: 5px 30px;
    font-size: 14px;
    font-family: Segoe UI;
    margin-bottom: 20px;
    margin-top: 6px;
    font-weight: 600;
    border-radius: 25px;
    color: white;
    width: 100%;
    height: 35px;
    transition: linear 0.2s;
}

    .btn_login:hover {
        background-color: white;
        color: rgb(55, 112, 183) !important;
        box-shadow: 0px 0px 5px #3770b7;
    }



.copyright {
    font-size: 13px;
    font-weight: 500;
    margin-top: 30px;
}

    .copyright a {
        color: #3770b7;
    }

.form-control {
    color: black !important;
    border: 1px solid #164e8f !important;
}

    .form-control:focus {
        border-color: #4e90de !important;
        /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 112, 67, 0.6) !important;*/
    }

#form1 {
    margin-top: 6%;
}

/*@media only screen and (max-width: 1367px) {
    .logo {
        margin-top: 16%;
    }
}*/

@media only screen and (max-width: 1024px) {
    .logo {
        margin-top: 34%;
    }
}


@media only screen and (max-width: 600px) {
    body {
        background: #fff !important;
    }
}
