@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");@font-face{font-family:"icomoon";src:url("/static/assets/fonts/icomoon/icomoon.eot?tgr7p2");src:url("/static/assets/fonts/icomoon/icomoon.eot?tgr7p2#iefix") format("embedded-opentype"),url("/static/assets/fonts/icomoon/icomoon.woff2?tgr7p2") format("woff2"),url("/static/assets/fonts/icomoon/icomoon.ttf?tgr7p2") format("truetype"),url("/static/assets/fonts/icomoon/icomoon.woff?tgr7p2") format("woff"),url("/static/assets/fonts/icomoon/icomoon.svg?tgr7p2#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-fire:before{content:""}.icon-snowflake:before{content:""}.icon-alert:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-network:before{content:""}.icon-bell:before{content:""}.icon-bookmark:before{content:""}.icon-camera:before{content:""}.icon-check:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-angle-double-down:before{content:""}.icon-angle-double-left:before{content:""}.icon-angle-double-right:before{content:""}.icon-angle-double-up:before{content:""}.icon-globe:before{content:""}.icon-key:before{content:""}.icon-localization:before{content:""}.icon-minus:before{content:""}.icon-minus-circle:before{content:""}.icon-more-vertical:before{content:""}.icon-pause:before{content:""}.icon-play:before{content:""}.icon-plus:before{content:""}.icon-plus-circle:before{content:""}.icon-power:before{content:""}.icon-refresh:before{content:""}.icon-restart:before{content:""}.icon-shield:before{content:""}.icon-thermometer:before{content:""}.icon-upload:before{content:""}.icon-close:before{content:""}.icon-lightbulb:before{content:""}.icon-couch:before{content:""}.icon-calendar-date:before{content:""}.icon-computer:before{content:""}.icon-chipset:before{content:""}.icon-off:before{content:""}.icon-measure:before{content:""}.icon-menu:before{content:""}.icon-notifications:before{content:""}.icon-user:before{content:""}.icon-settings:before{content:""}.icon-menu-open:before{content:""}.icon-on:before{content:""}:root{--font-family:"Montserrat",sans-serif;--font-family-script:"Caveat",serif;--font-size:13px;--font-line-height:170%;--font-letter-spacing:.08em;--font-weight-light:300;--font-weight-normal:400;--font-weight-semi-bold:600;--font-weight-bold:700;--color-title:#000;--color-text:#505050;--color-text-light:#8e8e8e;--color-shade:#f1f1f1;--color-shade-2:#dcdcdc;--color-shade-3:#8e8e8e;--color-primary:#67c6e8;--color-highlight:#ffc696;--color-success:#c0ed84;--color-warning:#fff9d9;--color-danger:#e87e7e;--background-color:#f4f5fa;--background-color-header:#fff;--background-color-footer:#020001;--button-height:25px;--button-padding:5px 15px;--button-min-width:none;--input-height:40px;--input-line-height:18px;--input-padding:10px;--input-border:1px solid #dcdcdc;--input-color:#333;--input-background-color:#fff;--input-font-size:14px;--input-border-radius:6px;--input-error-color:#e87e7e;--input-error-background-color:#fff;--input-error-border-color:#e87e7e;--input-outline:2px solid #000;--input-outline-offset:-2px;--textarea-min-height:120px;--toast-color-info:#007bc3;--toast-color-success:#21a87a;--toast-color-warning:#f0a92d;--toast-color-danger:#d75454;--checkbox-border-color:#e1e1e1;--checkbox-background-color:#fff;--checkbox-checked-color:#fff;--checkbox-checked-border-color:#39a9dc;--checkbox-checked-background-color:#39a9dc;--box-shadow:0 10px 40px rgba(0,0,0,.15)}.login-wrap{width:100vw;height:100vh;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:stretch;overflow:hidden}.login-wrap .content{width:40%;background-color:#fff;padding:30px;display:flex;align-items:center;color:#5a5a5a}.login-wrap .content .screen{max-width:320px;margin:auto}.login-wrap .content .screen h1{color:#000;font-weight:var(--font-weight-bold);font-size:22px}.login-wrap .content .screen h1+p{margin-top:20px}.login-wrap .content .screen p{font-size:14px;line-height:22px}.login-wrap .content .screen form{margin:25px 0}.login-wrap .content .screen form label{color:#000;display:block;font-size:12px;font-weight:var(--font-weight-semi-bold);margin:25px 0 0}.login-wrap .content .screen form label:first-child{margin-top:0}.login-wrap .content .screen form input[type=text],.login-wrap .content .screen form input[type=email],.login-wrap .content .screen form input[type=password]{background-color:#f4f4f8;height:40px;line-height:29px;border:0;padding:5px 10px;color:#5a5a5a;border-bottom:2px solid transparent}.login-wrap .content .screen form input[type=text].error,.login-wrap .content .screen form input[type=email].error,.login-wrap .content .screen form input[type=password].error{border-color:var(--color-danger)}.login-wrap .content .screen form button{color:#fff;background-color:#2babe5;border-radius:3px;width:100%;border:0;text-align:center;height:40px;padding:5px 15px;line-height:30px;font-weight:var(--font-weight-semi-bold);font-size:14px;margin:30px 0 0}.login-wrap .content .screen .links{text-align:center}.login-wrap .content .screen .links a{color:#2babe5;display:inline-block;font-size:13px}.login-wrap .content .screen .links a:hover{text-decoration:underline}.login-wrap .landing{width:60%;background-image:linear-gradient(226deg,#2b9de5 0,#2bc1e5 100%);position:relative;overflow:hidden}.login-wrap .landing .overview{width:375px;height:100%;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;margin:auto;text-align:center}.login-wrap .landing .overview .preview{height:100px;margin:0 15px;background-color:#fff;border-radius:15px;box-shadow:0 0 3px #888;padding:20px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between}.login-wrap .landing .overview .preview .icon{width:60px;height:60px;border-radius:8px;background-color:#3d6687;padding:5px}.login-wrap .landing .overview .preview .icon img{display:block;width:100%}.login-wrap .landing .overview .preview .icon+*{width:calc(100% - 80px);text-align:left;padding:3px 0 0}.login-wrap .landing .overview .preview label{font-weight:var(--font-weight-semi-bold);color:#5a5a5a;font-size:13px}.login-wrap .landing .overview .preview .slider-wrap{margin:5px 0 0}.login-wrap .landing .overview .preview .slider-wrap .ui-slider-handle{background-color:#eee;box-shadow:0 0 1px #999}.login-wrap .landing .overview .preview+*{margin-top:35px}.login-wrap .landing .overview h1{font-weight:var(--font-weight-bold);font-size:22px;line-height:32px;color:#fff}.login-wrap .landing .overview p{color:#fff;margin:20px 0 0;opacity:.5;font-size:13px;font-weight:var(--font-weight-semi-bold);line-height:20px}.login-wrap .landing .rects span{display:block;width:400px;height:400px;border-radius:50px;background-color:#fff;opacity:.3;position:absolute;transform:rotate(-12deg)}.login-wrap .landing .rects span:first-child{bottom:-200px;left:-330px}.login-wrap .landing .rects span:nth-child(2){bottom:-220px;left:-260px}.login-wrap .landing .rects span:nth-child(3){bottom:-200px;right:-180px}.login-wrap .landing .rects span:nth-child(4){bottom:-220px;right:-245px}@media screen and (max-width:1000px){.login-wrap .content{width:100%}.login-wrap .landing{display:none}}