﻿.m-b-5 {
    margin-bottom: 5px;
}

.login-box-msg, .register-box-msg {
    padding: 0 5px;
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
}

.has-feedback .glyphicon {
    color: #8c8c8c;
}

.login-page {
    /*width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -180px;
    background-color: #fff !important;
    padding: 20px;*/
  
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
    border: solid 1px #0669b2;
    box-shadow: 0 1px 2px 0 rgba(85,85,85,.5);
    margin-top: 180px;
}

.formTitle {
    max-width: 360px;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 30px;
    text-align: center;
    border: solid 1px #0669b2;
    box-shadow: 0 1px 2px 0 rgba(85,85,85,.5);
}

    .form .validation-summary-errors ul {
        padding-left: 0;
        list-style: none !important;
        color: darkred;
    }

        .form .validation-summary-errors ul li {
            text-align: left;
            font-size: 12px;
            color: #000;
        }


    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        /*background: #f2f2f2;*/
        width: 100%;
        border: solid 1px #0669b2;
        margin: 0 0 15px;
        padding: 12px;
        box-sizing: border-box;
        font-size: 14px
    }

    .form .submit-button {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #208625;
        width: 100%;
        border: 0;
        padding: 10px;
        color: #FFFFFF;
        font-size: 18px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
        margin-top: 20px;
        font-weight: 600;
    }

        .form .submit-button:hover {
            background-color: #ffcd22;
            color: #000;
        }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 15px;
        text-align: left;
    }

        .form .message a {
            color: #ff0000;
            text-decoration: none;
            text-align: left;
            font-weight:600;
        }

    .form .register-form {
        display: none;
    }


.member-link {
    width: 100%;
    margin-top: 20px;
}

.member-link a {
    color: #0669b2;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}


    .member-link a:hover {
        color: #208625;
        text-decoration: underline;
  
    }

.select-country {
    display: block;
    */ width: 100%;
    padding: 6px;
    /* clear: both; */
    font-weight: 500;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    /* height: 36px; */
    border: solid 1px #000;
    font-family: "Roboto", sans-serif;
    outline: 0;
    /*background: #f2f2f2;*/
    width: 100%;
    border: solid 1px #0669b2;
    margin: 0 0 15px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
}


.form-check-block {
    display: inline-block;
    float: left;
    width: 100%;
}
.member-checkbox {
    position: relative;
    display: inline-block;
    float: left;
    width: 30px !important;
    height: 30px;
    padding-left: 0px !important;
}

.form-member-label {
    margin-bottom: 0;
    color: #000;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}

.form-member-label:hover {
    margin-bottom: 0;
    color: #ff0000;
    cursor: pointer;
}


.form register-box-body {
    font-size: 16px;
    font-family: arial,sans-serif;
    padding-top: 40px;
}

.register-box {

    padding: 16px 10px 10px 20px;
    text-align: center;
}

.send-email-text {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}