﻿
.regMain {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

.login-page {
    width: 460px;
    padding: 8% 0 0;
    margin: auto;
}

.login-reg-page {
    width: 860px;
    padding: 8% 0 0;
    margin: auto;
}

.regnote {
    padding: 7px;
    background-color: #e8e8e8;
    border-radius: 6px;
    margin-bottom: 3px;
    font-size: smaller;
    font-weight: bold;
    font-style: italic;
}

.hide {
    display: none;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #4117ad;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .form button:hover, .form button:active, .form button:focus {
            background: #4800ff;
        }

    .form .message {
        margin: 15px 0 0;
        color: #212529;
        font-size: 17px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .form .register-form {
        display: none;
    }

.container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }

body {
    background: #4d4d4d;
    background: -webkit-linear-gradient(right, #3cb2e5, #075081);
    background: -moz-linear-gradient(right, #3cb2e5, #075081);
    background: -o-linear-gradient(right, #3cb2e5, #075081);
    background: linear-gradient(to left, #3cb2e5, #075081);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hand{
    cursor:pointer;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .multi-steps > li {
        counter-increment: stepNum;
        text-align: center;
        display: table-cell;
        position: relative;
        color: tomato;
    }

        .multi-steps > li:before {
            content: '\f00c';
            content: '\2713;';
            content: '\10003';
            content: '\10004';
            content: '\2713';
            display: block;
            margin: 0 auto 4px;
            background-color: #fff;
            width: 36px;
            height: 36px;
            line-height: 32px;
            text-align: center;
            font-weight: bold;
            border-width: 2px;
            border-style: solid;
            border-color: tomato;
            border-radius: 50%;
        }



        .multi-steps > li:last-child:after {
            display: none;
        }

        .multi-steps > li.is-active:before {
            background-color: #f0664d;
            border-color: #ededed;
            color: white;
        }

        .multi-steps > li.is-active ~ li {
            color: #808080;
        }

            .multi-steps > li.is-active ~ li:before {
                background-color: #fff;
                border-color: #dadada;
            }



.k-switch-label-on {
    display: block;
    color:white;
}
.k-switch-label-off {
     display: block; 
     color:#4d4d4d;
   
}



@media (max-width: 575px) {
    .container, .container-sm {
        width: 100%;
    }

    .login-reg-page {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .regMain {
        width: 360px;
    }
}

@media (min-width: 768px) {
    .rgSpace {
        /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1) !important;*/
        /*border: 1px solid #dee2e6 !important;*/
        margin-bottom: 15px;
        border-bottom: 2px solid rgba(2, 70, 96, 0.08) !important;
    }
    
}

@media (min-width: 857px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }    
}

@media (max-width: 856px) {
    .card-deck {
        display: block;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    
}
@media (min-width: 1085px) {

    .rmenu {
        font-size: 20px !important;
    }
}

@media (max-width: 1086px) {    

    .rmenu {
        font-size: 16px !important;
    }
}