html,body
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

    /* turn it off completely */
/*elect:active, select:hover {
    outline: none
}

/!* make it red instead (with with same width and style) *!/
select:active, select:hover {
    outline-color: red
}



.col {
    text-align:center;
    float:left;
    box-sizing:border-box;
    padding:32px 16px 64px 16px;
    min-height:740px
}
@media (min-width:900px) {
    .col {
        padding-left:32px;
        padding-right:32px
    }
}
.col.sidebar {
    display:none
}
@media (min-width:900px) {
    .col.sidebar {
        display:block;
        height:100%;
        width:50%;
        /!*background:#f05408;*!/
        color:#fff;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center
    }
}
@media (min-width:1050px) {
    .col.sidebar {
        width:60%;
        padding:0 32px
    }
}
@media (min-width:1200px) {
    .col.sidebar {
        width:60%;
        /!*padding:0 64px*!/
    }
}
.col.main-content {
    padding-top:16px;
    width:100%
}
@media (min-width:900px) {
    .col.main-content {
        height:100%;
        width:50%
    }
}
@media (min-width:1050px) {
    .col.main-content {
        width:40%
    }
}
@media (min-width:1200px) {
    .col.main-content {
        width:40%
    }
}
@media (min-width:900px) {
    body.login .col.sidebar {
        width:70%
    }
    body.login .col.main-content {
        width:30%
    }
}

/!*.dvLogo {
    width:20%
}*!/
.dvWelocmeNote{
    width:80%
}

@media (max-width:350px) {
    .dvLogo {
        width:50%
    }
    .dvWelocmeNote{
        width:50%
    }
}

.col.fade-in {
  /!*  opacity:0;
    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:.3s;
    animation-delay:.4s;*!/
    padding-left: 20px;
    /!*padding-right: 20px;*!/
    background: white;
}


.sidebar {
    position:relative
}
/!*.sidebar .container-quote {
  background-image:url(../img/decorative-quotes-purple_2x.png);
  background-repeat:no-repeat;
  background-size:50px 16px;
  margin-bottom:48px;
  max-width:550px;
  text-align:left
}*!/
.sidebar .container-quote:last-child {
    margin-bottom:0
}
@media (min-width:1050px) {
    .sidebar .container-quote {
        background-size:100px 32px;
        padding-top:16px
    }
}
.sidebar .quote {
    font-family:filson-soft,sans-serif;
    font-size: 121%;
    padding:32px 0 8px 0;
    color:#fff;
    font-weight:700
}

.main-content {
    position:relative
}
.main-content .top-bar {
    font-size: 107%;
    line-height:20px;
    color:#222a37;
    margin-bottom:28px
}


@media (min-width:900px) {
    .container-form-sign-up {
        /!*width:580px;*!/
        margin:0 auto
    }
    /!*.container-form-sign-up .btn {
      margin:0 auto;
      width:auto
    }*!/
}
.container-form-sign-up .container-text-input {
    text-align:left;
    margin:44px auto;
    position:relative
}
@media (min-width:900px) {
    .container-form-sign-up .container-text-input {
        display:flex
    }
}
.container-form-sign-up .container-text-input .column {
    position:relative;
    margin:44px 0
}
@media (min-width:900px) {
    .container-form-sign-up .container-text-input .column {
        width:50%;
        margin:0 0 0 8px
    }
    .container-form-sign-up .container-text-input .column:first-of-type {
        margin:0 8px 0 0
    }
}

div .errorMsg1
{

}
.input-group
{
    width: 100%;
}


.welcomeNote {

    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 6px;
    color: #ffffff;
    font-size: 114%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
    background-color: #3e4f5f;
    background-color: #446D8B;
    font-family: sans-serif;

}
.btn.btn-hover-effect1: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: 6px 30px;

}*/
.dvCloudMsg
{
    width: 100%;
    padding-left: 5px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 85.7%;
    /*font-family: sans-serif;*/
    background-color: #E4F6FC;
}

/*
*
{
   border:1px solid red;
}*/
/*
.col.sidebar
{
    position: relative;
}
*/

.form-control1
{
    box-shadow: inset 0 -1px 0 #ddd;

    height: 40px;
    border: 0;
    padding-bottom: 6px;
}
.form-control1:focus
{
    box-shadow: none;
    border:0
}
.form-Label
{
    margin-top: 10px;
    color: gray;

    float: right;

}
.dvCalenderHt
{
    height: 39px;
}
@media (max-width:765px) {
   #dvFloatLeftImg
   {
       display: none;
   }

    .form-Label
    {
        float: left;
    }
    .dvCalenderHt
    {
        height: 67px;
    }

}
.dvSignUpTitle
{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 121%;
    letter-spacing: 1px;
    margin-left:20px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}
@media (max-width:500px) {
    .dvSignUpTitle
    {
        font-size: 92.8%;
        letter-spacing: 0px;
    }
}
@media (max-width:100px) {
    .dvSignUpTitle
    {
        font-size: 50%;
        letter-spacing: 0px;
    }
}

