﻿nav.navbar {
    box-shadow: 0 1px 5px 3px #bbb;
}
/*ul.navbar-nav-user {
    flex-direction: column !important;

}*/

li.nav-item-user {
}

button#logout:hover, span.userNameMenu:hover {
    text-decoration: underline;
}

.dropdown-toggle {
    color: #6d6e71 !important;
}


button.btn-login, a.btn-login {
    background-color: #ff0090 !important;
    color: white !important;
    border-color: #ff0090 !important;
    border-radius: unset !important;
    box-shadow: 1px 1px 4px 2px #bbb !important;
}

    button.btn-login:hover, a.btn-login:hover {
        background-color: #d21174 !important;
        color: white !important;
        border-color: #d21174 !important;
        border-radius: unset !important;
        box-shadow: 1px 1px 4px 2px #bbb !important;
    }

button.btn-resetpwd, a.btn-resetpwd {
    background-color: #1268b3 !important;
    color: white !important;
    border-color: #1268b3 !important;
    border-radius: unset !important;
    box-shadow: 1px 1px 4px 2px #bbb !important;
}

    button.btn-resetpwd:hover, a.btn-resetpwd:hover {
        background-color: #174f82 !important;
        color: white !important;
        border-color: #174f82 !important;
        border-radius: unset !important;
        box-shadow: 1px 1px 4px 2px #bbb !important;
    }

button.btn-delete, a.btn-delete {
    border-radius: unset !important;
    box-shadow: 1px 1px 4px 2px #bbb !important;
}

    button.btn-delete:hover, a.btn-delete:hover {
        border-radius: unset !important;
        box-shadow: 1px 1px 4px 2px #bbb !important;
    }

button.btn-grey, a.btn-grey {
    border-radius: unset !important;
    box-shadow: 1px 1px 4px 2px #bbb !important;
}

    button.btn-grey:hover, a.btn-grey:hover {
        border-radius: unset !important;
        box-shadow: 1px 1px 4px 2px #bbb !important;
    }


.centre {
    display: flex;
    flex-direction: row;
    justify-content: center
}

#fieldhub1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#fieldhub2 {
    display: flex;
    justify-content: space-between;
}


.circle1 {
    height: 105px;
    width: 105px;
    background-color: #1268b3;
    border-radius: 50%;
    display: inline-block;
}

#circle1Position {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}


.circle2 {
    height: 225px;
    width: 225px;
    background-color: #ff0090;
    border-radius: 50%;
    display: inline-block;
}

#circle2Position {
    padding-right: 40px
}

.circle3 {
    height: 65px;
    width: 65px;
    background-color: #6d6e71;
    border-radius: 50%;
    display: inline-block;
}

#circle3Position {
    padding-left: 0px
}

#logo {
    padding-right: 168px;
    padding-top: 50px;
}


#forgotPasswordPosition {
    float: right
}

#ct {
}

.btn-primary {
    background-color: #d21174 !important;
    border-color: #d21174 !important;
}

    .btn-primary:hover {
        background-color: #174f82 !important;
        border-color: #174f82 !important;
    }

h4 {
    color: #6d6e71
}