﻿/*#LogSignup body {
    background: #F0F3F4;
}*/
#regPage #LogSignup {
    width:425px; 
}


#LogSignup .blmd-wrapp {
     width: 100%;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    height: auto;
    width: 90%;
    margin-top: 10vh;
    background: #fff;
    padding: 1em 0 0 0;
    position: relative;
    transition: height 0.5s;*/
}

    #LogSignup .blmd-wrapp .blmd-header-wrapp {
        clear: both;
        position: relative;
    }

        #LogSignup .blmd-wrapp .blmd-header-wrapp .blmd-switches {
            position: relative;
            z-index: 3;
        }

            #LogSignup .blmd-wrapp .blmd-header-wrapp .blmd-switches > button {
                position: absolute;
                right: -30px;
                top: 35px;
                transition: all 1s;
            }

                #LogSignup .blmd-wrapp .blmd-header-wrapp .blmd-switches > button.active {
                    right: 50%;
                    top: -45px;
                    margin-right: -32px;
                    background: #ffc066;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transition: all .5s;
                }

    #LogSignup .blmd-wrapp .blmd-continer {
        /*padding: 15px;*/
        height: auto;
        overflow: hidden;
    }

        #LogSignup .blmd-wrapp .blmd-continer form {
            max-height: auto;
            transition: all 0.5s;
        }

            #LogSignup .blmd-wrapp .blmd-continer form > h1 {
                padding: 15px 0 15px 30px;
                margin-right: -15px;
                margin-left: -15px;
                position: relative;
            }

            #LogSignup .blmd-wrapp .blmd-continer form.form-hidden {
                max-height: 0;
                overflow: hidden;
                margin: 0;
                transition: all 0.5s;
            }

            #LogSignup .blmd-wrapp .blmd-continer form#login-form > h1 {
                /*border-left: 5px solid #26a69a;*/
                font-size: 25px;
                color: #A9A9A9;
            }

            #LogSignup .blmd-wrapp .blmd-continer form#Register-form > h1 {
                /*border-left: 5px solid #ffc066;*/
                color: #fff;
            }

            #LogSignup .blmd-wrapp .blmd-continer form #Register-form .blmd-form .blmd-line:after {
                background: #ffc066;
            }

#Register-form .blmd-wrapp .blmd-continer form#Register-form .blmd-form .blmd-line:after {
    background: #ce2d42;/*#26a69a;*/
}

#LogSignup .blmd-wrapp .blmd-continer form#Register-form .blmd-form .form-control {
    color: gray;
    font-size: 15px;
}

#Register-form .blmd-wrapp .blmd-continer form#Register-form .blmd-form .form-control {
    color: gray;
}

#LogSignup .blmd-wrapp .blmd-continer form #Register-form .blmd-form .blmd-label {
    color: #fff;
}

#LogSignup .blmd-wrapp .blmd-continer form#Register-form.animate {
    -webkit-animation: fadein .75s;
    -moz-animation: fadein .75s;
    -ms-animation: fadein .75s;
    -o-animation: fadein .75s;
    animation: fadein .75s;
}

#LogSignup .blmd-wrapp .blmd-continer form#Register-form.animate-out {
    -webkit-animation: fadeout .75s;
    -moz-animation: fadeout .75s;
    -ms-animation: fadeout .75s;
    -o-animation: fadeout .75s;
    animation: fadeout .75s;
}

#LogSignup .blmd-wrapp .blmd-color-conatiner {
    position: absolute;
    right: 0;
    top: 0;
    left: -1px;
    bottom: -1px;
    border-radius: 3px;
}

