﻿/*#region General Styles */
body.login {
    background: transparent url('../../images/login-bg.png') repeat center center;
    font-size: 13px;
}

.register-full {
    display: block;
    width: 100%;
    padding: 10px;
}

    .register-full .register-header {
        display: block;
        height: 40px;
        line-height: 35px;
        background-color: #322482;
        border-radius: 5px;
        position: relative;
        margin: 10px 0;
    }

        .register-full .register-header > span {
            position: absolute;
            height: 36px;
            top: 5%;
            left: 0.4%;
            background: #ffffff;
            padding: 0px 15px;
            font-size: 15px;
            text-align: center;
            border-top-left-radius: 5px;
            font-weight: 500;
            border-bottom-left-radius: 5px;
        }

    .register-full .register-col100 {
        display: table;
        width: 100%;
    }

        .register-full .register-col100 .send-btn {
            display: table;
            height: 35px;
            line-height: 35px;
            border: 1px solid #505050;
            border-radius: 3px;
            text-decoration: none;
            padding: 0 5px;
            min-width: 140px;
            text-align: center;
            background: rgb(255, 255, 255, 0.60);
            position: relative;
            float: right;
            color: #333333;
        }

        .register-full .register-col100 .send-btn {
            margin-top: 10px;
        }

            .register-full .register-col100 .send-btn .symbol {
                position: absolute;
                width: 10px;
                height: 31px;
                /*background-color: #E20A11;*/
                top: 2px;
                left: 2px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                z-index: 1;
            }

    .register-full .register-col50 {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

    .register-full .register-col33 {
        display: table-cell;
        width: 33%;
        vertical-align: middle;
    }

    .register-full .register-col25 {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
    }

    .register-full .register-col50:first-child {
        padding-right: 5px;
    }

    .register-full .register-col50:last-child {
        padding-left: 5px;
    }

    .register-full .register-col {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }

        .register-full .register-col > span {
            display: block;
            width: 100%;
            padding-bottom: 5px;
            font-size: 14px;
            color: #000000;
            position: relative;
        }

            .register-full .register-col > span > strong {
                font-size: 24px;
                font-weight: 400;
                position: absolute;
                top: 0;
                line-height: 20px;
                padding-left: 3px;
            }

        .register-full .register-col > .input-col {
            display: block;
            width: 100%;
            position: relative;
        }

        .register-full .register-col > .input-col-checkbox {
            display: table;
            position: relative;
            padding-top: 5px;
            margin: 0 auto;
            min-width: 150px;
        }

            .register-full .register-col > .input-col-checkbox > input[type="checkbox"] {
                opacity: 0;
                position: absolute;
            }

            .register-full .register-col > .input-col-checkbox > label {
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                border: 2px solid #333333;
                border-radius: 3px;
                position: relative;
                cursor: pointer;
            }

            .register-full .register-col > .input-col-checkbox > span {
                display: inline-block;
                vertical-align: middle;
                padding-left: 10px;
            }

            .register-full .register-col > .input-col-checkbox > input[type="checkbox"]:checked + label {
                border-color: #008000;
            }

                .register-full .register-col > .input-col-checkbox > input[type="checkbox"]:checked + label:after {
                    font-family: arial;
                    -ms-transform: scaleX(-1) rotate(-35deg); /* IE 9 */
                    -webkit-transform: scaleX(-1) rotate(-35deg); /* Chrome, Safari, Opera */
                    transform: scaleX(-1) rotate(-35deg);
                    content: "L";
                    position: absolute;
                    top: -2px;
                    left: 3px;
                    color: #008000;
                }

        .register-full .register-col > .input-col > span {
            position: absolute;
            width: 10px;
            height: 30px;
            /*background-color: #E20A11;*/
            top: 2px;
            left: 2px;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            z-index: 1;
        }



        .register-full .register-col > .input-col > input[type="text"],
        .register-full .register-col > .input-col > input[type="password"] {
            display: block;
            width: 100%;
            height: 35px;
            line-height: 35px;
            background: 0;
            border: 1px solid #505050;
            border-radius: 3px;
            position: relative;
            padding-left: 50px;
            background: rgba(255, 255, 255, 0.60);
            font-family: 'Raleway', sans-serif;
            font-size: 14px;
        }

.register-rdb-box {
    margin-bottom: 15px;
}

.switch-field {
    display: flex;
    overflow: hidden;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        /*background-color: #e4e4e4;*/
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: none;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #322482;
        color: #FFF;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
        font-weight: 700;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

.form-top-infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.form-name {
    flex: 1 0 50%;
    max-width: 50%;
}

    .form-name span {
        font-size: 24px;
        color: #322482;
        font-weight: 700;
    }

.form-logo {
    flex: 1 0 0;
    text-align: end;
    padding: 12px;
}

    .form-logo img {
        max-width: 20%;
    }

@media screen and (max-width: 1366px) {
    .register-full .register-col25 {
        width: 50%;
        float: left;
    }
}
/*#endregion */

/*#region Responsive Styles */

@media screen and (max-width: 1024px) and (min-width: 992px) {

    .register-full .register-col25 {
        width: 50%;
        float: left;
    }

    .register-full .register-header > span:after {
        right: -11px;
    }
}


@media screen and (max-width: 992px) and (min-width: 501px) {

    .register-full .register-col25 {
        width: 50%;
        float: left;
    }

    .register-full .register-header > span:after {
        right: -11px;
    }
}

@media screen and (max-width: 500px) and (min-width: 320px) {

    .register-full .register-col33 {
        width: 100%;
    }

    .login-box-full .login-box-main .login-box-image {
        display: none;
    }

    .register-full .register-col50 {
        display: table;
        width: 100%;
        padding: 0;
    }
}

/*
@media only screen and (width : 1024px) {}

@media only screen and (min-width : 501px) and (max-width : 1023px) {}

@media only screen and (max-width : 500px) {}
*/
/*#endregion */
