.optional_fields{
    position:relative;
}
.optional_fields_values{
    width: auto;
    margin: 10px;
}
.code-align{
    vertical-align: super;
    margin-left: 2px;
}
div .switch{
    width: 90px !important;
}
.view-lead-label-name a{
    float: right;
    margin-right:5px;
}
.auth-full-bg{
    background-color: #263773 !important;
}
.login-logo{
    max-height: 300px;
    width: 100%;
}
.no-border-row td, .no-border-row th {
    border: none !important;
}
.header-layout-preview {
    min-height: 200px;
}
.header-layout-preview img{
    width: 100%;
    border: 1px solid #b9bfc4;
    padding: 5px;
}
.upload-image-preview{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    position: relative; 
    height: 200px;
    margin: 2px;
    border: 1px solid #ccc;
}
.upload-image-preview i{
    position: absolute;
    top: 2px;
    right: 2px;
}
.upload-image-preview img{
    max-height: 198px;
    max-width: 100%;
}
.header-banner-color{
    background-color: rgb(0 132 168) !important;
}
.header-banner-color h5{
    color: #fff !important;
}
.btn-primary{
    background-color: rgb(0 132 168) !important;
    border-color:  rgb(0 132 168) !important;
}
.topnav-menu li.active span{
    color: #fff;
}
#tech-registration th,
#tech-registration td{
    border: none !important;
}
.registraion-view a{
    float: right;
}
@media (max-width:430px){
    .login-logo{
        max-height: 150px;
        width: 100%;
    }
}
@media (min-width:821px){
    .login-logo{
        margin-top:17% !important;
    }
}