@-webkit-keyframes shuffle {
    0% {
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg)
    }
}

@keyframes shuffle {
    0% {
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg)
    }
}

@-webkit-keyframes shuffle-back {
    0% {
        -webkit-transform: rotate(1.4deg);
        transform: rotate(1.4deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1.4deg);
        transform: rotate(1.4deg)
    }
}

@keyframes shuffle-back {
    0% {
        -webkit-transform: rotate(1.4deg);
        transform: rotate(1.4deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1.4deg);
        transform: rotate(1.4deg)
    }
}

@-webkit-keyframes hide {
    0%,
    to {
        opacity: 1
    }
    10%,
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@keyframes hide {
    0%,
    to {
        opacity: 1
    }
    10%,
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

.card-shuffle.animate:before {
    -webkit-animation: shuffle .6s normal forwards ease-out;
    animation: shuffle .6s normal forwards ease-out
}

.card-shuffle.animate:after {
    -webkit-animation: shuffle-back .6s normal forwards ease-out;
    animation: shuffle-back .6s normal forwards ease-out
}

.card-shuffle.animate>* {
    -webkit-animation: hide .8s normal forwards ease-out;
    animation: hide .8s normal forwards ease-out
}

.card-shuffle-wrap {
    width: 300px;
    display: block
}

.card-shuffle {
    -webkit-transition: all;
    transition: all;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    max-width: 300px;
    height: 500px;
    position: relative;
    width: 100%;
    z-index: 2;
    font-size: 14px;
    -webkit-backface-visibility: hidden
}

.card-shuffle:after,
.card-shuffle:before {
    content: "";
    height: 98%;
    position: absolute;
    width: 100%;
    z-index: -1;
    -webkit-backface-visibility: hidden
}

.card-shuffle:before {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    left: -5px;
    top: 4px;
    -webkit-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    background: #ddd
}

.card-shuffle:after {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    right: -3px;
    top: 1px;
    -webkit-transform: rotate(1.4deg);
    -ms-transform: rotate(1.4deg);
    transform: rotate(1.4deg);
    background: #fff
}

.card-shuffle .card-title {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 15px 0 0 20px
}

.profile-card {
    width: 300px
}

.profile-card section {
    padding: 40px 35px 15px;
    color: #394f5a
}

.profile-card .profile-link,
.profile-card section {
    -webkit-transform: rotate(1.4deg);
    -ms-transform: rotate(1.4deg);
    transform: rotate(1.4deg)
}

.profile-card .profile-link {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #0176ff;
    text-decoration: none
}

.profile-card .profile-link:hover {
    text-decoration: underline
}

.card-shuffle header {
    color: #394f5a;
    padding: 70px 0 0;
    height: 60px;
    width: 100%;
    /*background: url(../images/wall.jpg) no-repeat 0 -203px;*/
    background-size: cover;
    box-shadow: inset -15px -110px 85px -50px rgba(0, 0, 0, .5);
    -webkit-transform: rotate(1.4deg);
    -ms-transform: rotate(1.4deg);
    transform: rotate(1.4deg);
    margin: 7px
}

.profile-card .avatar-out {
    border: 5px solid #fff;
    border-radius: 50% 50%;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 0 0 15px;
    display: inline-block;
    background: #fff
}

.profile-card .avatar-out img {
    -webkit-clip-path: circle(45px at 45px 45px);
    clip-path: circle(45px at 45px 45px);
    max-width: 90px
}

.card-shuffle small,
.card-shuffle strong {
    display: block
}

.card-shuffle .card-title {
    font-size: 24px;
    font-weight: 400
}

.card-shuffle small {
    font-size: 14px
}

.profile-role {
    color: #394f5a
}

.profile-role img {
    height: 1em;
    margin: 0 5px -1.9px 0
}

.shuffle-button {
    margin: 30px 0 0;
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shuffle-button img {
    width: 18px;
    margin: 0 10px -3px 0
}

.drift-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.drift-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.drift-button {
    font-family: Brandon, Helvetica Neue, Helvetica, sans-serif;
    padding: .5em 1em;
    color: #394f5a;
    border: 2px solid #e1eef4;
    background-color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500
}

.drift-button.medium {
    line-height: 1.5
}

.drift-button.large {
    line-height: 2
}

.drift-button svg {
    display: inline-block;
    height: 1.15em;
    vertical-align: top;
    margin: .2em 5px 0 0
}

.drift-button.icon-left svg {
    margin-right: 5px
}

.drift-button.icon-right svg {
    margin-left: 5px;
    margin-right: 0
}

.drift-button:not(.color-icon) svg path {
    fill: currentColor
}

.drift-button-hover,
.drift-button:focus,
.drift-button:hover {
    color: #0176ff
}

.drift-button-active,
.drift-button:active,
.drift-button:focus {
    outline: 0
}

.drift-button-disabled,
.drift-button-disabled:active,
.drift-button-disabled:focus,
.drift-button-disabled:hover,
.drift-button[disabled] {
    border-color: #f2f6f8;
    color: #b5d2e1;
    background-color: #f2f6f8;
    color: 181, 210, 225;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none
}

.drift-button-hidden {
    display: none
}

.drift-button-primary,
.drift-button-selected,
a.drift-button-primary,
a.drift-button-selected {
    background-color: #00acac;
    border-color: #00acac;
    color: #fff
}

.drift-button-primary-hover,
.drift-button-primary:focus,
.drift-button-primary:hover {
    color: #fff;
    background-color: #008a8a;
    border-color: #008a8a;
}

.drift-button-secondary,
.drift-button-selected,
a.drift-button-secondary,
a.drift-button-selected {
    background-color: #00acac;
    border-color: #00acac;
    color: #13cb6e
}

.drift-button-secondary-hover,
.drift-button-secondary:focus,
.drift-button-secondary:hover {
    color: #1fa45c;
    background-color: #e5faf0
}

.drift-button-selected,
.drift-button-subtle,
a.drift-button-selected,
a.drift-button-subtle {
    color: #b5d2e1
}

.drift-button-danger,
a.drift-button-danger {
    background-color: #e92e4b;
    border-color: #e92e4b;
    color: #fff
}

.drift-button-danger-hover,
.drift-button-danger:focus,
.drift-button-danger:hover {
    color: #fff;
    background-color: #d0021b;
    border-color: #d0021b
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    padding: 0;
    font-weight: 400
}

.drift-table {
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #e1eef4;
    width: 100%
}

.drift-table-scroll-x {
    display: block;
    overflow-x: auto;
    width: 100%
}

.drift-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.drift-table td,
.drift-table th {
    border-left: 1px solid transparent;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 1em
}

.drift-table thead,
.drift-table thead td {
    background-color: #f2f6f8;
    color: #394f5a;
    text-align: left;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px
}

.drift-table tbody {
    font-size: 14px
}

.drift-table td {
    background-color: #fff
}

.drift-table tbody td {
    border-bottom: 1px solid #e1eef4
}

.drift-table tbody tr:last-child td {
    border-bottom: none
}

.drift-form input[type=color],
.drift-form input[type=date],
.drift-form input[type=datetime-local],
.drift-form input[type=datetime],
.drift-form input[type=email],
.drift-form input[type=month],
.drift-form input[type=number],
.drift-form input[type=password],
.drift-form input[type=search],
.drift-form input[type=tel],
.drift-form input[type=text],
.drift-form input[type=time],
.drift-form input[type=url],
.drift-form input[type=week],
.drift-form select,
.drift-form textarea {
    padding: .5em 1em;
    display: inline-block;
    color: #394f5a;
    border: 2px solid #e1eef4;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.drift-form input.medium {
    line-height: 1.5
}

.drift-form input.large {
    line-height: 2
}

.drift-form input[type=color]:focus,
.drift-form input[type=date]:focus,
.drift-form input[type=datetime-local]:focus,
.drift-form input[type=datetime]:focus,
.drift-form input[type=email]:focus,
.drift-form input[type=month]:focus,
.drift-form input[type=number]:focus,
.drift-form input[type=password]:focus,
.drift-form input[type=search]:focus,
.drift-form input[type=tel]:focus,
.drift-form input[type=text]:focus,
.drift-form input[type=time]:focus,
.drift-form input[type=url]:focus,
.drift-form input[type=week]:focus,
.drift-form select:focus,
.drift-form textarea:focus {
    outline: 0;
    border-color: #13cb6e
}

.drift-form input[type=checkbox]:focus,
.drift-form input[type=file]:focus,
.drift-form input[type=radio]:focus {
    outline: thin solid #13cb6e;
    outline: 1px auto #13cb6e
}

.drift-checkbox,
.drift-radio {
    margin: .5em 0;
    display: block
}

.drift-form input[type=radio] {
    background-color: transparent;
    border: .0625em solid #13cb6e;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 #fff;
    cursor: pointer;
    font: inherit;
    height: 1em;
    width: 1em;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.drift-form input[type=radio]:checked {
    background-color: #13cb6e;
    box-shadow: inset 0 0 0 .1em #fff;
    -webkit-transition: background .15s, box-shadow .1s;
    transition: background .15s, box-shadow .1s
}

.drift-form input[type=radio]:active,
.drift-form input[type=radio]:checked,
.drift-form input[type=radio]:focus {
    outline: none
}

.drift-form input[type=color][disabled],
.drift-form input[type=date][disabled],
.drift-form input[type=datetime-local][disabled],
.drift-form input[type=datetime][disabled],
.drift-form input[type=email][disabled],
.drift-form input[type=month][disabled],
.drift-form input[type=number][disabled],
.drift-form input[type=password][disabled],
.drift-form input[type=search][disabled],
.drift-form input[type=tel][disabled],
.drift-form input[type=text][disabled],
.drift-form input[type=time][disabled],
.drift-form input[type=url][disabled],
.drift-form input[type=week][disabled],
.drift-form select[disabled],
.drift-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #f2f6f8;
    color: 181, 210, 225
}

.drift-form input[readonly],
.drift-form select[readonly],
.drift-form textarea[readonly] {
    background-color: #f2f6f8;
    color: 181, 210, 225
}

.drift-form input:focus:invalid,
.drift-form select:focus:invalid,
.drift-form textarea:focus:invalid {
    border-color: #e92e4b
}

.drift-form input[type=checkbox]:focus:invalid:focus,
.drift-form input[type=file]:focus:invalid:focus,
.drift-form input[type=radio]:focus:invalid:focus {
    outline-color: #e92e4b
}

.drift-form select {
    height: 2.5em;
    background-color: #fff
}

.drift-form select[multiple] {
    height: auto
}

.drift-form label {
    margin: .5em 0 .2em;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    vertical-align: baseline
}

.drift-form label input[type=color],
.drift-form label input[type=date],
.drift-form label input[type=datetime-local],
.drift-form label input[type=datetime],
.drift-form label input[type=email],
.drift-form label input[type=month],
.drift-form label input[type=number],
.drift-form label input[type=password],
.drift-form label input[type=search],
.drift-form label input[type=tel],
.drift-form label input[type=text],
.drift-form label input[type=time],
.drift-form label input[type=url],
.drift-form label input[type=week],
.drift-form label select,
.drift-form label textarea {
    display: block;
    margin: 5px 0 0
}

.drift-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.drift-form fieldset legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #394f5a;
    border-bottom: 1px solid #b5d2e1
}

.drift-form input[type=range] {
    -webkit-appearance: none;
    width: 100%
}

.drift-form input[type=range]:focus {
    outline: none
}

.drift-form input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: .2s;
    box-shadow: 0 0 0 #e1eef4, 0 0 0 #e1eef4;
    background-color: #e1eef4;
    border-radius: 25px;
    border: 0 solid #e1eef4
}

.drift-form input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #13cb6e, 0 0 0 #13cb6e;
    border: 0 solid #13cb6e;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #13cb6e;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px
}

