﻿#img {
    background-image: url('../Images/logo1.png');
    background-repeat: no-repeat;
}

.button1 {
    color: #fff;
    display: inline-block;
    width: 115px;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 2px;
    margin-top: 0px;
    padding: 6px 10px;
    min-width: auto;
    border: none;
    height: 40px;
    line-height: 28px;
    text-transform: none;
}

    .button1:hover, .button1:focus, .button1:active {
        color: #fff;
        background: #2384c4;
        outline: none;
    }

a {
    color: #2f94d7;
    text-decoration: none;
    line-height: inherit;
}

ul {
    text-decoration: none;
    list-style-type: none;
    text-align: left;
}

    ul li {
        list-style-type: none;
        width: 100px;
    }

.form-group {
    display: flex;
}


#resetPassword {
    float: right;
    font-size: 100%;
    position: relative;
    top: -10px;
    color: white;
    display: none;
}

.marginBottom25 {
    margin-bottom: 25px
}

.marginTop10 {
    margin-top: 10px
}

.marginTop50 {
    margin-top: 50px
}

.paddingTop30 {
    padding-top: 30px
}

.displayNone {
    display: none
}

.forgotPassword {
    border-top: 1px solid #888;
    padding-top: 15px;
    font-size: 100%
}

.marginLeft10 {
    margin-left: 10px;
}