/*CLASS OVERRIDES*/
.container{
    min-height: 0px;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 0px;
}
.homeloginBox{
    width: 650px;
    min-height: 400px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 5px 30px 0 #000;
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 45px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}
.softLogoBox{
    width: 100%; 
    height: 40px; 
    float: left;
    margin-top: 15px;
    padding-bottom: 10px;
}
#homeloginBoxId > h3{
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #eb5202;
    margin-top: 20px;
    float: left;
}
.loginformBox{
    width: 400px; 
    height: auto;  
    margin: 0 auto;
    text-align: left;
    display: table;
    box-sizing: border-box;
}
.loginformBox > form > label > p{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.loginformBox > form > input{
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
}
.loginformBox > form > input#capchaLoginId{
    width: 100px;
}
.formActionBtn{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 40px;
}
.loginSubmitBtn{
    font-size: 14px;
    font-weight: 400;
}
.ui-btnStandardExt{
    padding: 10px 15px;
}
.txtCaptionBox, .complTxtCaptionBox{
    max-width: 400px;
    max-height: 200px;
    position: absolute;
    border: 1px solid #fff;
    margin: 10% 15% 15% 65%;
    overflow: hidden;
    padding: 20px;
    line-height: 30px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-in-out; 
}
.complTxtCaptionBox{
    border: none;
    margin: 15% 2% 15% 64%;    
}
.txtCaptionBox > span, .complTxtCaptionBox > span{
    color: #fff; 
    font-size: 30px;
}
.complTxtCaptionBox > span{
    font-size: 25px;
}

@media only screen and (max-width: 1499px){
    .complTxtCaptionBox {
        margin: 17% 2% 15% 64%;  
    }    
}
@media only screen and (max-width: 1159px){
    .txtCaptionBox{
        margin: 10% 15% 15% 60%;
    }
    .complTxtCaptionBox {
        margin: 20% 2% 15% 60%;
    }    
}

@media only screen and (max-width: 1049px){
    .txtCaptionBox{
        margin: 10% 15% 15% 60%;
    }
    .complTxtCaptionBox {
        margin: 20% 2% 15% 60%;
    }    
}
@media only screen and (max-width: 1023px){
    .homeloginBox{
        width: 100%;
    }

}
@media only screen and (max-width: 899px){
    .txtCaptionBox{
        margin: 10% 5% 15% 55%;
    }
    .complTxtCaptionBox {
        margin: 20% 2% 15% 55%;
    }    
}
@media only screen and (max-width: 749px){
    .loginformBox{
        width: 75%;
        padding: 15px;
    }
    .txtCaptionBox > span{
        font-size: 20px;
    } 
    .complTxtCaptionBox > span {
        font-size: 14px;
    }
    .txtCaptionBox{
       line-height: 5px; 
    } 
    .complTxtCaptionBox {
        line-height: 20px;
    } 
    .txtCaptionBox{
        padding: 20px;
        margin: 5% 2% 15% 55%;
    }
    .complTxtCaptionBox {
        margin: 14% 15% 15% 55%;
    }    
    
}
@media only screen and (max-width: 599px){
    .loginformBox{
        width: 100%;
    }
}
@media only screen and (max-width: 499px){
    .txtCaptionBox > span{
        font-size: 15px;
    } 
    .complTxtCaptionBox > span {
        font-size: 12px;
    }
    .txtCaptionBox{
       line-height: 5px; 
    } 
    .complTxtCaptionBox {
        line-height: 15px;
    } 
    .txtCaptionBox{
        padding: 10px;
        margin: 5% 2% 15% 52%;
    }
    .complTxtCaptionBox {
        margin: 10% 2% 15% 45%;
    }    
    
}
@media only screen and (max-width: 449px){
    .ui-btnStandardExt {
        width: 100%;
    }
}