.drift-form input[type=range].drift-disabled::-webkit-slider-thumb {
    background-color: #b5d2e1
}

.drift-form input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: #e1eef4
}

.drift-form input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: .2s;
    box-shadow: 0 0 0 #e1eef4, 0 0 0 #e1eef4;
    background-color: #e1eef4;
    border-radius: 24px;
    border: 0 solid #e1eef4
}

.drift-form input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 #13cb6e, 0 0 0 #13cb6e;
    border: 0 solid #13cb6e;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #13cb6e;
    cursor: pointer
}

.drift-form input[type=range].drift-disabled::-moz-range-thumb {
    background-color: #b5d2e1
}

.drift-form input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: .2s;
    background-color: transparent;
    border-color: transparent;
    border-width: 24px 0;
    color: transparent
}

.drift-form input[type=range]::-ms-fill-lower,
.drift-form input[type=range]::-ms-fill-upper {
    background-color: #e1eef4;
    border: 0 solid #e1eef4;
    border-radius: 50px;
    box-shadow: 0 0 0 #e1eef4, 0 0 0 #e1eef4
}

.drift-form input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 #13cb6e, 0 0 0 #13cb6e;
    border: 0 solid #13cb6e;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #13cb6e;
    cursor: pointer
}

.drift-form input[type=range].drift-disabled::-ms-thumb {
    background-color: #b5d2e1
}

