﻿/**
  * Theme Name: Infront Login Pages
  * Theme URI: http://swelldesign.com.au/
  * Description: Lovingly handcrafted by the peeps at Swell.
  * Author: Swell Design Group
  * Version: 1.0
  * Tags: swell, crisp, html5, awesome
  */
/**
 * =COLORS
 */
/**
 * =FONTS
 */
@import url(assets/font/fonts.css);
@import url(assets/font/font-awesome.min.css);
/**
  * =MIXINS
  */
/**
  * =MEDIA QUERIES
  */
/**
  * =BASE
  */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
html {
  font-size: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow: initial;
  }
}
body {
  font: normal 1rem/1.333 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  background: #3abebb;
  color: #3a414b;
  letter-spacing: -0.04em;
  font-family: 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
body.cloud-analytics {
  background: #b957a1;
}
body.cloud-analytics #cloud-line .st1 {
  stroke: #b957a1;
}
body.cloud-analytics form .form-control {
  color: #b957a1;
}
body.cloud-analytics form a.swl-checkbox.checked {
  background: #b957a1;
}
body.cloud-analytics form .btn {
  background: #b957a1;
}
body.cloud-analytics form .btn:hover,
body.cloud-analytics form .btn:focus {
  background: #9c4186;
}
body.cloud-broker {
  background: #f2944a;
}
body.cloud-broker #cloud-line .st1 {
  stroke: #f2944a;
}
body.cloud-broker form .form-control {
  color: #f2944a;
}
body.cloud-broker form a.swl-checkbox.checked {
  background: #f2944a;
}
body.cloud-broker form .btn {
  background: #f2944a;
}
body.cloud-broker form .btn:hover,
body.cloud-broker form .btn:focus {
  background: #ef781a;
}
body.cloud-login {
  background: #6ba3bc;
}
body.cloud-login #cloud-line .st1 {
  stroke: #6ba3bc;
}
body.cloud-login form .form-control {
  color: #6ba3bc;
}
body.cloud-login form a.swl-checkbox.checked {
  background: #6ba3bc;
}
body.cloud-login form .btn {
  background: #6ba3bc;
}
body.cloud-login form .btn:hover,
body.cloud-login form .btn:focus {
  background: #4c8ca8;
}
@media screen and (max-width: 768px) {
  body.cloud-login {
    background: #3a414b;
  }
}
body.prime-workspace {
  background: #f6f2ed;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.85);
  color: white;
}
::selection {
  background: rgba(0, 0, 0, 0.85);
  color: white;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.85);
  color: white;
}
a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
  * =TYPOGRAPHY
  */
h1,
.h1 {
  color: white;
  font-size: 3.66666667rem;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
  margin: 0 0 3.33333333rem;
}
.prime-workspace h1,
.prime-workspace .h1 {
  color: #3a414b;
  margin: 0 0 2.22222222rem;
}
.cloud-broker-admin h1,
.cloud-broker-admin .h1 {
  font-size: 2.44444444rem;
}
@media screen and (max-width: 1460px) {
  h1 br,
  .h1 br {
    display: none;
  }
}
.h3 {
  font-size: 1.33333333rem;
}
.h3 + p {
  margin-top: 1rem;
}
p + p {
  margin: 1.66666667rem 0 0;
}
p.white {
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  p.p1 br {
    display: none;
  }
}
ul {
  margin: 0.83333333rem 0;
}
ul li {
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 0.77777778rem;
  margin-right: 0.22222222rem;
}
ul li a {
  color: #3a414b;
}
ul li a:hover,
ul li a:focus {
  color: white;
}
ul li + li {
  margin-top: 0.83333333rem;
}
ul.social-links {
  margin: 1.66666667rem 0 0;
}
ul.social-links li {
  display: inline-block;
}
ul.social-links li:before {
  display: none;
}
ul.social-links li a {
  display: block;
  color: white;
}
ul.social-links li a:hover,
ul.social-links li a:focus {
  color: #3a414b;
}
.prime-workspace ul.social-links li a {
  color: #DD6163;
}
.prime-workspace ul.social-links li a:hover,
.prime-workspace ul.social-links li a:focus {
  color: #3a414b;
}
ul.social-links li + li {
  margin-left: 1px;
}
/**
  * =FORM
  */
