﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i');

body {
    font-family: 'Fira Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #f1f1f1;
    background-image: url(../images/depot-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.logo {
    padding: 0px 0px 2px; /* float:left; */ /* margin:  auto; */ /* display:  table; */
}

    .logo img {
        max-height: 96px;
    }

.logo-text {
    float: left;
    padding-left: 10px;
}

    .logo-text h2 {
        font-size: 35px;
        font-weight: 500;
        color: #20b76e;
    }

        .logo-text h2 span {
            color: #333;
            font-weight: 300;
            font-size: 32px;
        }

            .logo-text h2 span strong {
                font-weight: 400;
                color: #000;
            }

.loginbox {
    background-color: #fff;
    min-height: 300px;
    box-shadow: 0px 0px 25px rgba(0,0,0,.2);
    padding: 20px;
}

.topmrgin {
    margin-top: 10px;
    border-radius: 5px;
}

.minusleft {
    margin-left: 0px;
    position: relative;
}

.intruction {
    border-radius: 5px;
    background: #446298;
    position: absolute;
    top: #75ad39;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    min-height: 323px;
    color: #fff;
    top: -44px;
}

    .intruction .btn {
        border-radius: 0px;
        background-color: #fefefb;
        color: #000000 !important;
    }

.loginform h3 {
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 15px;
}

    .loginform h3 span {
        font-size: 14px;
        color: #666;
        font-weight: 300;
    }

.loginform label {
    font-weight: 300;
    top: 13px;
}

input[type="date"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="password"], input[type="search-md"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea.md-textarea {
    font-size: inherit;
    height: 35px;
}

.loginform .md-form {
    margin-bottom: 10px;
}

.btn-rounded {
    border-radius: 0px;
}

.btn-light-green {
    background-color: #2c3c6c !important;
    color: #fff;
    padding: 9px 33px;
}

..btn-light-green a:hover {
    color: #FFF;
}

footer {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0px auto;
    bottom: 0;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,.1);
    background: #f1eae1ed;
}

.loginform P {
    margin-top: 10px;
}

/**/.select.form-control {
    height: 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-dropdwn.png) no-repeat 98% 11px;
    border: 0px solid #ddd;
    box-shadow: none;
    font-size: 15px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 10px;
}


.btn-deep-orange {
    padding: 9px 24px;
    background-color: #ff7043!important;
    color: #fff!important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
    text-decoration: none;
}

.intruction .btn.focus, .intruction .btn:focus, .intruction .btn:hover {
    color: #383838 !important;
    text-decoration: none;
}

.loginnotif {
    /*background-color: yellow;
            color: black;
            font-style: italic;
            font-size: 12px;
            padding: 15px;
            text-align: left;
            font-weight: 600;
            box-shadow: 0 8px 6px -6px black;
            margin:15px auto;*/
    background-color: #d07c44;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Arial Unicode MS';
    padding: 10px;
    text-align: left;
    font-weight: 600;
    box-shadow: 0 8px 6px -6px black;
    margin: 15px auto;
    width: 90%;
}
.btnadmin{ background-color:Transparent; color:#333; padding: 3px 15px; text-decoration:underline;}

@media (max-width:767px) {
    .loginnotif {
        width: 100%;
        margin-top: 0;
    }

    .intruction {
        background: #446298;
        position: initial;
        min-height: 180px;
        margin-bottom: 15px;
    }

    footer {
        position: initial;
        margin: 15px auto 0;
    }
}