.drift-form input[type=range]:focus::-ms-fill-lower,
.drift-form input[type=range]:focus::-ms-fill-upper {
    background-color: #e1eef4
}

[tooltip]:after,
[tooltip]:before {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001
}

[tooltip]:after {
    content: attr(tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: pre-wrap;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, .35);
    background: #394f5a;
    line-height: 1.2;
    color: #fff;
    z-index: 1000
}

[tooltip]:hover:after,
[tooltip]:hover:before {
    display: block
}

[tooltip=""]:after,
[tooltip=""]:before {
    display: none!important
}

[tooltip]:not([flow]):before,
[tooltip][flow^=up]:before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #394f5a
}

[tooltip]:not([flow]):after,
[tooltip][flow^=up]:after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow]):after,
[tooltip]:not([flow]):before,
[tooltip][flow^=up]:after,
[tooltip][flow^=up]:before {
    left: 50%;
    -webkit-transform: translate(-50%, -.5em);
    -ms-transform: translate(-50%, -.5em);
    transform: translate(-50%, -.5em)
}

[tooltip][flow^=down]:before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #394f5a
}

[tooltip][flow^=down]:after {
    top: calc(100% + 5px)
}

[tooltip][flow^=down]:after,
[tooltip][flow^=down]:before {
    left: 50%;
    -webkit-transform: translate(-50%, .5em);
    -ms-transform: translate(-50%, .5em);
    transform: translate(-50%, .5em)
}