.btn {
  display: inline-block;
  background: #3abebb;
  color: white;
  text-transform: uppercase;
  font-size: 0.77777778rem;
  letter-spacing: 0.1em;
  border: 0;
  border-radius: 3px;
  padding: 0.88888889rem 1rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn:hover,
.btn:focus {
  outline: 0;
  background: #2e9795;
}
.prime-workspace .btn {
  background: white;
  color: #3a414b;
}
.prime-workspace .btn:hover,
.prime-workspace .btn:focus {
  background: #f05562;
  color: white;
}
.btn.btn-black {
  background: #3a414b;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  background: white;
  color: #3a414b;
}
form {
  margin-top: 1.66666667rem;
}
form ::-webkit-input-placeholder {
  color: #5c5e67;
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #5c5e67;
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c5e67;
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
form :-ms-input-placeholder {
  color: #5c5e67;
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
form .placeholder {
  color: #5c5e67;
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
form .form-group {
  position: relative;
  margin: 0 0 1.27777778rem;
}
form .form-error {
  color: #DD6163;
  font-size: 0.66666667rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
form .form-control {
  display: block;
  width: 100%;
  font-family: 'ProximaNovaRegular', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
  color: #3abebb;
  padding: 0.88888889rem 1rem;
  border-radius: 3px;
  border: 0;
}
form .form-control:focus {
  outline: 0;
}
.prime-workspace form .form-control {
  color: #f05562;
}
form a.swl-checkbox {
  width: 21px;
  height: 21px;
  border-radius: 3px;
  border: 0;
  background: black;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
form a.swl-checkbox ~ label {
  font-size: 0.77777778rem;
  margin-left: 0.22222222rem;
}
form a.swl-checkbox:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
  font-size: 12px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
form a.swl-checkbox.checked {
  background: #3abebb;
  border: 0;
}
form a.swl-checkbox.checked:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
form .forgot-password {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  font-size: 0.77777778rem;
  color: white;
  border-bottom: 1px solid #5c5e67;
}
form .forgot-password:focus,
form .forgot-password:hover {
  border-color: white;
}
/**
  * =CONTENT
  */
html,
body,
.container,
.wrapper-outer,
.wrapper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html,
  body,
  .container,
  .wrapper-outer,
  .wrapper {
    height: auto;
  }
}
.wrapper-outer {
  position: relative;
  overflow: auto;
  margin: 0 -4.72222222rem;
  padding: 0 4.72222222rem;
}
.wrapper {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper {
    display: block;
  }
}
.wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .wrapper-inner {
    display: block;
  }
}
.container {
  position: relative;
  display: block;
  width: 66.66666667rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1460px) {
  .container {
    width: 55.55555556rem;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 44.44444444rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a414b;
  width: 111.11111111rem;
  top: -55.55555556rem;
  height: 166.66666667rem;
  left: 60%;
}
@media screen and (max-width: 1460px) {
  .container:before {
    left: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .container:before {
    left: 54%;
  }
}
@media screen and (max-width: 768px) {
  .container:before {
    display: none;
  }
}
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#cloud-line-wrap {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: -2rem;
}
@media screen and (max-width: 1460px) {
  #cloud-line-wrap {
    margin-right: -2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  #cloud-line-wrap {
    margin-right: -4.16666667rem;
  }
}
@media screen and (max-width: 768px) {
  #cloud-line-wrap {
    display: none;
  }
}
#cloud-line {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  margin-top: -10.55555556rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cloud-login #cloud-line {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  #cloud-line {
    width: 5.55555556rem;
    height: 150.33333333rem;
  }
}
.no-smil .trigger-animation #cloud-line {
  opacity: 1;
}
.smil .trigger-animation #cloud-line {
  opacity: 1;
}
.smil .trigger-animation #cloud-line .st0 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: dash 2s ease-in forwards;
          animation: dash 2s ease-in forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.smil .trigger-animation #cloud-line .st2 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: dash 2s ease-in forwards;
          animation: dash 2s ease-in forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#cloud-line .st1 {
  stroke: #3abebb;
}
.panel {
  position: relative;
  float: right;
  overflow: visible;
}
.panel .panel-content {
  position: relative;
  padding: 3.66666667rem;
}
@media screen and (max-width: 768px) {
  .panel .panel-content {
    padding: 2.77777778rem !important;
  }
}
.panel.left-panel {
  width: 60%;
  /*  		
			&:before {
  				content: '';
  				display: block;
  				position: absolute;
  				top: 0;
  				width: 4px;
  				right: 100%;
  				margin-right: 30px;
  				height: 100%;
  				background: white;
  			}
  			
  			&:after {
  				content: '';
  				display: block;
  				position: absolute;
  				top: 90/@rem;
  				right: 100%;
  				width: 130px;
  				height: 110px;
  				margin-right: 32px;  					
  				background: @turquoise url(assets/img/cloud.svg) no-repeat center center;
  				background-size: contain;
  				transform: translateX(50%);  				
  			}
  			*/
}
.cloud-login .panel.left-panel {
  min-height: 35.27777778rem;
}
@media screen and (max-width: 768px) {
  .cloud-login .panel.left-panel {
    display: none;
  }
}
.prime-workspace .panel.left-panel .panel-content {
  padding-left: 0;
}
@media screen and (max-width: 1460px) {
  .panel.left-panel {
    width: 55%;
  }
}
@media screen and (max-width: 1000px) {
  .panel.left-panel .panel-content {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .panel.left-panel {
    width: 100%;
  }
}
.panel.left-panel h1,
.panel.left-panel .h1 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.panel.left-panel h1,
.panel.left-panel .h1,
.panel.left-panel h1 ~ *,
.panel.left-panel .h1 ~ * {
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.trigger-animation .panel.left-panel h1,
.trigger-animation .panel.left-panel .h1,
.trigger-animation .panel.left-panel h1 ~ *,
.trigger-animation .panel.left-panel .h1 ~ * {
  top: 0;
  opacity: 1;
}
.panel.left-panel h1 + *,
.panel.left-panel .h1 + * {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}
.panel.left-panel h1 + * + *,
.panel.left-panel .h1 + * + * {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.panel.left-panel h1 + * + * + *,
.panel.left-panel .h1 + * + * + * {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}
.panel.left-panel h1 + * + * + * + *,
.panel.left-panel .h1 + * + * + * + * {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.panel.left-panel h1 + * + * + * + * + *,
.panel.left-panel .h1 + * + * + * + * + * {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}
.panel.left-panel h1 + * + * + * + * + * + *,
.panel.left-panel .h1 + * + * + * + * + * + * {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.panel.left-panel h1 + * + * + * + * + * + * + *,
.panel.left-panel .h1 + * + * + * + * + * + * + * {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}
.panel.left-panel h1 + * + * + * + * + * + * + * + *,
.panel.left-panel .h1 + * + * + * + * + * + * + * + * {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
.panel.left-panel .btn {
  margin-top: 0.22222222rem;
}
.panel.right-panel {
  width: 40%;
  background: #3a414b;
  color: white;
}
@media screen and (max-width: 1460px) {
  .panel.right-panel {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .panel.right-panel {
    width: 100%;
  }
}
.panel.right-panel .subtext {
  font-family: 'ProximaNovaLight', 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
  font-size: 0.88888889rem;
}
.panel.right-panel .subtext strong {
  font-family: 'ProximaNovaSemibold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal !important;
}
.panel.right-panel .subtext a {
  color: #6ba3bc;
}
.panel.right-panel .panel-content {
  padding-right: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.trigger-animation .panel.right-panel .panel-content {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .panel.right-panel .panel-content {
    padding-right: 3.33333333rem;
  }
}
/**
 * =MISC
 */
.logo {
  display: block;
  height: 5rem;
  background: url(assets/img/cloud-exchange-logo.svg) no-repeat center left;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  margin: -0.55555556rem 0 3.77777778rem;
}
@media screen and (max-width: 768px) {
  .logo {
    margin-bottom: 1.33333333rem;
  }
}
.logo.logo-cloud-analytics {
  background-image: url(assets/img/cloud-analytics-logo.svg);
}
.logo.logo-cloud-broker {
  background-image: url(assets/img/cloud-broker-logo.svg);
}
.logo.logo-cloud-heroes {
  background-image: url(assets/img/cloud-heroes-logo-reversed@2x.png);
  height: 7.22222222rem;
  margin: 0 0 1.33333333rem -0.88888889rem;
}
.logo.logo-prime-workspace {
  background-image: url(assets/img/prime-workspace-logo.svg);
  height: 2.55555556rem;
  margin: 0 0 2.22222222rem -0.44444444rem;
}
.logo.logo-client {
  margin: 0 0 1.88888889rem;
  background-position: top left;
  max-width: 17.77777778rem;
}
#workspace-image {
  width: 18rem;
  height: 12.22222222rem;
  margin: 0 0 2.77777778rem;
}
.smil .trigger-animation #workspace-image .st0,
.smil .trigger-animation #workspace-image .st1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 2s ease-in forwards;
          animation: dash 2s ease-in forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.smil .trigger-animation #workspace-image .sun-rays {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: spin 40s linear 0s infinite;
          animation: spin 40s linear 0s infinite;
}
@-moz-document url-prefix() {
  .smil .trigger-animation #workspace-image .sun-rays {
    animation: none !important;
  }
}
.powered-by {
  font-size: 0.66666667rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 2.22222222rem 0 0;
}
.powered-by .logo-buttonwood {
  background-image: url(assets/img/cloud-heroes-logo@2x.png);
  height: 4.72222222rem;
  margin: -0.55555556rem 0 0 -4.77777778rem;
}
@media screen and (max-width: 768px) {
  .powered-by .logo-buttonwood {
    margin: 0 0 0 -0.66666667rem;
  }
}
@media screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }
}
.tablet {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tablet {
    display: block;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.browsehappy {
  position: relative;
  background: #DD6163;
  color: white;
  padding: 40px;
  font-size: 18px;
  text-align: center;
}
.browsehappy a {
  color: white;
  text-decoration: underline;
}
.jspTrack {
  background: #454d59;
}
.jspDrag {
  background: #2f353d;
}

a.app-link {
    color: white;
    border-bottom: 1px solid #5c5e67;
}

a.app-link:hover, a.app-link:focus {
    border-bottom-color: white;
}

.validation-summary-errors {
    color: #dd6163;
}