﻿.login-content {
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.login-box {
    margin: 0% auto !important;
}


.login-logo {
    margin-bottom: 5px;
}

.login-box-custom-style {
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0);
    position: relative;
    z-index: 11;
    max-width: 300px;
    margin: 0 auto;
}

.login-logo img {
    width: 100%;
}

.client-register-box-custom-style {
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0);
    position: relative;
    z-index: 11;
    max-width: 500px;
    margin: 0 auto;
}

.btn-darkred {
    background: #da291c;
    color: #fff;
}


.btn-darkred:hover { color: #f3f3f3 !important; }

.lgn-link {
    margin-top: 10px;
}

.lgn-link a {
    color: #da291c;
}


.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #da291c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.login-message {
    margin-bottom: 10px;
    text-align: center;
}


.client-register-box-custom-style {
    -ms-border-radius: 6px;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0);
    position: relative;
    z-index: 11;
    max-width: 500px;
    margin: 0 auto;
}

.btn-darkred {
    background: #da291c;
    color: #fff;
}

    .btn-darkred:hover {
        color: #f3f3f3 !important;
    }

.container-checkbox {
    width: 60px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-custom {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-custom {
    background-color: #da291c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-custom:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-custom:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-custom:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