[tooltip][flow^=left]:before {
    border-right-width: 0;
    border-left-color: #394f5a;
    left: calc(0em - 5px)
}

[tooltip][flow^=left]:after,
[tooltip][flow^=left]:before {
    top: 50%;
    -webkit-transform: translate(-.5em, -50%);
    -ms-transform: translate(-.5em, -50%);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=left]:after {
    right: calc(100% + 5px)
}

[tooltip][flow^=right]:before {
    border-left-width: 0;
    border-right-color: #394f5a;
    right: calc(0em - 5px)
}

[tooltip][flow^=right]:after,
[tooltip][flow^=right]:before {
    top: 50%;
    -webkit-transform: translate(.5em, -50%);
    -ms-transform: translate(.5em, -50%);
    transform: translate(.5em, -50%)
}

[tooltip][flow^=right]:after {
    left: calc(100% + 5px)
}

[tooltip]:not([flow]):hover:after,
[tooltip]:not([flow]):hover:before,
[tooltip][flow^=down]:hover:after,
[tooltip][flow^=down]:hover:before,
[tooltip][flow^=up]:hover:after,
[tooltip][flow^=up]:hover:before {
    -webkit-animation: tooltips-vert .3s ease-out forwards;
    animation: tooltips-vert .3s ease-out forwards
}

[tooltip][flow^=left]:hover:after,
[tooltip][flow^=left]:hover:before,
[tooltip][flow^=right]:hover:after,
[tooltip][flow^=right]:hover:before {
    -webkit-animation: tooltips-horz .3s ease-out forwards;
    animation: tooltips-horz .3s ease-out forwards
}

@-webkit-keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.drift-auth-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    min-height: 100%
}

