﻿
body {
    background-image: url("/images/bg-lms2.jpg");
    background-size: 100% 100%;
    background-position: center center;
}
@media screen and (max-width:767px)
{
    body{
        background-size:auto 100%;
    }
}

.form-horizontal {
    margin-bottom: 0;
}

.tab-content {
    direction: rtl;
    background-color: #fffd;
    padding: 20px 25px 15px;
    max-width: 350px !important;
    border-radius: 5px;
    font-family: tahoma;
    color: #333;
    font-size: 13px;
}

input[type=text], input[type=password], input[type=number], select {
    border: 1px solid #777;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 7px;
}

input[type=submit] {
    width: 90px;
    padding: 4px 0 8px !important;
    border: 0;
    background-color: #49f;
    border-radius: 3px !important;
    font-family: tahoma !important;
    line-height: 17px;
    color: #fff;
}

.field-validation-error {
    background-color: yellow;
    margin: 4px;
    display: inline-block;
}

.loginlogo {
    width: 100px;
    margin: auto;
    display: block;
    padding-right: 55px;
}

.forgetclass {
    margin: 19px 0 15px;
    padding: 10px 0;
    text-align: center;
    background-color: #fff9;
    border-radius: 10px;
    box-shadow: 0 0 3px 0px #aaa;
}

    .forgetclass a {
        text-decoration: none;
        display: inline-block;
        margin: 0 10px;
        color: #444;
    }

.dropbtn {
    border: none;
    background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    float: left;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 7px 10px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    text-shadow: #ddd 2px 2px;
}
.dropbtn:before {
    content: '▾';
    font-size: 24px;
   
}
