﻿.dialog {
    width: 300px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #bdb7b7;
    margin: 25px auto;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #cecccc;
}

login-div {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.login-page-section {
    padding: 15px;
    padding-bottom: 8px;
    min-height: 373px;
    background: #f2f2eb;
}

.container1 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

.login-page-register-section {
    padding: 5px 40px;
    background: #d3d7e6;
    text-align: center;
}

.btn-blue {
    background-color: #3879d9;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.btn-dark {
    background-color: #d47270;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.login-page-section .alert-success {
    background: transparent !important;
    border-radius: 50px;
    font-size: 15px;
    color: #7ac142;
    padding: 0px 0px;
    border: solid 0px #fff;
    margin-top: 1px;
}

.loginpage-container {
    background: #f5f6fa;
    box-shadow: 0px 0px 0px #000;
    padding: 0px;
    margin: 0px 0px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px dashed #dcdbdb;
}

.col-md-offset-2 {
    margin-left: 33.666666666666664%;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    background-color: #ff7722;
    color: #fff;
    border-top: 2px solid #080808;
}

p {
    margin: 10px;
}

.navbar-inverse {
    background-color: #ff7722;
    /*border-color: #080808;*/
    border-bottom: 2px solid #080808;
}
/*Registration CSS*/
.page-bg {
    background: #e2e2e2;
}

.register-main {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .register-main h2 {
        font-size: 50px;
        font-weight: 700;
        color: #434142;
        text-align: center;
        padding: 0px;
        margin: 0px;
        margin-bottom: 7px;
    }

    .register-main p {
        font-size: 14px;
        font-weight: 600;
        color: #434142;
/*        text-align: center;*/
        margin: 0px;
        margin-bottom: 30px;
        font-style: normal;
    }

.RegisterPage-container {
    background: #fff;
    box-shadow: 0px 0px 0px #000;
    padding: 15px 20px 20px;
    margin-bottom: 40px;
}

.register-main p {
    font-size: 14px;
    font-weight: 600;
    color: #434142;
/*    text-align: center;*/
    margin-top: 20px;

    margin-bottom: 10px;
    font-style: normal;
}

.mt10 {
    margin-top: 18px;
}

.col-md-offset-21 {
    margin-left: 16.666666666666664%;
}

.register-form .form-group {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 7px;
}

.register-form .control-label {
    text-align: left;
    line-height: 23px;
    padding-top: 0px;
}

.register-main label {
    font-size: 13px;
    color: #5f5f5f;
    text-transform: none;
    font-weight: normal;
}

.divider {
    width: 5px;
    height: auto;
    display: inline-block;
    /*style ="float:left; width:450px"*/
}

.register-main input {
    /* background: #fff; */
    color: #3a3a3a;
    border: solid #dedede 1px;
    outline: 0;
    padding: 11px 10px;
    width: 100%;
    font-size: 13px;
}

.common-input {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #34495e;
    background-color: #fff;
    background-image: none;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.register-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-origin: content-box;
    background-image: url(http://192.168.47.111:82/Content/App/img/triangle-down.svg);
}

.register-form select {
    font-size: 13px;
    border: 1px solid #e4e4e4 !important;
    padding: 11px 10px;
    width: 100%;
}

.common-input {
    display: block;
    width: 230px;
    height: auto;
    padding: 9px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #34495e;
    background-color: #fff;
    background-image: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    .spinner > div {
        width: 16px;
        height: 16px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.0s infinite ease-in-out both;
        animation: sk-bouncedelay 1.0s infinite ease-in-out both;
    }

.blink {
    color: white;
    animation: blink 1s linear infinite;
    font-family: georgia;
}

    .blink h5 {
        font-size: 20px;
        font-family: georgia;
        margin-top: 10px;
    }

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 2;
        }
    }

    .blinkfont {
        color: #615f5f;
        font-size: 17px;
        animation: blink 1s linear infinite;
        font-family: georgia;
    }

        .blinkfont h5 {
            font-size: 20px;
            font-family: georgia;
        }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 2;
        }
    }
    /*body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}*/
    .navbar-brand {
        float: left;
        padding: 15px 15px;
        font-size: 24px;
        line-height: 20px;
    }
