/*
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 : 12 Mar, 2019, 3:07:35 PM
    Author     : csdevelopment7
*/


.btn-web {
    border: 1px solid #005081;
    transition: all 0.5s ease-in;
    background-color: #BED73D !important;
    text-align: center;
    padding: 10px 25px 10px;
    color: #005081 !important;
    font-weight: 600;
    overflow: hidden;
    margin: 12px 32px !important;
    display: block;
    border-radius: 10px !important;
    text-transform: uppercase;
    outline: 0 !important;
    min-width: 100px !important;
    display: inline-block;
}
.login-logo img{
    margin: 0 auto;
}
.btn-group-admin {
  text-align: center;
}
.btn-group-admin .btn-web {
 margin: 0 5px !important;
    text-align: center;
    display: inline-block;
}
.login-box-msg {
 font-size: 20px;
    color: #555;
    padding: 0;
    margin-bottom: 12px;

}
