.login-top{
    margin-top:-9px !important;
}
  .enter {
      
      font-weight: bold;
      font-family: Ubuntu;
      <?php if(empty($this->agent->is_mobile())){?>
      margin-bottom: 60px;
      margin-top: 30px;
      <?php }else if(!empty($this->agent->is_mobile())){?>
          margin-top: 18px;
      <?php }?>
  }
  
  .main-div {
      overflow: hidden;
      background-image: linear-gradient(#5D6F91, #878787);
      width: 28%;
      margin: 0 auto;
      border-radius: 5px;
      box-shadow: 1px 1px 2px #999999;
      padding: 30px 20px;
      font-family: Ubuntu;
      color: #858D98 !important;
  }
  
  .login {
      font-size: 22px !important;
      text-align: center;
      color:#FFF;
  }
  
  .new-btn {
      margin-top: 20px;
      color: #FFF;
      border-radius: 5px;
      padding: 10px 10px;
      background: #00A5E4;
      border: 1px solid #406bba !important;
      margin-bottom: 20px;
  }
  
  .tick {
      float: right;
      position: relative;
      top: 34px;
      right: 12px;
  }
  
  .cld-logo {
      margin: 0 auto;
      width: 298px;
      padding-top: 25px;
  }
  
  .new-input {
      color: #858D98 !important;
      font-size: 16px;
      width: 100%;
      border-radius: 5px;
      background: #E1E7EE !important;
      border: 1px solid #9AA4B0 !important;
      /*margin-bottom: 20px;*/
  }
  
  @media only screen and (max-width: 768px) {
      .main-div {
          width: 100%;
          margin: 0 auto;
      }
      .welcome {
          line-height: 35px;
      }
      .cld-logo {
          width: 252px;
      }
  }

  .welcome {
    /*font-family: Georgia !important;*/
    font-weight: bold !important;
    font-size: 34px !important;
    text-transform: capitalize !important;
    margin-bottom: 16px !important;
}

.logo-img {
    width: 60% !important;
    margin-bottom: 18px;
}

.display_none {
    display: none;
}

a.forgot-text {
    /*text-align:right !important; width:90% !important; margin:5px 45px 5px 40px !important; float:right; */
    color: #000;
    font-size: 15px;
    text-decoration: underline !important;
}

.grey-border {
    /*border:3px dashed #363636;*/
    margin: 40px 0px;
    border-radius: 2px;
    font-family: Georgia !important;
    font-weight: normal !important;
    font-size: 19px;
}

.left-column {
    padding: 5px 35px;
    /*font-family: Georgia !important; font-weight:normal !important;*/
    text-align: center;
}

/* LABEL ======================================= */

label {
    color: #a4a4a4;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
/* active state */

.inputMaterial:focus~ label,
.inputMaterial:valid~ label {
    top: -20px;
    font-size: 16px;
    color: #00A9E5;
}
/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 90%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5788ce;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}
/* active state */

.inputMaterial:focus~ .bar:before,
.inputMaterial:focus~ .bar:after {
    width: 50%;
}
/* active state */

.inputMaterial:focus~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

#footer-box {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer-text {
    color: #cfd8dc;
}

.sign-up {
    color: white;
    cursor: pointer;
}

.sign-up:hover {
    color: #b2dfdb;
}

$transition: all 0.3s;
$shadow-L1: 0 1px 3px rgba(0, 0, 0, 0.12),
0 1px 2px rgba(0, 0, 0, 0.24);
$shadow-L2: 0 3px 6px rgba(0, 0, 0, 0.16),
0 3px 6px rgba(0, 0, 0, 0.23);
$shadow-L3: 0 10px 20px rgba(0, 0, 0, 0.19),
0 6px 6px rgba(0, 0, 0, 0.23);
#container-a {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 20px;
    right: 20px;
    overflow: hidden;
    transition: $transition;
    box-shadow: $shadow-L3;
    /*&:hover{
width: 150px;
border-radius: 50px;
transition: $transition;
}*/
}
}
#container-floating {
position: fixed;
width: 60px;
height: 60px;
top: 20px;
right: 20px;
z-index: 50px;
&:hover {
    height: 400px;
    width: 60px;
    top: 20px;
    right: 20px;
}

&:hover .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

&:hover .nd3 {
    animation-delay: 0.08s;
}

&:hover .nd4 {
    animation-delay: 0.15s;
}

&:hover .nd5 {
    animation-delay: 0.2s;
}

.nds {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    right: 33px;
    cursor: pointer;
    &:hover {
        box-shadow: $shadow-L3;
        transition: $transition;
        width: 50px;
        right: 25px;
        height: 50px;
    }
}

.nd1 {
    background-image: url("https://blog.codepen.io/wp-content/uploads/2012/06/Button-Fill-Black-Large.png");
    background-size: 100%;
    top: 110px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
    box-shadow: $shadow-L2;
    transition: $transition;
}

.nd3 {
    background: url("https://cdn3.iconfinder.com/data/icons/free-social-icons/67/twitter_circle_color-512.png");
    background-size: 100%;
    top: 165px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
    box-shadow: $shadow-L2;
    transition: $transition;
}

.nd4 {
    background: url("http://www.studiotomasi.org/images/gplusicon.svg");
    background-size: 100%;
    top: 225px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
    box-shadow: $shadow-L2;
    transition: $transition;
}
}
@keyframes bounce-nds {
from {
    opacity: 0;
}

to {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes bounce-out-nds {
from {
    opacity: 1;
    transform: scale(1);
}

to {
    opacity: 0;
    transform: scale(0);
}
}
.profile-name {
line-height: 60px;
left: -70px;
position: absolute;
color: #455a64;
}
.profile-name:hover {
text-decoration: underline;
}
a:link,
a:visited {
text-decoration: none;
}
@media only screen and (max-width: 768px) {
.group {
    margin-left: 20px !important;
}
}