#LogSignup .btn-blmd {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}

    #LogSignup .btn-blmd:active,
    #LogSignup .btn-blmd.active,
    #LogSignup .btn-blmd:focus,
    #LogSignup .btn-blmd:active:focus,
    #LogSignup .btn-blmd.active:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    #LogSignup .btn-blmd.btn {
        border: 0;
    }

        #LogSignup .btn-blmd.btn:focus,
        #LogSignup .btn-blmd.btn:active,
        #LogSignup .btn-blmd.btn.active,
        #LogSignup .btn-blmd.btn:active:focus,
        #LogSignup .btn-blmd.btn.active:focus {
            outline: 0;
            outline-offset: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #LogSignup .btn-blmd.btn.btn-circle {
            padding: 15px;
            border-radius: 50%;
            line-height: 0px;
        }

            #LogSignup .btn-blmd.btn.btn-circle.btn-lg {
                padding: 20px;
            }

            #LogSignup .btn-blmd.btn.btn-circle.btn-sm {
                padding: 10px;
            }

            #LogSignup .btn-blmd.btn.btn-circle.btn-xs {
                padding: 5px;
            }

        #LogSignup .btn-blmd.btn.btn-default {
            background: #fff;
            color: rgba(0, 0, 0, 0.87);
        }

            #LogSignup .btn-blmd.btn.btn-default:hover,
            #LogSignup .btn-blmd.btn.btn-default:focus {
                background: #f2f2f2;
            }

        #LogSignup .btn-blmd.btn.btn-primary {
            background: #465866;
            color: #fff;
        }

            #LogSignup .btn-blmd.btn.btn-primary:hover,
            #LogSignup .btn-blmd.btn.btn-primary:focus {
                background: #3c4b57;
            }

        #LogSignup .btn-blmd.btn.btn-info {
            background: #33a7cf;
            color: #fff;
        }

            #LogSignup .btn-blmd.btn.btn-info:hover,
            #LogSignup .btn-blmd.btn.btn-info:focus {
                background: #2c97bc;
            }

        #LogSignup .btn-blmd.btn.btn-success {
            border-color: #ce2d42; /*#149285;*/
            background: #ce2d42; /*#209e91;*/
            color: #fff;
        }

            #LogSignup .btn-blmd.btn.btn-success:hover,
            #LogSignup .btn-blmd.btn.btn-success:focus {
                background: #ce2d42; /*#219187;*/
            }

        #LogSignup .btn-blmd.btn.btn-warning {
            background: #ffc066;
            color: #fff;
        }

            #LogSignup .btn-blmd.btn.btn-warning:hover,
            #LogSignup .btn-blmd.btn.btn-warning:focus {
                background: #ffb54c;
            }

        #LogSignup .btn-blmd.btn.btn-danger {
            background: #d65c4f;
            color: #fff;
        }

            #LogSignup .btn-blmd.btn.btn-danger:hover,
            #LogSignup .btn-blmd.btn.btn-danger:focus {
                background: #d1493a;
            }

        #LogSignup .btn-blmd.btn.btn-link {
            background: #dddddd;
            color: rgba(0, 0, 0, 0.87);
        }

            #LogSignup .btn-blmd.btn.btn-link:hover,
            #LogSignup .btn-blmd.btn.btn-link:focus {
                background: #d0d0d0;
            }

