Font Face : @font-face {
font-family: 'Poppins';
 
src: url("fonts/Poppins-Light.eot");
src: url("fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Light.woff2") format("woff2"), url("fonts/Poppins-Light.woff") format("woff"), url("fonts/Poppins-Light.ttf") format("truetype"), url("fonts/Poppins-Light.svg#Poppins-Light") format("svg");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'Poppins';
src: url("fonts/Poppins-Regular.eot");
src: url("fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff"), url("fonts/Poppins-Regular.ttf") format("truetype"), url("fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Poppins';
src: url("fonts/Poppins-SemiBold.eot");
src: url("fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Poppins-SemiBold.woff") format("woff"), url("fonts/Poppins-SemiBold.ttf") format("truetype"), url("fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: 'Poppins';
src: url("fonts/Poppins-Medium.eot");
src: url("fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins-Medium.woff") format("woff"), url("fonts/Poppins-Medium.ttf") format("truetype"), url("fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
font-weight: 500;
font-style: normal; }



*:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.login-body {
  background: #F0F4F3;
  font-family: 'Poppins', sans-serif; }

.login-wrapper {
  width: 870px;
  height: 500px;
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  -moz-box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  -webkit-box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  -o-box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  position: relative;
  z-index: 1; }
  .login-wrapper .login-content {
    background: #2561BD;
    width: 40%;
    float: left;
    height: 100%;
    padding: 8% 0 2% 0;
    border-radius: 10px 0 0 10px;
    text-align: center;
    position: relative;
    z-index: 10; }
    .login-wrapper .login-content h1 {
      color: #fff;
      font-size: 28px; font-weight:600;
      margin-top: 40px;
      margin-bottom: 20px; }
    .login-wrapper .login-content p {
      color: rgba(255, 255, 255, 0.68);
      font-size: 13px;
      width: 65%;
      margin: 10px auto 0; }
  .login-wrapper .login-form {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 40%;
    float: left;
    height: 78%;
    border-radius: 10px;
    padding: 6% 10%;
    text-align: center; }
    .login-wrapper .login-form .login-logo {
       
      opacity: 1; 
      margin-bottom:25px;
    }
    .login-wrapper .login-form h1 {
      font-size: 21px; font-weight:bold;
      color: #132482;
      margin-bottom: 5px;
      margin-top: 10px; }
    .login-wrapper .login-form .p-relative {
      position: relative; }
    .login-wrapper .login-form .login-input {
      border: none;
      background: #f7f7f7;
      width: 100%; font-family: 'Poppins', sans-serif;
      line-height: 32px;
      padding: 8px 10px 8px 50px;
      font-family: 'Poppins', sans-serif; }
      .login-wrapper .login-form .login-input::-webkit-input-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif;
        font-weight: 300; }
      .login-wrapper .login-form .login-input::-moz-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif; }
      .login-wrapper .login-form .login-input:-ms-input-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif; }
      .login-wrapper .login-form .login-input:-moz-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif; }
    .login-wrapper .login-form .icon-placeholder {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 45px; }
      .login-wrapper .login-form .icon-placeholder:before {
        font-size: 16px;
        color: #666;
        margin-left: 20px; }
    .login-wrapper .login-form .forget-link, .login-wrapper .login-form .signin-link {
      color: #000;
      font-size: 13px;
      border-bottom: 2px solid #ddd;
      text-decoration: none;
      font-weight: 400;
      padding-bottom: 4px; }
      .login-wrapper .login-form .forget-link:hover, .login-wrapper .login-form .signin-link:hover {
        color: #999;
        border-bottom: 2px solid #000; }
    .login-wrapper .login-form .btn-login {
      text-transform: uppercase;
      cursor:pointer;
      color: #fff;
      background: #2561BD;
      border: none;
      border-radius: 30px;
      padding: 13px 60px;
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 600; }
      .login-wrapper .login-form .btn-login:hover {
        opacity: 0.9;
        cursor: pointer; }
  .login-wrapper .full-width {
    width: 100%;
    float: left; }
  .login-wrapper .m-b-10 {
    margin-bottom: 10px; }
  .login-wrapper .m-b-20 {
    margin-bottom: 20px; }
  .login-wrapper .m-b-30 {
    margin-bottom: 30px; }

.editor-label {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 13px;
    height:16px;
}
.errormsg{
    color: #e70505 !important;
    font-weight: 100;
}
.login-main{margin: auto;  width:100%; padding-left:80px; padding-right:80px;}

.modal-content{
     border-radius: 0px !important;
}
.modal-header {
    padding: 10px 8px !important;
    background: #f7f6f6;
    border: none !important;
        
}
.modal-title {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #2561bd !important;
    padding-left: 10px !important;
}
#radios {
    text-align: center;
    margin: 0 auto; width:100%;
}
.drugmodule {
    display: flex;
    justify-content: center;
}
.modal-header .close {
    font-size: 25px;
    padding-right: 10px;
    color: #444;
}

    .modal-header .close:hover {
        padding: 0 10px;
        background-color: #eee;
    }
    .close{
        opacity: 1 !important;
    }

.modal.in .modal-dialog {
    width: 500px;
}  
 
