@font-face {
    font-family: 'proxima-regular';
    src: url("../fonts/Proxima_Nova_Alt_Regular.otf") format("opentype");
}
@font-face {
    font-family: 'proxima-regular-light';
    src: url("../fonts/Proxima_Nova_Alt_Light.otf") format("opentype");
}
@font-face {
    font-family: 'proxima-bold-italic';
    src: url("../fonts/Proxima_Nova_Alt_Bold_Italic.otf") format("opentype");
}
@font-face {
    font-family: 'proxima-bold';
    src: url("../fonts/Proxima_Nova_Alt_Bold.otf") format("opentype");
}
body {
	font-family: 'proxima-regular-light', sans-serif;
	background-color: #fafbfe;
	/*background-color: e6e6e6;*/
    font-size: 14px;
}
table {
    font-size: 14px;
}
h4 {
    /*font-family: 'proxima-regular', sans-serif;*/
    font-family: 'proxima-bold', sans-serif;
}
h5 {
    font-family: 'proxima-regular', sans-serif;
    font-size: 18px;
}
h6 {
    font-size: .75rem;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    /*color: #47b9b3;*/
    color: #F28E77;
}
.mb {
    margin-bottom: 0.75rem!important;
}
.mr-1, .mx-1 {
    margin-right: .375rem!important;
}
.form-control, .custom-select, .btn {
    font-family: 'proxima-regular-light', sans-serif;
    font-size: 14px;
}
.navbar {
	padding: 0 24px;
	background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.40);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.40);
    left: 260px;
    z-index: 1001;
    min-height: 70px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.nav-user {
    padding: calc(30px / 2) 20px calc(31px / 2) 64px !important;
    text-align: left!important;
    position: relative;
    background-color: #fafbfd;
    border: 1px solid rgba(154,161,171,.20);
    border-width: 0 1px;
    min-height: 70px;
    line-height: 1;
    color: #98a6ad;
}
.nav-user a {
    color: #98a6ad;
}
.nav-user .account-user-avatar {
    position: absolute;
    left: 15px;
    font-size: 32px;
}
.nav-user .account-user-name {
    display: block;
    font-size: 14px;
    /*font-weight: 600;*/
    padding-top: 6px;
}
.nav-user .account-position {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.profile-picture-none {
    position: relative;
    width: 42px;
    height: 42px;
    margin-top: 6px;
    margin-left: 10px;
}

.profile-picture{
    position: relative;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
}
.profile-picture img.portrait{
    width: 100%;
    height: auto;
}
.profile-picture img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: grayscale(100);
}

