﻿html,
body {
    height: 100%;
}

body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f9fbfd;
}

div.text-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.form-signin, .form-resetpassword, #socialLoginForm, #footer-text {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    #footer-text {
        font-size:14px; 
    }

    .form-signin .checkbox {
        font-weight: 400;
    }

.form-signin input.form-control, .form-resetpassword input.form-control, #socialLoginForm form input.form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 14px;
}

    .form-signin input.form-control:focus, .form-resetpassword input.form-control:focus {
        z-index: 2;
    }

    .form-signin input[type="email"], .form-signin #Input_Username {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.forgot-password #Input_Username, .form-resetpassword #Input_UserName {
    border-radius: .25rem;
}

.form-resetpassword #Input_Password {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"], .form-resetpassword #Input_ConfirmPassword {
    margin-bottom: 10px;
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-resetpassword #Input_UserName, .form-resetpassword #Input_ConfirmPassword, .form-signin #Input_Password {
    margin-bottom: 10px;
}

#internet-explorer-warning {
    display: none;
}

#userLoginForm .alert-info a {
    color: #007bff !important;
}