﻿@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/

.modal-dialog { top: 35%; }

.loginmodal-container {
    background-color: #F7F7F7;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-family: roboto;
    margin: 0 auto;
    max-width: 350px;
    overflow: hidden;
    padding: 30px;
    width: 100% !important;
}

.loginmodal-container h1 {
    font-family: roboto;
    font-size: 1.8em;
    text-align: center;
}

.loginmodal-container input[type=submit] {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.loginmodal-container input[type=text], input[type=password] {
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
    font-size: 16px;
    height: 44px;
    margin-bottom: 10px;
    /* border-radius: 2px; */
    padding: 0 8px;
    text-indent: 30px !important;
    width: 100%;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    text-align: center;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
    user-select: none; */
}

.loginmodal-submit {
    background-color: #4d90fe;
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    font-family: roboto;
    font-size: 14px;
    padding: 17px 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    background-color: #357ae8;
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    color: #666;
    display: inline-block;
    font-weight: 400;
    opacity: 0.6;
    text-align: center;
    text-decoration: none;
    transition: opacity ease 0.5s;
}

#login {
    float: right;
    margin-right: 3%;
    margin-top: 1%;
}

#demoLogin {
    float: left;
    margin-left: 3%;
    margin-top: 1%;
}

.login-help { font-size: 12px; }

.logo {
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10%;
}

.poweredByLogo {
    bottom: 1%;
    position: absolute;
}

img.hover { cursor: pointer; }

.wrapper { position: relative; }

.fa {
    font-size: 25px !important;
    left: 10px;
    position: absolute;
    text-align: left;
    top: 10px;
    z-index: 1;
}

input::-webkit-input-placeholder { padding-left: 0px !important; }

input::-moz-placeholder { padding-left: 0px !important; }

input:-moz-placeholder { /* Older versions of Firefox */
    padding-left: 0px !important;
}

input:-ms-input-placeholder { padding-left: 0px !important; }