/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 21, 2020, 6:06:46 PM
    Author     : LENOVO
*/

[data-platform-form-login-error] > p,
[data-platform-form-reset-password-error] > p {
    font-size: 14px; 
    color: red; 
    text-align: left;
}

.platform-error {
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: red;
}

.lds-dual-ring {
    display: inline-block;
    width: 14px;
    height: 14px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  