.drift-auth-content {
    background: #fff;
    height: 100%;
    min-width: 380px;
    max-width: 420px;
    width: 100%;
    -webkit-transition: width .5s linear;
    transition: width .5s linear
}

.drift-auth-content .logo {
    margin: 50px auto 0;
    display: block;
    width: 188px;
}

.drift-auth-content h1 {
    color: #7695a5;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    margin: 30px 0 40px
}

.drift-auth-content p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0 35px
}

.drift-auth-content .success-message {
    margin: -15px 0 20px;
    color: #13cb6e
}

.drift-auth-content a {
    text-decoration: none;
    color: #7695a5
}

.drift-auth-content a:hover {
    text-decoration: underline
}

.drift-auth-content .solo-link {
    display: block;
    text-align: center;
    font-size: 14px
}

.drift-auth-content .promo-link {
    margin: 50px auto 0;
    display: block;
    width: 80%;
    max-width: 400px
}

.drift-auth-content .promo-banner {
    width: 100%;
    height: auto
}

.drift-auth-content .drift-form {
    padding: 0 30px;
    margin: 15px auto;
    display: block;
    max-width: 420px
}

.drift-auth-content .drift-form button,
.drift-auth-content .drift-form input {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    font-family: Brandon;
    font-weight: 400
}

.drift-auth-shuffle {
    height: 100%;
    width: 100%;
    /*background: -webkit-linear-gradient(#157afb, #1463c2);
    background: linear-gradient(#157afb, #1463c2);
    -webkit-transition: width .6s linear;
    transition: width .6s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    overflow: hidden
}

/*.request-status {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: -5px 0 10px 5px
}

.request-status.success {
    color: #ffcb6e
}

.request-status.error {
    color: #e92e4b
}*/

@media (max-width:500px) {
    .drift-auth-shuffle {
        display: none
    }
}

@media (max-width:768px) {
    .drift-auth-shuffle {
        width: 0
    }
    .drift-auth-content {
        max-width: 100%;
        max-height: 620px
    }
    .drift-auth-app {
        /*background: url(../images/wall.jpg) no-repeat 0 300px;*/
        background-size: cover
    }
}

.chat-link {
    display: block;
    color: #0176ff;
    text-align: center;
    margin: 10px 0;
    padding: 30px;
    cursor: pointer
}

.chat-link:hover {
    text-decoration: underline
}

.forgot-success img {
    width: 250px;
    margin: 0 auto;
    display: block
}

.forgot-success p {
    margin: 30px;
    font-size: 16px;
    color: #394f5a;
    line-height: 1.5
}

@font-face {
    font-family: Brandon;
    font-weight: 100;
    src: url(../fount/BrandonText-Thin.ca4b8eb6.otf)
}

@font-face {
    font-family: Brandon;
    font-weight: 300;
    src: url(../fount/BrandonText-Light.95fd2a9c.otf)
}

@font-face {
    font-family: Brandon;
    font-style: normal;
    src: url(../fount/BrandonText-Regular.cc4e72bd.otf)
}

@font-face {
    font-family: Brandon;
    font-weight: 500;
    src: url(../fount/BrandonText-Medium.d5e252ed.otf)
}

@font-face {
    font-family: Brandon;
    font-weight: 600;
    src: url(../fount/BrandonText-Bold.89fdab2e.otf)
}

@font-face {
    font-family: Brandon;
    font-weight: 700;
    src: url(../fount/BrandonText-Black.9edcb0f3.otf)
}

body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: Brandon, Helvetica Neue, Helvetica, sans-serif
}

#root,
body,
html {
    height: 100%
}

body {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.drift-auth-shuffle {
position: relative;
}

.carousel-overlay {
    position: absolute;
    right: 0px!important;
    bottom: 0px;
    top: 0px!important;
    left: 0px!important;
    z-index: 10;
    background: rgba(0,0,0,0.6)!important;
}

@media screen and (min-width: 768px) {

  .carousel-caption {
      right: 0%;
      left: 0%;
      bottom: 45%;
  }

  .carousel-caption h3 {
      font-size: 36px!important;
  }
}

input, .drift-button {
  font-family: Brandon, Helvetica Neue, Helvetica, sans-serif !important;
}
