﻿.login-logo {
    color: floralwhite;
    font-size: 65px
}

    .login-logo b {
        font-size: 55px
    }

.login-box-body {
    -webkit-box-shadow: -4px 4px 10px -2px rgba(163,153,163,1);
    -moz-box-shadow: -4px 4px 10px -2px rgba(163,153,163,1);
    box-shadow: -4px 4px 10px -2px rgba(163,153,163,1);
}

.glyphicon {
    color: purple !important
}

.login-page {
    /*background-color: #222d32*/
    background: #63314f;
    background: -moz-linear-gradient(45deg, #63314f 0%, #63314f 0%, #b00060 100%);
    background: -webkit-linear-gradient(45deg, #63314f 0%,#63314f 0%,#b00060 100%);
    background: linear-gradient(45deg, #63314f 0%,#63314f 0%,#b00060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63314f', endColorstr='#b00060',GradientType=1 );
}

.callout-danger .icon {
    margin-right: 10px;
}

.form-control {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}