html, body{
    height: 100%;
}
a{
    text-decoration: none;
}

body {
    /*display: -ms-flexbox;*/
    /*display: -webkit-box;*/
    /*display: flex;*/
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-image: linear-gradient(to right bottom, #323434, #3c3e3f, #464949, #505455, #5b5f60, #5f6a6d, #63757a, #678088, #648d9d, #609ab3, #5ba7ca, #57b3e3);*/
    background-image: linear-gradient(to right bottom, #475ade, #0081f4, #00a3fe, #00c1ff, #62ddff);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

a:link { color: #000000;
    text-decoration: none}

.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    margin-bottom: 50px;
}
.form-signin h1{
    color: #ffffff;
}
.sign-in-submit:focus{
    box-shadow: none!important;
}
.dark-grey{
    /*color: #2f2f2f;*/
    /*color: #5aabda;*/
    color: #ffffff;
    font-size: 1.5rem;
}

.form-signin:before,
.form-signin:after{
    content: '';
    display: block;
    clear: both;
}

.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
    border-color: #ced4da!important;
    box-shadow: none;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.tbu{
    transition: color 0.15s ease-in-out;
    /*color: #f1f3ff;*/
    color: #545758;
}
.tech{
    transition: color 0.15s ease-in-out;
}

.copy-rights-brand a:hover span{
    color: #2e3dff;
}


.invalid{
    color: #b12b55;
    font-size: 1.4em;
}

.invalid_old_to_delete{
    border: 1px dotted red;
    /*background-image: linear-gradient(149deg, #bdbdbd 25%, #d7dde0 25%, #d7dde0 50%, #bdbdbd 50%, #bdbdbd 75%, #d7dde0 75%, #d7dde0 100%);*/
    /*background-size: 7.77px 4.67px;*/
    border-radius: 3px;
    color: #b12b55;
    font-size: 1.3em;
    /*background-image: linear-gradient(149deg, #b8717e 25%, #828282 25%, #828282 50%, #b8717e 50%, #b8717e 75%, #828282 75%, #828282 100%);*/
    /*background-size: 23.30px 14.00px;*/
}

.logo-img{
    border-radius: 4px;
}
.tech-font{
    font-family: 'Unica One', cursive;

}

.fs-05em{
    font-size: 0.5em;
}
.fs-2em{
    font-size: 3em;
}
.fs-3em{
    font-size: 3em;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    color: #fff;
    font-size: 2.2em;
    font-family: 'Iceland', cursive;
    overflow: hidden;
    border-right: .15em solid #3b5dff;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
}

@media (max-width: 768px) {
    .tech-font {
        font-size: 24px;
    }
    html, body{
        height: auto;
    }
}
.copy-rights-brand{
    color: #4c4c4c;
}


a.crm-title{
    color: #4c4c4c;
    text-decoration: none;
}