/*
.onlylogin{
        position: relative;
     transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out; 
    -o-transition: all .5s ease-in-out; 
        &.hide{
        
            &.hidetoleft{
                -webkit-animation: hideleftanimation 1.5s; 
                -webkit-animation-direction: initial;
                animation: hideleftanimation 1.5s ;
             
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out; 
                -moz-transition: all .5s ease-in-out; 
                -o-transition: all .5s ease-in-out; 
            }
             &.hidetoright{
                -webkit-animation: hiderightanimation 1.5s; 
                -webkit-animation-direction: initial;
                animation: hiderightanimation 1.5s ;
              
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out; 
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out; 
            }
        }
    }

.onlyforgot{
        position: relative;
   
              transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out; 
    -o-transition: all .5s ease-in-out;
 
        &.hide{
  
            &.hidetoleft{
                display: block;
                -webkit-animation: hideleftanimation 1.5s; 
             
                animation: hideleftanimation 1.5s ;
               
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out; 
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
            }
             &.hidetoright{
                 display: block;
                -webkit-animation: hiderightanimation 1.5s;
              
                animation: hiderightanimation 1.5s ;
         
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out; 
                -o-transition: all .5s ease-in-out;
            }
        }
    }

@-webkit-keyframes hideleftanimation {
  0%   {right: 0px;opacity: 1}

  100% { right: 500px;opacity: 0 }
}

@keyframes hideleftanimation {
  0%   {right: 0px;opacity: 1}

  100% { right: 500px;opacity: 0 }
}
@-webkit-keyframes hiderightanimation {
  0%   {left: 0px;opacity: 1}

  100% { left:600px;opacity: 0 }
}

@keyframes hiderightanimation {
  0%   {left: 0px;opacity: 1}

  100% { left: 600px;opacity: 0 }
}

*/
.onlylogin, .onlyforgot {
  position: absolute;
  z-index: 100; }

.hide {
  display: none; }

.goleft {
  position: relative;
  z-index: 2;
  animation: goleftanimation 1s forwards;
  -webkit-animation: goleftanimation 1s forwards;
  -moz-animation: goleftanimation 1s forwards; }
  .goleft .fadetoleft {
    animation: fadeOutLeft .5s forwards;
    -webkit-animation: fadeOutLeft .5s forwards;
    -moz-animation: fadeOutLeft .5s forwards; }

@-webkit-keyframes goleftanimation {
  0% {
    right: 0px; }
  100% {
    right: 340px; } }
@keyframes goleftanimation {
  0% {
    right: 0px; }
  100% {
    right: 340px; } }
.goleftposition {
  position: relative;
  z-index: 2;
  animation: goposanimation 1s forwards;
  -webkit-animation: goposanimation 1s forwards;
  -moz-animation: goposanimation 1s forwards; }
  .goleftposition .fadetoleft {
    animation: fadeOutLeft .5s forwards;
    -webkit-animation: fadeOutLeft .5s forwards;
    -moz-animation: fadeOutLeft .5s forwards; }

@-webkit-keyframes goposanimation {
  0% {
    left: 480px; }
  100% {
    left: 0px; } }
@keyframes goposanimation {
  0% {
    left: 480px; }
  100% {
    left: 0px; } }
.goright {
  position: relative;
  z-index: 1;
  animation: gorightanimation 1s forwards;
  -webkit-animation: gorightanimation 1s forwards;
  -moz-animation: gorightanimation 1s forwards; }
  .goright .fadetoright {
    animation: fadeOutRight .5s forwards;
    -webkit-animation: fadeOutRight .5s forwards;
    -moz-animation: fadeOutRight .5s forwards; }

@-webkit-keyframes gorightanimation {
  0% {
    left: 0px; }
  100% {
    left: 535px; } }
@keyframes gorightanimation {
  0% {
    left: 0px; }
  100% {
    left: 535px; } }
.gorightposition {
  position: relative;
  z-index: 2;
  animation: gorightposanimation 1s forwards;
  -webkit-animation: gorightposanimation 1s forwards;
  -moz-animation: gorightposanimation 1s forwards; }
  .gorightposition .fadetoleft {
    animation: fadeOutLeft .5s forwards;
    -webkit-animation: fadeOutLeft .5s forwards;
    -moz-animation: fadeOutLeft .5s forwards; }

@-webkit-keyframes gorightposanimation {
  0% {
    right: 300px; }
  100% {
    right: 0px; } }
@keyframes gorightposanimation {
  0% {
    right: 300px; }
  100% {
    right: 0px; } }
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.login-form .onlylogin, .login-form .onlyforgot {
  width: 100%; }

.login-content.goright {
  border-radius: 0 10px 10px 0; }
.resetpwd {
    position:relative; display:inline;    margin-top:15px;
}
.resetpwd ul{
    list-style-type:circle; display:inline; text-align:left; margin:0px; padding:0px;
}
.resetpwd ul li {
    list-style-type:circle; display:inline-block; color:#BDCDEA;
}
.resetpwd ul li::before{ 
width: 6px;
    height: 6px;
    background: #BDCDEA;
    content: "";
    display: inline-block;
    margin-right: 3px; margin-left: 15px;
    border-radius: 26px;
}

