﻿
.login-background {
    background-color:  #113b72;  /*#1C5E55;*/ /*  #419345;   #668c68 #80b282 #b1f7b5  #62cbe3;*/ /*  Colour is also in   D:\Websites\Festival\style.css  */
}

.LoginButton {
    border-radius: 20px;
    background-color: white;
    border: none;
    color:  #113b72;  /*#1C5E55;*/
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 10px 10px 10px;
    font-weight: bold;
    width: 300px;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

    .LoginButton:hover {
        border-radius: 20px;
        background-color: Black;
        border: none;
        color: white;
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        padding: 5px 10px 10px 10px;
        font-weight: bold;
        width: 300px;
        height: 40px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }

    .LoginButton:focus  {
        border-radius: 20px;
        background-color: Black;
        border: none;
        color: white;
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        padding: 5px 10px 10px 10px;
        font-weight: bold;
        width: 300px;
        height: 40px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }

.PasswordButton {
    border-radius: 20px;
    background-color: white;
    border: none;
    color:  #113b72;  /*#1C5E55;*/
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 10px 10px 10px;
    font-weight: bold;
    width: 300px;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

    .PasswordButton:hover {
        border-radius: 20px;
        background-color: black;
        border: none;
        color: white;
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        padding: 5px 10px 10px 10px;
        font-weight: bold;
        width: 300px;
        height: 40px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }

.SignUpButton {
    border-radius: 20px;
    background-color: white;
    border: none;
    color:  #113b72;  /*#1C5E55;*/
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 10px 10px 10px;
    font-weight: bold;
    width: 300px;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
    /* Original CSS         class="button button-3d button-dark button-large btn-block center" style="margin-top: 30px;"  */

    .SignUpButton:hover {
        border-radius: 20px;
        background-color: black;
        border: none;
        color: white;
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        padding: 5px 10px 10px 10px;
        font-weight: bold;
        width: 300px;
        height: 40px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
    }





.button-box {
    width: 400px;
    height: 152px;
    padding: 48px 76px 0 66px;
    color: #ebebeb;
    font: 12px Arial, Helvetica, sans-serif;
    background-color:  #113b72;  /*#1C5E55;*/
    border-radius: 20px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .button-box img {
        border: none;
    }

    .button-box h2 {
        padding: 0;
        margin: 0;
        color: #ebebeb;
        font: bold 44px "Calibri", Arial;
    }










.login-box {
    width: 400px;
    height: 452px;
    padding: 48px 76px 0 66px;
    color: #ebebeb;
    font: 12px Arial, Helvetica, sans-serif;
    background-color:  #113b72;  /*#1C5E55;*/
    border-radius: 20px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




    .login-box img {
        border: none;
    }

    .login-box h2 {
        padding: 0;
        margin: 0;
        color: #ebebeb;
        font: bold 44px "Calibri", Arial;
    }


.login-box-name {
    float: left;
    display: inline;
    width: 80px;
    text-align: right;
    padding: 14px 10px 0 0;
    margin: 0 0 7px 0;
}

.login-box-field {
    float: left;
    display: inline;
    width: 180px;
    margin: 0;
    margin: 0 0 7px 0;
}


.form-login {
    width: 180px;
    padding: 10px 4px 6px 3px;
    border: 1px solid #0d2c52;
    background-color: #f4f4f4;
    font-size: 16px;
    color: #000000;
}

.login-box-options {
    clear: both;
    padding-left: 87px;
    font-size: 11px;
}

    .login-box-options a {
        color: #ebebeb;
        font-size: 11px;
    }


.password-box-name {
    float: left;
    display: inline;
    width: 60px;
    text-align: right;
    padding: 14px 10px 0 0;
    margin: 0 0 7px 0;
}


.password-box-field {
    float: left;
    display: inline;
    width: 180px;
    margin: 0;
    margin: 0 0 7px 0;
}











