@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
body {
    color: #222;
    background-color: #f5f5f5;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    word-break: break-all;
}
body {
    font-family: 'Lato', sans-serif;
}
a {
    background-color: transparent;
    color: #03a9f4;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}
a:focus,
a:hover {
    color: #29b6f6;
    text-decoration: underline;
}
h1,
h2 {
    margin-top: 22px;
    margin-bottom: 11px;
}
ul {
    margin-top: 0;
    margin-bottom: 11px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    line-height: 1.42857;
    color: #222;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}
.form-control:focus {
    outline: 0;
}
.form-control::-moz-placeholder {
    color: #222;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #222;
}
.form-control::-webkit-input-placeholder {
    color: #222;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    box-shadow: none;
}
.form-control:focus {
    border-color: #03a9f4;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 4px;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #4caf50;
    border-color: #388e3c;
}
.btn-primary:focus {
    color: #fff;
    background-color: #3d8b40;
    border-color: #143315;
}
.btn-primary:active,
.btn-primary:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #276229;
}
.btn-info {
    color: #fff;
    background-color: #03a9f4;
    border-color: #0288d1;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #0286c2;
    border-color: #013653;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #016194;
}
.btn {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .3);
    line-height: 32px;
}
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.form-group {
    position: relative;
}
.form-group.required:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free', sans-serif;
    content: "\f111";
    font-size: 6px;
    font-weight: 700;
    color: #03a9f4;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 2;
}
.label-float {
    font-size: 11px;
    opacity: 0;
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    user-select: none;
    transition: all .2s ease-in-out;
}
.float .form-control {
    transition: padding .2s ease-in-out, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group.float.has-error .form-control,
.form-group.float.in .form-control {
    padding: 12px 12px 0;
}
.form-group.float.has-error .label-float,
.form-group.float.in .label-float {
    opacity: 1;
}
.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .4);
}
.panel-body {
    padding: 20px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel-footer {
    padding: 15px 20px;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 12px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.m-t-md {
    margin-top: 40px !important;
}
.m-b-md {
    margin-bottom: 40px !important;
}
.m-b-lg {
    margin-bottom: 80px !important;
}
@media (min-width:768px) {
    .container-auth {
        width: 450px;
    }
}
.panel-auth {
    border-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
}
.panel-auth>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #eee;
}
.auth-brand {
    width: 250px;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-size: 250px 50px;
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1050;
    color: #fff;
}
.webmail-bg {
    height: 500px;
    background: linear-gradient(-12deg, #4fc3f7, #4db6ac 80%);
    color: #fff;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: skewY(-12deg);
    transform-origin: 0 0;
}
@media all {
    #gradient-linear .stop1 {
        stop-color: #26a69a;
    }
    #gradient-linear .stop2 {
        stop-color: #4fc3f7;
    }
}
#gradient-linear .stop1 {
    stop-color: #26a69a;
}
#gradient-linear .stop2 {
    stop-color: #4fc3f7;
}
