﻿.loginForm {
    background: #FFFFFF;
    max-width: 500px;
    margin: auto auto auto auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.btn-primary {
    background-color: #03a678 !important;
    border-color: #03a678 !important;
    color: white !important;
}


.externalLoginForm {
    max-width: 500px;
    margin: 0 20px auto;
}
.loginFormText {
    text-align: center;
    padding: 45px 45px 45px 45px;
}

.forgotPasswordForm {
    background: #FFFFFF;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

.externalLogin {
    border-style: none !important;
    width:50px;
}

.loginForm #logo {
    width: 85% !important;
    margin-bottom: 2em;
}

    .loginForm .btn {
        width: 100% !important;
    }

    .loginForm a {
        color: #2f4f4f !important;
        text-decoration: none !important;

    }

    .loginForm label {
        display: flex !important;
        font-weight: normal !important;
    }

hr {
    border-left: 6px solid green;
    height: 500px;
    text-align: center;
}

.buttonLogin {
    padding: 20px;
    margin: 20px;
    width: 75% !important;
    border-style:none !important;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:bold;
    font-size: medium;
}
.buttonBack {
    border-style: none !important;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: medium;
}
.buttonBackImage {
    vertical-align: top;
    width: 20px;
    margin-right:2px;
}


.nhsLoginLogo {
    /*background-image: url('images/nhsloginlogo.png');
    position: left;
    padding-left: 30px;*/
    background-size: 50px;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin: 10px;
}

.customHeader {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #4D8ECD;
    font-size: x-large;
}


#bh-logo {
    width: 7em;
}

.k-button {
    margin-top:0;
}

.k-rounded-md {
    padding-top:0px;
    margin-top:0px;
}