﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700italic,700,500,500italic&subset=latin,latin-ext);

*, input, button, select, textarea {
    font-family: 'Roboto', sans-serif !important;
}

.container-fluid, #content {
}

.innerLR {
    padding: 15px;
}

#content {
    margin-top: 20px;
    background: transparent !important;
}

body {
    background: url(../../images/wf_bg2.jpg) no-repeat bottom center fixed !important;
    background-size:cover;
}

.btn-primary {
    float: right;
    margin-right: 20px;
    padding: 1px 36px;
}

.widget {
    border-radius: 0px;
}

.alert {
    border-radius: 0px;
}

div.row {
    margin: 0 0px;
}

.labelEmailForget {
    margin: 5px 0;
    color: #807f7f;
    font-size: 13px;
    text-align: left;
    margin-left: 0;
    display: block;
    font-weight: normal;
}

.marlon-logo-wrapper {
    margin: 5vw auto;
    text-align:center;
}

    .marlon-logo-wrapper .marlon-logo {
        width:300px;
    }

.marlon-logo-wrapper h1 {
    color: #fff;
    font-size: 18px;
}

.innerTB {
    color: #807f7f;
}

.glyphicons i:before {
    color: rgba(0, 0, 0, 0.52);
}

input[type=text], input[type=password], select, textarea {
    font-size: 13px;
    color: #807f7f;
    border-radius: 0px;
    text-align: left !important;
}

.innerAll span {
    color: #807f7f;
}

h4 {
    /*font-weight: normal;*/
}

.widget {
    box-shadow: 0 0px 0 0 #656565;
    -moz-box-shadow: 0 0px 0 0 #656565;
    -webkit-box-shadow: 0 0px 0 0 #656565;
    background-color: #f4f4f4;
}

.alert {
    padding: 13px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 13px;
}


.innerT {
    padding-top: 0px !important;
    margin-bottom: 30px;
}

    .innerT input[type=submit] {
        background-color: #507cde !important;
        border: none;
        border-radius: 0;
    }

h1 {
    padding: 17px 0 0 22px;
}

.innerAll input[type=checkbox] {
    position: absolute;
    right: 95px;
}

.innerAll span {
    font-size: 13px;
    position: absolute;
    top: 74%;
    right: 20px;
    font-size: 12px;
    /*font-style: italic;*/
}

.sfruntm {
    float: left !important;
    width: 150px;
    color: #507cde;
    font-size: 12px;
    text-align: left !important;
    /* font-weight: bold; */
    /*font-style: italic;*/
}

h4, .h4 {
    font-size: 15px;
}

.btn {
    font-weight: bold;
    font-size: 13px;
}

.btn-primary {
    /*color: #fff;
    background-color: #039cfd;
    border-color: #039cfd;*/
}

    .btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        /*color: #fff;
        background-color: #027dcb;
        border-color: #0277c1;*/
    }

.container-fluid {
    background: #e2e2e2;
    background-color: transparent !important;
}

.alert-danger {
    background-color: #ff5d48;
    color: white;
    margin-top: 7px !important;
}

button.close {
    display: none;
}

.innerAll {
    text-align: left;
}

    .innerAll label {
        color: gray !important;
    }

/* hideshow*/
.passwrd-toggle {
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .passwrd-toggle:hover,
    .passwrd-toggle:focus {
        background-color: #eee;
        color: #555;
        outline: transparent;
    }