#LogSignup .ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#LogSignup .ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    opacity: 0.5;
}

    #LogSignup .ink.animate {
        -webkit-animation: ripple .75s linear;
        -moz-animation: ripple .75s linear;
        -o-animation: ripple .75s linear;
        animation: ripple .75s linear;
    }

    #regPage .footer {
    margin: 0 auto;
    padding: 0 20px;
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple {
    100% {
        opacity: 0;
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.ripple-effect-All {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ink-All {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #ce2d42;/*#26a69a;*/
    opacity: 1;
}

    .ink-All.animate {
        -webkit-animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
        -moz-animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
        -o-animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
        animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
    }

@keyframes ripple-All {
    100% {
        opacity: 1;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple-All {
    100% {
        opacity: 1;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple-All {
    100% {
        opacity: 1;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple-All {
    100% {
        opacity: 1;
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple-All {
    100% {
        opacity: 1;
        -o-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#LogSignup .blmd-form {
    margin: 2.5rem 0;
    position: relative;
    width: 100%;
}

    #LogSignup .blmd-form .input-group-addon {
        border-width: 0 0 1px;
        min-width: 42px;
        padding: 6px 12px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        color: #2e353b;
        text-align: center;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0;
    }

    #LogSignup .blmd-form .blmd-line {
        /*display: inline-block;
        width: 100%;
        position: relative;
        padding-top: 3%;
        vertical-align: top;*/
        display: inline-block;
        width: 100%;
        position: relative;
        padding-top: 3%;
        vertical-align: top;
    }



        #LogSignup .blmd-form .blmd-line.blmd-toggled:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        #LogSignup .blmd-form .blmd-line.blmd-toggled.hf:after {
            display: none;
        }

        #LogSignup .blmd-form .blmd-line.blmd-toggled .blmd-label {
            top: -10px;
            font-size: 11px;
        }

#Register-form .blmd-form .blmd-line:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #ce2d42;/*#26a69a;*/
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#LogSignup .blmd-form .blmd-line:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #ce2d42;/*#26a69a;*/
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#LogSignup .blmd-form .form-control {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background: 0 0;
    z-index: 1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

#LogSignup .blmd-form .blmd-label {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    top: 5px;
    font-weight: 400;
    color: #959595;
    pointer-events: none;
    z-index: 0;
    left: 0;
    white-space: nowrap;
}

#Register-form .blmd-form .form-control {
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background: 0 0;
    z-index: 1;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

#Register-form .blmd-form .blmd-label {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    position: absolute;
    top: 5px;
    font-weight: 400;
    color: #959595;
    pointer-events: none;
    z-index: 0;
    left: 0;
    white-space: nowrap;
}
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);


#Register-form {
    width: 100%;
    margin: 25px auto;
    margin-bottom:0px;
    text-align: center;
    position: relative;
}

    #Register-form fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        width: 96%;/*80%;*/
        margin: 0 3%;/*0 10%;*/
        /*stacking fieldsets above each other*/
        position: relative;
    }
        /*Hide all except first fieldset*/
        #Register-form fieldset:not(:first-of-type) {
            display: none;
        }
    /*inputs*/
    #Register-form input, #Register-form textarea {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        /*margin-bottom: 10px;*/
        width: 100%;
        box-sizing: border-box;
        font-family:Roboto,Helvetica Neue,sans-serif; 
        /*font-family: montserrat;*/
        color: #2C3E50;
        font-size: 13px;
    }

    #Register-form .action-button2[disabled] {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        background-color: #F5DEB3;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }
      #Register-form .action-button[disabled] {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        background-color: #F5DEB3;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

    #Register-form .action-button2 {
        width: 100%;
        background: #27AE60;
        font-weight: bold;
        margin-top: 5%;
        color: white;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 11px 4px;
        font-size: 15px;
    }
    /*buttons*/
    #Register-form .action-button {
        /*width: 100px;
	background: #27AE60;
    
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;*/
        width: 100%;
        /*background: #27AE60;*/
        font-weight: bold;
        color: white;
        margin-top: 9%;/*19%;*/
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 11px 4px;
        font-size: 15px;
        /* margin: 10px 5px; */
    }



        #Register-form .action-button:hover, #Register-form .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #ce2d42;/*#27AE60;*/
        }

    #Register-form .action-button2:hover, #Register-form .action-button2:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #ce2d42;/*#27AE60;*/
    }
/*headings*/
.fs-title {
    font-size: 15px !important;
    text-transform: uppercase;
    color: #ce2d42;/*#2C3E50;*/
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px !important;
    color: #666;
    margin-bottom: 20px;
    line-height:17px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 0px;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        /*list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 49.33%;
        float: left;
        position: relative;*/
        list-style-type: none;
        color: #4c4c4c;/*white;*/
        text-transform: uppercase;
        font-weight: 500;
        font-size: 10.5px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #333;
            background: white;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        /*#progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1;
        }*/
        #progressbar li:after {
            content: '';
            width: 92%;
            height: 2px;
            background: #d8d8d8;/*white;*/
            position: absolute;
            left: -46%;
            top: 9px;
            /* z-index: -1; */
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #ffc066;
            color: white;
        }


        .ng-hide.ng-hide-animate{
     display: none !important;
}