.text-center
{
    text-align: center;
}
/*.input-group-addon:first-child {

    border-right: 0;

}*/
/*.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {

    border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}*/
.input-group-addon {

    padding-left: 10px;

}
.input-group-addon {

    padding: 6px 16px;
    padding-left: 16px;
    font-size: 92.8%;
    font-weight: normal;
    line-height: 1;
    color: #666666;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

}
.input-group-addon, .input-group-btn {

    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

}
.input-group-addon{

    display: table-cell;

}
.input-group {

    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 16px;
    padding-top: 7px;


}
.sSelect {

    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 0 \9;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;

    line-height: 1.5;

}


.dvLoginCreadential
{
    text-align: center;
    fill: #566375;
    height: 60px;
    /*background: url("../../images/chub.png") no-repeat center ;*/
    background: url("../../images/chub.svg") no-repeat center ;
    margin: 0 auto;
    margin-bottom: 12px;
    width:100%;
}
.dvLoginCredCloud
{
    text-align: center;
    fill: #566375;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 12px;
    width:100%;
}
#divLogin
{
    width: 100%;
    height: 100%;
}
#divLogin::before {
    /*background: url("http://localhost:8888/streamline/res/global/images/centraBg.jpg") no-repeat center;*/
    background: url("/streamline/res/global/images/centraBg.svg") no-repeat center center fixed ;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.7;
    /*background-size: 100% 100%;*/
}


div.clogo {

    text-align: start;
    padding: 35px 10px 60px 80px;
    fill: #566375;
    width: 93%;
    height: 60px;

}
@media (max-width:1320px)
{
    div.clogo {
        padding: 10px 10px 60px 80px;
    }
}

@media (max-width:1100px)
{
    div.clogo {
        padding: 6px 4px 60px 80px;
    }
}
@media (max-width:985px)
{
    div.clogo {
        padding: 6px 4px 60px 20px;
    }
    .img-fluid
    {
        height:45px;
    }
}
div#form {
    /*position: absolute;*/
    /*height: auto;*/
    background-color: white;
    border-radius: 5px;
    padding: 20px;
   box-sizing: border-box;
    width: 400px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    left: 0;
    right: 0;
    /*top: 15%;*/
    margin: auto;
    /*/!*margin-top: auto;*!/*/
    /*margin-top: 0;*/
    /*padding-right: 30px;*/
    z-index: 5;


}
@media (max-width:1320px)
{
    div#form {
       /*top:9%*/
    }
}

@media (max-width:1100px)
{
    div#form {
       /*top:8%*/
    }
}
div.form-item {

    position: relative;
    display: block;
    margin-bottom: 10px;

}

label:hover
{
    text-shadow: none !important;
}
a:focus
{
    background-color: white;
    color: #666 !important;
    border:0 !important;
    border-bottom:1px solid #666;
}
.sSelect:hover,.boxShadowFocus:hover
{
    background-color:white !important;
}
.LoginErrors,#msgbox{

    padding: 15px;
    /*margin-bottom: 20px;*/
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    background-color: #F7CFCF;
    border-color: #F7CFCF;
    color: #E24D2D;
    font-size: 85.7%;
    margin-bottom: 30px;
    margin-left: 16px;
    box-sizing: border-box;
}


@media(max-width:500px)
{
    div#form {
        width: 350px;
    }
}
@media(max-width:250px)
{
    div#form {
        width: 300px;
    }
}

.group
{
    position:relative;
    /*margin-bottom:45px;*/
}