.nav-language {
    font-size: 14px;
}
.navbar-nav li {
    float: left;
    max-height: 70px;
}
.navbar-nav .nav-link {
    /*padding: 27px;*/
    padding: 0;
    color: #98a6ad;
    min-width: 32px;
    display: block;
    text-align: center;
    margin: 0 10px;
    position: relative;
    line-height: 70px;
}
.arrow-down {
	font-size: 8px;
    margin-left: 5px;
}
.dropdown-menu-animated {
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}
.dropdown-item {
    font-size: 14px;
    padding: 7px 20px;
}
.dropdown-item a {
    color: #000000;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent; 
}
.dropdown-menu-animated {
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}
/* Sidemenu */
.logo_wrapper {
    font-family: 'proxima-regular-light', sans-serif;
    font-size: 24px;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.logo_second {
    font-family: 'proxima-bold', sans-serif;
    color: #F28E77;
    padding-left: 4px;
}
.left-side-menu {
	width: 260px;
    z-index: 10;
    background: linear-gradient(135deg,#8f75da 0,#727cf5 60%);
    bottom: 0;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: 0;
    padding-top: 70px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    background: #002d33;
    /*background: #00454e;*/
    /*background: linear-gradient(70deg, #005a66, #002d33);*/
}
.logo {
    display: block;
    line-height: 70px;
    width: 260px;
    position: fixed;
    top: 0;
}
.logo-wrapper img {
    height: 75px;
    margin-left: -15px;
}
ul {
    padding-left: 20px;
}
.sidebar-nav ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.side-nav-title {
    padding: 12px 0;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: .6875rem;
    text-transform: uppercase;
    color: #007180;
    /*color: #00454e;*/
    font-weight: 700;
}
.side-nav-link {
    /*color: rgb(202, 228, 227, 1);*/
    color: #fff;
    display: block;
    padding: 8px 0;
    /*font-size: .9375rem;*/
    font-size: 15px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: 'proxima-regular-light', sans-serif;
}
.side-nav-link:hover {
	color: #47b9b3;
    /*color: #fa5c7c;*/
    /*color: #F28E77;*/
	text-decoration: none;
}
.side-nav-link i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.side-nav-link span {
    vertical-align: middle;
    position: absolute;
    left: 35px;
}
.menu-arrow {
    position: relative;
    float: right;
    font-size: 10px;
    margin-right: 20px;
    margin-top: 3px;
}
/*.side-nav-link:active .menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); 
}*/
.side-nav-second-level a {
    color: rgb(202, 228, 227, 1);
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 10px;
    /*font-size: .9375rem;*/
    font-size: 14px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: 'proxima-regular-light', sans-serif;
}
.side-nav-second-level a:hover {
    color: #47b9b3;
    /*color: #fa5c7c;*/
    text-decoration: none;
}
.rotate{
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
}
.rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.side-nav-link .badge {
    margin-right: 20px;
}
/* Content */
.content-page {
    margin-left: 260px;
    overflow: hidden;
    padding: 70px 12px 65px;
    min-height: 100vh;
}
.page-title-box .page-title {
    font-size: 18px;
    margin: 0;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}
.card {
    border: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(154,161,171,.30);
    box-shadow: 0 0 20px 0 rgba(154,161,171,.30);
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid rgba(154,161,171,.30);
}
.language-country {
	width: 20px;
	margin-right: 5px;
}
.navbar-brand {
	font-family: 'proxima-bold-italic', sans-serif;
}
/*.content-page {
	margin-left: 0;
    overflow: hidden;
    padding: 0 15px 5px 30px;
    position: relative;
    margin-right: -15px;
    width: 100%;
    padding-bottom: 60px;
}*/

.line_through {
    text-decoration: line-through;
}

/* modal selector */
.modal_table_body tr:hover {
	cursor: pointer;
}
.employee_selected_row{
	background: #47b9b3;
}
.education_selected_row {
    background: #47b9b3;
}
.evaluation_selected_row {
    background: #47b9b3;
}
.activity_selected_row {
    background: #47b9b3;
}
.team_selected_row {
    background: #47b9b3;
}
.employee_disabled_row{
    background: lightgrey;
    color: grey;
    cursor: not-allowed !important;
}

.modal-selected-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
.employee-delete-selected {
	margin-right: 10px;
	margin-top: 10px;
}
/* Buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .15rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-danger {
    border-color: transparent;
    background-color: #F28E77;
}
.btn-primary {
    border-color: transparent;
    /*background-color: #F28E77;*/
    /*background-color: #47b9b3;*/
    /*background-color: #005a66;*/
	/*background-color: #002d33; */
    background-color: #00454e;
    /*color: #002d33;*/
}
.btn-primary:hover {
    border-color: #47b9b3;
	background-color: #47b9b3;
    /*border-color: #F28E77;*/
    /*background-color: #F28E77;*/
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #47b9b3;
    border-color: #47b9b3;
    /*background-color: #F28E77;*/
    /*border-color: #F28E77;*/
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #47b9b3;
    border-color: transparent;
}
.btn-outline-primary  {
    border-color: #00454e;
    color: #00454e;
}
.btn-outline-primary:hover {
    background-color: #00454e;
    border-color: #00454e;
}
.btn-inline-icon {
    padding-left: 8px;
    font-size: 10px;
}
.btn-outline-secondary {
    color: #00454e;
    border-color: #00454e;
    margin-right: 10px;
}
.btn-outline-secondary:hover {
    background-color: #00454e;
    border-color: #00454e;
}
.login-button {
    background-color: #47b9b3;
}
.login-button:hover {
    background-color: #002d33;
    border-color: #002d33;
}
.login-back {
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.login-external {
    display: none;
}
.support-wrapper {
    display: none;
    text-align: center;
}
.support-wrapper a {
    color: #ee866f;
    padding-top: 10px;
}
.support-wrapper a:hover {
    color: #fff;
}
.mb10 {
    margin-bottom: 10px;
}
/* Form validation */
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none
}
/* table */
.table th {
    color: #6c757d;
    background-color: #f1f3fa;
    border-color: #eef2f7;
}
.table tbody+tbody {
    border-top: none;
}
/* badge */
.badge {
    padding: 4px;
    font-weight: 400;
    /*border-radius: 2px;*/
    border-radius: 0.15rem;
}
.badge-warning {
    /*color: #ffbc00;*/
    color: #000000;
    /*background-color: rgba(255,188,0,.28);*/
    background-color: #fbe355;
}
.badge-danger {
    /*color: #fa5c7c;*/
    color: #000000;
    /*background-color: rgba(250,92,124,.28);*/
    background-color: #f1c9c0;
}
.badge-success {
    /*color: #0acf97;*/
    color: #000000;
    /*background-color: rgba(10,207,151,.28);*/
    background-color: #90d5d1;
}
.badge-danger-sidebar {
    /*color: #fa5c7c;*/
    color: #F28E77;
    /*background-color: rgba(250,92,124,.18);*/
    background-color: rgba(242, 142, 119,.18);
    right: 0;
}
.badge-danger-quality {
    color: #fff;
    background-color: rgba(242, 142, 119,1);
    z-index: 9999;
}
.notify-wrapper {
    position: absolute;
    right: 10px;
    top: -10px;
}
.notify-wrapper-more {
    position: absolute;
    right: -5px;
    top: -13px;
}
#snackbar {
    visibility: hidden;  
    min-width: 300px; /* Set a default minimum width */
    margin-left: -150px; /* Divide value of min-width by 2 */
    /* background-color: #F28E77; /* Black background color */
    /*color: #fff; White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 999; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */

/*    position: fixed;
    bottom: 27px;
    z-index: 200;
    width: 350px;
    right: 27px;
    text-align: center;
    border-radius: 0;
    transition: transform .3s;
    border-radius: .3rem;
    -webkit-animation: showThenHide 5s;
    animation: showThenHide 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #F28E77;
    color: #fff;
    padding: 16px 20px;*/
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/* evaluation */
.edit_evaluation {
    margin-right: 5px;
}
.edit_evaluation:hover {
    cursor: pointer;
}
/* roles */
.nav-tabs {
    margin-bottom: 20px;
}
.nav-link.active {
    color: #F28E77!important;
    font-family: 'proxima-bold', sans-serif;
}
/* surveys */
.tabcontent {
    display: none;
    /*border: 1px solid #ccc;*/
}
.survey-wrapper label {
    font-weight: 700;
}
.survey-wrapper .col-form-label {
    padding-bottom: 0;
    padding-top: 10px;
}
.help-text-survey {
    padding-bottom: 5px;
}
textarea {
    resize: none;
}
.progress-wrapper {
    margin-bottom: 10px;
}
.progress-bar {
    background: #47b9b3;
}
.progress-page-info {
    font-size: 11px;
}
.survey-wrapper h1 {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
    font-weight: 700;
}
.survey-wrapper h2 {
    font-size: 16px;
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}
/* results show */
.survey-results-wrapper {
    width: 100%;
    overflow: hidden;
}
.result-header .table td {
    border-top: none;
    padding: .15rem;
}
.result-header .table {
    margin-bottom: 0;
}
.survey-result-wrapper h1 {
    font-size: 14px;
    font-weight: 700;
}
.survey-result-wrapper label {
    font-weight: 700;
}
.survey-result-wrapper .table td {
    border-top: none;
    padding: .15rem;
}
.survey-result-wrapper .results-table td {
    /*border-top: 1px solid #dee2e6;*/
    padding: .75rem;
}
.survey-result-wrapper .table td:first-child {
    text-align: right;
    border-right: 1px solid #dee2e6;
    padding-right: 20px;
}
.survey-result-wrapper .results-table td:first-child {
    text-align: left;
    border-right: none;
    padding-right: 0;
    padding-left: 0;
}
.survey-result-wrapper .table td:last-child {
    /*padding-left: 20px;*/
}
.left-text {
    text-align: left;   
}
.comments-wrapper .table td:last-child {
    text-align: center;
}
.chart-item {
    height: 22px;
    float: left;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
}
.chart-wrapper {
    padding-top: 10px;
}
.boldfont {
    font-family: 'proxima-regular';
}
/* Results label */
.labels-wrapper {
    height: 22px;
    /*margin-bottom: 40px;*/
    font-size: 11px;
}
.labels-wrapper-inner {
    text-align: center;
/*    height: 20px;
    line-height: 20px;*/
}
.label-item {
    display: inline-block;
    margin-left: 20px;
}
.label-color {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 4px;
}
.label-text {
    display: inline-block;
    line-height: 10px;
}
.card h1 {
    font-size: 14px;
    font-weight: 700;
}
.survey-wrapper label.normal-weight {
    font-weight: 400!important;
}
.header-card {
    /*margin-bottom: 20px*/
/*    border-bottom: 0.1px solid #002d33;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #f1f3fa;*/
    border-bottom: 1px solid rgba(154,161,171,.30);
}
.header-card:hover {
    cursor: pointer;
    color: #F28E77;
}
.header-card-header {
    /*font-weight: 700;*/
    font-family: 'proxima-bold';
    font-size: 14px;
}
.turn-arrow {
    float: right;
    transform: rotate(0deg);
    transition: transform 0.15s linear;
    font-size: 12px;
}
.turn-arrow.down{
    transform: rotate(-90deg);
    transition: transform 0.15s linear;
}
.current_page_item {
    /*font-weight: 900;*/
    font-family: 'proxima-bold', sans-serif;
    color: #47b9b3;
    /*color: #fa5c7c;*/
    /*color: #F28E77;*/
}
.quality-item-wrapper {
    margin-bottom: 20px;
}


.completed-wrapper {
    background: linear-gradient(120deg, #002d33, #005a66);
    color: #ffffff;
    height: 100vh;
    width: 100%;
}
.completed-text-wrapper {
    text-align: center;
    font-size: 18px;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.todo-badge {
    color: #000; 
    background-color: #F28E77!important; 
    padding: 3px;
    font-family: 'proxima-regular-light', sans-serif;
}
.side-nav-second-level a.current_page_item {
    color: #47b9b3;
    font-family: 'proxima-bold', sans-serif;
}
.evaluation-comments-wrapper {
    margin-top: 10px;
}
.evaluation-comments-wrapper li {
    list-style-type: square;
    padding-top: 5px;
    padding-bottom: 5px;
}
.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.circle-warning {
    background: #fbe355;
}
.circle-danger {
    background: #f1c9c0;
}
.circle-success {
    background: #90d5d1;
}
/*
 * Loading spinner
 * --------------------------------------------------
 */
.overlayLoading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(56, 56, 62, 0.9);
  overflow-y: auto;
  display: none; }
  .overlayLoading .contentOverlayLoading {
    z-index: 9999;
    display: none; }
    .overlayLoading .contentOverlayLoading .gifContainer {
      margin: 0 auto;
      width: 45px;
      margin: 0 auto;
      margin-top: 300px;
      color: white;
      z-index: 10000; }

.spinner {
  margin: 100px auto 0;
  width: 120px;
  text-align: center;
}
.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #47b9b3;
  margin-right: 5px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #fff;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
  background-color: #daf1f0;
}
.spinner .bounce3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #b5e3e1;
}
.spinner .bounce4 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
  background-color: #7ececa;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* Helper texts */
