﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
font-family: 'Roboto', sans-serif;    
}

.btn-login {
   background-color:#8D3DAF;
   color:#fff;
   border-radius :50px;
   padding-left:20px;
   padding-right:20px;
}

.btn-login:hover {
   color:#fff;
}


.txt-danger {
   border-color: #FF0000;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.txt-danger:focus {
   border-color: #FF0000;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}