/* LOGIN CSS */
#system-upgrade {
    color: #0093d0;
    margin-bottom: 25px;
}
#big-image {
    /*margin-top: 3rem !important;*/
}
#big-image a:hover {
    color: #353535;
}
#loginForm .form-control  {	
	border-radius: 0px !important;
	height: 55px !important;
}
#big-image .btn {
    color: #353535;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: white;
    border-color: #353535;
    border-radius: 0px;
    padding: 1rem;
    width: 100%;
}
#big-image .btn:hover {
    color: white;
    background-color: #353535;
}
#big-image .btn:active {
    color: white;
    margin-top: 1rem;
	margin-bottom: 1rem;
    background-color: #353535!important;
    border-color: #353535;
    border-radius: 0px;
    padding: 1rem;
    width: 100%   
}
#big-image h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 100;
    color: #353535;
    margin-bottom: 0rem;
}
#big-image h2{
    font-size: 2rem;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 400;
    color: #353535;
    /* border-bottom: 2px solid #353535; */
    /* margin-bottom: .5rem; */
    /* margin-top: 1rem; */
}
#Google {
   background-color: #4d90fe !important;
   border-color: #4d90fe !important;
   color: white !important;

}
#Google:before {
	font-family: FontAwesome;
	content: "\f1a0";
	padding-right: 15px;
	font-size: 1.5rem;
}
#Google:hover {
   background-color: #447cd8 !important;
   border-color: #4d90fe !important;
   color: white !important;
}
#Facebook {
   background-color: #4267B2 !important;
   border-color: #4267B2 !important;
   color: white !important; 
}
#Facebook:before {
	font-family: FontAwesome;
	content: "\f09a";
	padding-right: 15px;
	font-size: 1.5rem;      
}
#Facebook:hover {
   background-color: #314c82 !important;
   border-color: #314c82 !important;
   color: white !important;
}
.alert-danger a {
	text-decoration: underline !important;
}
.alert-danger{
	padding: 8px !important;
	margin-bottom: 10px; 
	border-radius: 3px;	
}
.special-link {
    text-decoration: underline !important;
}
.alert-secondary {
   font-size: 14px;
}
.alert-warning {
   font-size: 14px;
}