.dvSideBar
{
    background: url("/streamline/res/global/images/centraBg.svg") no-repeat center;
    background-size: auto auto;
    width: 100%;
    height: 100%;
    /*background-size: 100% 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}


.dvSideBarContent
{
    width: 100%;text-align: center;

}
.dvWelcome
{
    margin-top:20px;
    font-size: 150%;letter-spacing: 2px;
    color: white;
}
.dvSeparateLine
{
    height: 20px;
    text-align: center;
}
.dvWlcmContent
{
    width: 50%;
    height: 100%;
    display: inline-block;
    border-bottom: 1px solid #bababa;
    margin: 0 auto;
}
.dvCaption
{
    margin-top: 20px;
    text-align: center;
    color: #e6e6e6;

}
.dvcentra
{
    /*font-weight: bold;*/
    color:white
}

.dvHubLogo
{
    text-align: center;
    height: 64px;
    /*background: url('/streamline/res/global/images/chub.png') no-repeat center;*/
    background: url('/streamline/res/global/images/chub.svg') no-repeat center;
}
.spnCreateAcc
{
    /*border-bottom: 1px solid #969696;*/
    padding: 10px;

}

#LoginErrorsData
{
   /*font-weight: bold;*/
    color:red;font-size: 85.7%;

}
.dvChubLogo {

    text-align: center;
    height: 64px;
    /*background: url('/streamline/res/global/images/chub.png') no-repeat center;*/
    background: url('/streamline/res/global/images/chub.svg') no-repeat center;

}

/*.form-group
{
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    border-radius: 0;
}
.label-control
{
    float: left;
}*/
/*
*
{
    border:1px solid red
}*/


.btn.btn-effect {

    position: relative;
    box-sizing: border-box;
    display: inline-block;
    font-size: 107%;
    font-weight: 500;
    /*padding: 9px 10px;*/
    min-width:90px;
    padding: 7px 10px;
    /*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;


}
.defaultBtn
{
    padding: 8px 10px !important;
    margin-right:14px
}
.defaultBtn:hover
{
    box-shadow: inset 0px 0px 0px 1px #e1e1e1;
}
.btn-primary:hover, .btn-primary:active:hover {

    background-color: #0d87e9;

}
.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%;

}



.dvSeaprateBorder
{
    height: 10px;
    border-bottom: 1px solid #b9b7b7;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
}

.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;
}

.sSelect
{
    height:39px;

    border:0
}
.input-group
{
    position: relative;
    width: 100%;
    margin-top:8px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*.inputFld
{
    height:45px;
    border:0;
    outline: 0 none;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 92.8%;
}*/
.slabel
{

    margin-top: 10px;
    color: #c6c6c6;
    display: table;

}
.maindvContainer
{
    width: 100%;
    height: 100%;
}

.maindvContainer::before {
    /*background: url("http://localhost:8888/streamline/res/global/images/centraBg.jpg") no-repeat center;*/
    background: url("/streamline/res/global/images/centraBg.jpg") no-repeat ;
    /*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%;
}
#dnMainForgotPwd
{
    /*position: fixed;*/
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /*padding-bottom: 30px;*/
    background: white;
    margin: auto;
    min-height: 450px;
    border-radius: 5px;
    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);
    padding: 20px;
    /*margin-top: 20px;*/
}
.dvForm-control
{
    background-color: #fff;
    background-image: none;
    border: 1px solid #E1E1E1 border-radius: 4px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    color: #666666;
    display: block;

    height: 39px;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: none !important;
    /*font-size: 92.8%;*/
    /**/

}
.slabel
{
    top:13px
}
.sSelect:focus
{
    -webkit-appearance:none;
    /*box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);*/
    outline:none;
    border:0
}
.cssLoginCreadential {

    text-align: center;
    /*margin: 25px 0px;*/
    fill: #566375;
    width: 85%;
    height: 60px;
    /*background: url("../../images/chub.png") no-repeat center;*/
    background: url("../../images/chub.svg") no-repeat center;
}
.dvTitlepadding {

    padding-bottom: 15px;
    padding-top: 8px;

}
.dvTitle {

    text-align: center;
    font-size: 142%;
    color: black;
    letter-spacing: 0.3px;

}

.sCalendarCls{
    box-shadow: inset 0 -1px 0 #ddd !important;
}
div.clogo {

    text-align: start;
    padding: 60px 10px 60px 80px;
    fill: #566375;
    width: 70%;
    height: 60px;

}
@media (max-width:1320px)
{
    div.clogo {
        padding: 15px 10px 60px 80px;
        height: 45px;
    }
}
.dvFormCenter
{
    display: flex;
    justify-content: center;
}
.LoginErrors
{
    margin-left: 0;
    margin-bottom: 15px;
}
.lblErrorColor
{
    color:red !important;
}
@media (max-width:1470px ) {
    div.clogo
    {
        padding: 35px 10px 33px 80px;
    }
    .img-fluid
    {
        height:60px;
    }
}
@media (max-width:1200px)
{
    .img-fluid
    {
        height:40px;
    }
}