/* included only when we don't want to use fonts from google server */
@font-face {
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-style: normal;
  font-weight: 400;
}

.welcome {
    font-family: century Gothic, Georgia, Times New Roman, helvetica, Arial;
    font-size: 16px;
    color: #bbb;
    font-size: 26pt;
    margin-left: 10%;
    top: 10%;
    position: absolute;
    z-index: 0;
}

.login-layout {
    background-color: #FFFFFF;
  
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}
   

html {
    min-height: 100%;
    position: relative;
}

body {
    padding-bottom: 0;
    background-color: #e4e6e9;
    min-height: 100%;
    font-size: 13px;
    color: #3C3C3B;
}

.main-container {
    padding: 0;
    position: relative;
}

.login-container {
    width: 300px;
    margin: 0 auto;
}

.login-layout .main-content {
    margin-left: 0;
    min-height: 90%;
}
.main-content {
    margin-left: 190px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
}

.center, .align-center {
    text-align: center;
}

.widget-main {
    padding: 12px;
}

.space-6 {
    max-height: 0;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0;
}
.space, .vspace {
    max-height: 0;
    overflow: hidden;
    margin: 12px 0;
}

.widget-main > form {
    margin-bottom: 0;
}

.login-layout input[type="text"], 
.login-layout input[type="password"], 
.login-layout input[type="datetime"], 
.login-layout input[type="datetime-local"], 
.login-layout input[type="date"], 
.login-layout input[type="month"], 
.login-layout input[type="time"], 
.login-layout input[type="week"], 
.login-layout input[type="number"], 
.login-layout input[type="email"], 
.login-layout input[type="url"], 
.login-layout input[type="search"], 
.login-layout input[type="tel"], 
login-layout input[type="color"] {
    line-height: 32px;
    height: 32px;
    max-height: 32px;
    margin-bottom: 4px;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"] {
    border-width: 1px;
    color: #858585;
    background-color: #ffffff;
    border-color: #d5d5d5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.btn {
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-image: none !important;
    border: 5px solid;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    padding: 0 12px 1px;
    line-height: 32px;
    font-size: 14px;
}

.btn-small {
    padding: 0 8px;
    line-height: 24px;
    border-width: 4px;
    font-size: 13px; 
    margin-top: 10px !important;
}

.btn, .btn-default {
    background-color: #abbac3 !important;
    border-color: #abbac3;
}

.btn {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