.boxShadowFocus{
    height: 40px;

}
.boxShadowFocus:focus
{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

input:focus:not([disabled]),select:focus:not([disabled])		{ outline:none; }


/* LABEL ======================================= */
.slabel 				 {
    /*color:#999;*/
    color:#c6c6c6;
    /*font-size:14px;*/
    font-weight:normal;
    position:absolute;
    /*left:5px;*/
    pointer-events:none;
    /*top:10px;*/
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label ,select:focus ~ label, select:valid ~ label,input:disabled ~ label	{
    top:-20px;
    color: rgb(102, 102, 102);
    /*font-family: "OpenSansRegular", "tahoma", "verdana", "arial", "sans-serif";*/
    font-size: 92.8%;
    font-weight: 400;
    /*letter-spacing: 0.1px;*/
}

input:focus ~ .slabel
{
    color:rgb(13, 135, 233);
    font-size: 92.8%;
    /*font-weight: bold;*/
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
    content:'';
    height:1px;
    width:0;
    /*bottom:0.5px;*/
    position:absolute;
    /*background:rgb(117, 117, 117);*/
    background:rgb(183, 183, 183);
    /*background:red;*/
    transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -webkit-transition:0.3s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after ,select:focus ~ .bar:before, select:focus ~ .bar:after{
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}
/*.btn {

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 92.8%;
    line-height: 1.846;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}*/
.btn-primary {

    color: #ffffff;
    background-color: #3b3f51;
    border-color: transparent;
    border-radius: 3px;
    -webkit-background-size: 200% 200%;
    background-size: 200% 200%;
    background-position: 50%

}


.btn-primary:focus {
    background-color: #3b3f51;
    color:white;
}

.btn-primary:hover, .btn-primary:active:hover {
    background-color: #0d87e9
}

.btn-primary:active {
    background-color: #0b76cc;
    background-image: -webkit-radial-gradient(circle, #0b76cc 10%, #3b3f51 11%);
    background-image: -o-radial-gradient(circle, #0b76cc 10%, #3b3f51 11%);
    background-image: radial-gradient(circle, #0b76cc 10%, #3b3f51 11%);
    background-repeat: no-repeat;
    -webkit-background-size: 1000% 1000%;
    background-size: 1000% 1000%;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)
}
/* active state */
input:focus ~ .highlight,select:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
/*
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
*/

.sSelect,.boxShadowFocus
{
    border: 0 !important;
    color: rgb(102, 102, 102);
    /*font-size: 107%;*/
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}

.btn.btn-hover-effect {

    position: relative;
    box-sizing: border-box;
    display: inline-block;
    font-size: 107%;
    font-weight: 500;
    padding: 9px 10px;
    /*min-width: 120px;*/
    min-width: 100px;
    border-style: solid;
    border-width: 2px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 1px;
    transition: background .4s ease-out,color .4s ease-out,border-color .4s ease-out,padding .4s ease-out;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    border:0;
    /*color: #222a37;*/
    /*border-color: #222a37;*/
    /*background: 0 0;*/

}
.btn.btn-hover-effect:hover {

    transition: background .25s ease-out,color .25s ease-out,border-color .25s ease-out,padding .25s ease-out;
    /*color: #fff;*/
    /*background: #222a37;*/
    /*border-color: #222a37;*/
    padding: 9px 50px;

}

a{
    color:rgb(102, 102, 102) !important;
    /*text-decoration: underline !important;*/
}

.input-group-addon
{
    padding-left: 10px;
}
 p{
     margin: 0 0 2.5em !important;
 }

/*a:hover
{
    color:rgb(13, 135, 233);
}*/

a:active, a:hover {
    color:rgb(13, 135, 233) !important;
    text-decoration: underline !important;
}

/* #msgbox {
    padding: 13px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #F7CFCF;
    border-color: #F7CFCF;
    color: #E24D2D;
}*/
.chkCookie
{
    line-height: 17px;
    height: 22px;
}


.copyright
{
    margin-top:2px;
    top: 99%;
    position: absolute;
    transform: translateY(-99%);
    width:98%;
    font-size: 78.5%;
    /*font-family: verdana, sans-serif;*/
    height: 2.5%;
    color: black;
    text-align: center;
    /*background-color:#3e4f5f; /!*#536d86; background-color:#C3D9FF;*!/*/
    vertical-align: bottom;
    z-index: 4;
}
.checkmark
{
    box-sizing: content-box;
    border-radius:3px;
}
.dvRemenber
{
    color: rgb(102, 102, 102);
    /*font-family: "OpenSansRegular", "tahoma", "verdana", "arial", "sans-serif";*/
    font-size: 92.8%;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1;
    margin-left:40px;
}
.lblCustomChkbox input:checked ~ .checkmark
{
    background-color: #428bca !important;
    border-color: #428bca !important;

}
.dvCheckBx
{
    float:left;
    margin-left:14px;
}
.alinks
{
    margin-bottom:5px;margin-left: 22px;text-align:right;
    font-size: 92.8%;

}
@media (max-width:400px)
{
    div#form {
        width: 300px;
    }
    select
    {
        padding-right: 10px;
    }
}
.btnActiveCls
{
    padding: 9px 50px !important;
    background: #0d87e9 !important;
}

.loginIconsFontSize
{
    font-size: 114%;
    color:black;
}
.spnPasswordView
{
    position: absolute;
    right:0.5rem;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    top:50%;
}
.dvRevealPassword .crm-eye::before
{
    font-size:18px;
}

.dvRevealPassword .crm-hide-eye::before
{
    font-size:16px;
}



.outerDvLogin{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}
.middleDvLogin
{
    display:table-cell;
    vertical-align: middle;
}

.dvBackGround {
      width: 166px;
      height: 42px;
      box-shadow: 1px 1px 1px 0px #c5c5c5;
      border: 1px solid #D1D1D1;
      text-align: center;
      border-radius: 3px;
    }
    .dvRotateObj {
      display: inline-block !important;
      font-size: 207%;
      font-family: Gabriola;
      letter-spacing: -3px;
      line-height: 42px;
      padding-left: 15px !important;
    }
    .unselectable {
            -webkit-user-select: none;
            -webkit-touch-callout: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;

    }


