﻿body {

}
.form-controlTextboxSmall {
 display:inline-block;
  width: 68%;
  height: 34px;
  padding: 6px 12px;
  /*font-size: 14px;
  line-height: 1.42857143;
  color: #555;*/
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px 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;
          
}

.form-controlTextboxSmal2 {
 display:inline-block;
  width: 30%;
  height: 34px;
  padding: 6px 12px;
  /*font-size: 14px;
  line-height: 1.42857143;
  color: #555;*/
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px 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;
          
}

#ShowFacility i {
    color: #484848;
    font-size: 18px;
    cursor: pointer;
}

.clsDisabled {
    pointer-events: none;
    opacity: 0.7;
}

@media only screen and (max-device-width: 480px) {
    .btnMicrosoftLogin

{
    width: 100%;
    margin-left: -2px !important;
}

.btnSamlLogin {
    width: 100%;
    margin-right: 1px !IMPORTANT;
}

.modal-content.animated.mainLogin {
    display: grid;
}

}

@media only screen and (min-device-width: 480px) {
}

@media (min-width:320px) {
}

@media (min-width:480px) {
}

.text hr {
    float: left;
    background-color: #fbfbfb;
    font-size: 16px;
}

.wrapper {
    height: 100px;
    position: relative;
    margin: 0% auto;
    box-shadow: 0px 0px 0px 0px #6b6b6b;
    overflow: hidden;
}

.login-text {
    position: absolute;
    top: -300px;
    box-sizing: border-box;
    padding: 0px;
    transition: all 0.5s ease-in-out;
    z-index: 11;
    width: 100%;
}

.text {
    margin-left: 0px;
    /* color: #fff; */
    display: none;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
    width: 100%;
    padding-left: 0px;
}

    .text input {
        margin-top: 30px;
        height: 40px;
        width: 300px;
        border-radius: 2px;
        border: none;
        background-color: #444;
        opacity: 0.6;
        outline: none;
        color: #fff;
        padding-left: 10px;
    }

        .text input[type=text] {
            margin-top: 60px;
        }

    .text button {
        margin-top: 10px;
        /* height: 40px; */
        width: 100%;
        outline: none;
        margin-left: 10px;
    }

    .text .login-btn {
        background: #fff;
        border: none;
        border-radius: 2px;
        color: #696a86;
    }

    .text .signup-btn {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 2px;
        color: #fff;
        margin-left: 30px;
    }

.cta {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #696a86;
    border: 2px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 370px;
    color: #fff;
    outline: none;
    cursor: pointer;
    z-index: 11;
}

.call-text {
    background-color: #fff;
    width: 800px;
    height: 450px;
    position: absolute;
    bottom: 0;
    padding: 10%;
    box-sizing: border-box;
    text-align: center;
}

    .call-text h1 {
        font-size: 42px;
        margin-top: 10%;
        color: #696a86;
    }

        .call-text h1 span {
            color: #333;
            font-weight: bolder;
        }

    .call-text button {
        height: 40px;
        width: 180px;
        border: none;
        border-radius: 20px;
        background: linear-gradient(to left, #ab68ca, #de67a3);
        color: #fff;
        font-weight: bolder;
        margin-top: 30px;
        cursor: pointer;
        outline: none;
    }

.show-hide {
    display: block;
}

.expand {
    transform: translateY(300px);
}


@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

input {
    display: inline-block;
}

.btn-btn {
    height: 48px;
    margin: 8px;
    padding: 13px 17px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a.btn.btn-social.btn-btn.btn-MicroSoft {
    padding-left: 12px;
    /* padding-right: 12px; */
    height: 44px;
    width: 215px;
    padding-top: 8px;
    border-radius: 0px;
    /*background-color: #757575;
                        color:white;*/
    border-radius: 2px;
}

.btn-btn i {
    padding-right: 27px;
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
}

.btn-btn img:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 70%;
    width: 1px;
    height: 36px;
    background: #ccc;
    background: rgba(255, 255, 255, 0.3);
}

.btn-MicroSoft {
    background: #ffffff52;
    display: inline-flex;
}

.logSection .division {
    float: none;
    margin: -21px auto 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.contentDiv .division .line.l {
    left: 0;
}

.contentDiv .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 41%;
}

.contentDiv .division span {
    color: #424242;
    font-size: 17px;
}

.logSection .division .line.r {
    right: 0;
}

.modal-header {
    min-height: 17.428571px;
    padding: 5px !important;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e0cfb8;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0px;
}

.loginLogo1 {
    text-align: center;
    margin-top: 7% !important;
}

.jconfirm .jconfirm-box-container {
    right: 100px;
}

.popover {
    WIDTH: 100%;
}

h3.popover-title::after {
    content: "\26A0";
    float: left;
    color: red;
    font-size: 23px;
    line-height: 15px;
    margin-left: -8px;
}

.loginImg {
    background-image: url(/images/loginBgNew.jpg);
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-size: 100% 100%;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 0px !important;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.inputChk {
    margin-left: 0px !important;
    margin-left: 20px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e0cfb8;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.modal-content {
    position: relative;
    background-color: #e0cfb8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