.helper-icon {
    float: right;
    display: inline-block;
}
.helper-icon:hover {
    cursor: pointer;
}
.help_message {
    display: none;
}
/*
 * Login
 * --------------------------------------------------
 */
 .body-content {
    display: flex;
 }
.signin-wrapper {
    /*background: linear-gradient(70deg, #005a66, #002d33);*/
    background: linear-gradient(120deg, #002d33, #005a66);
    color: #ffffff;
    height: 100vh;
    width: 30%;
    min-width: 300px;
    padding: 20px;
}
.login-header {
    text-align: center;
    font-size: 18px;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.signin-logo-wrapper {
    /* width: 300px;
    margin: 0 auto; */
}
.login-body {

}
.invalid-feedback {
    display: block;
    color: #ee866f;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ee866f;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ee866f;
}

.signin-wrapper-inner {
    max-width: 300px;
    margin: auto;
}
.login-footer {
    padding-left: 40px;
    padding-right: 40px;
}
.language-text {
    display: inline-block;
}
.language-wrapper {
    font-size: 14px;
    line-height: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.language-wrapper a {
    color: #fff;
}
.language-wrapper a:hover {
    color: #47b9b3;
}
.forgot-password {
    float: right;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 12px;
}
.forgot-password a {
    color: #fff;
}
.error-wrapper {
    padding-top: 20px;
    color: #ee866f;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .login-back {
        display: none;
    } 
    .signin-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .signin-logo-wrapper {
        width: 270px;
    }
}
@media screen and (max-width: 300px) {
    .signin-logo-wrapper {
        width: 250px;
    }
}