
.row{
    margin: 0px;
}

body {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    background:#208796;
    overflow-x: hidden;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color:#fff;
}

.auth-form {
    width: 400px;
}
.no-float {
    float: none !important;
}
.mr-auto {
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.auth-form-wrap {
    padding: 13px 0;
}
.vertical-align-middle {
    vertical-align: middle !important;
}
.table-cell {
    display: table-cell !important;
}
.full-width {
    width: 100% !important;
}
.table-struct {
    display: table !important;
}
.page-wrapper.auth-page {
    background: transparent;
    color: #fff;
}
.preloader-it {
    background: #fff;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}
.la-anim-1.la-animate {
    z-index: 10001;
    background: #212121;
    opacity: 1;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    -moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.mb-30 {
    margin-bottom: 30px !important;
}
.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single, .select2-selection.select2-selection--multiple, .wizard .content > .body input, .mce-floatpanel .mce-textbox, .mce-floatpanel .mce-btn, .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select, .jsgrid-cell input, .jsgrid-cell select, .tablesaw-bar .btn-select select, .dd-handle, .dd3-content, .app-search .form-control:focus, .app-search .select2-container--default .select2-selection--single:focus, .select2-container--default .app-search .select2-selection--single:focus, .app-search .select2-selection.select2-selection--multiple:focus, .app-search .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .app-search .mce-textbox:focus, .app-search .mce-floatpanel .mce-btn:focus, .mce-floatpanel .app-search .mce-btn:focus, .app-search .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .app-search input:focus, .app-search .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .app-search select:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus {
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #212121;
    height: 42px;
}


.control-label {
    text-transform: capitalize;
}
.pr-10 {
    padding-right: 10px !important;
}

.loginpage .checkbox,.loginpage .radio {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 27px;
    margin-top: 0;
    margin-bottom: 0;
}
.loginpage .btnlogin,.loginpage .btnlogin:hover {
    background: #b8860b;
    border: 1px solid #b8860b;
    border-radius: 5px;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 20px;
}

.loginpage .btn-success:hover {
    color: #fff;
    background-color: #a14ad2 !important;
    border-color: #7004ad !important;
}

.clearfix {
    overflow: hidden;
    clear: both;
    float: none;
}
.loginpage input#checkbox_2 {
    margin: 4px 0 0 0;
}
.loginpage img.brand-img {
    display: none;
}

.loginpage .secformbg {
    background: #fff;
    padding: 10px 15px;
    color: #000;
    border-radius: 15px;
}

.loginpage input.formcontrol {
    padding:10px 0px 10px 35px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.loginpage i.fmicons {
    position: absolute;
    top: 0px;
    padding: 13px 13px;
}

.loginpage i.fmicons.left {
    left:8px;
    padding: 13px 13px;
    z-index: 1;
    color:#208796;
}

.loginpage i.fmicons.right {
    right: 5px;
    z-index: 11;
    color: #208796;
    cursor: pointer;
}

.loginpage i.fmicons:focus-visible,input:focus-visible,a:focus-visible {
    outline:unset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {

    background:transparent !important;
}

.loginpage i.iconusers.fa.fa-user {
    padding: 28px 33px;
    border: 1px solid #208796;
    border-radius: 65%;
    font-size: 36px;
    margin-top: 19px;
    background: #208796;
    color: #fff;
}
/*:9/01/2023*/
.alert-danger {
    color: #fff;
    background-color: #f04236;
    border-color: #f04236;
    max-width: 512px;
    margin: 0px auto;
}
/*date 12/1/2023*/
.loginpage {
    padding: 50px 0;
}
/*date 16/1/2023*/
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1.2;
}



.registerpage {
    padding: 50px 0;
}
.registerpage .checkbox,.registerpage .radio {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 27px;
    margin-top: 0;
    margin-bottom: 0;
}
.registerpage .btnlogin,.registerpage .btnlogin:hover {
    background: #b8860b;
    border: 1px solid #b8860b;
    border-radius: 5px;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 20px;
}

.registerpage .btn-success:hover {
    color: #fff;
    background-color: #a14ad2 !important;
    border-color: #7004ad !important;
}

.registerpage input#checkbox_2 {
    margin: 4px 0 0 0;
}
.registerpage img.brand-img {
    display: none;
}

.registerpage .secformbg {
    background: #fff;
    padding: 10px 15px;
    color: #000;
    border-radius: 15px;
}



.registerpage i.fmicons {
    position: absolute;
    top: 0px;
    padding: 13px 13px;
}

.registerpage i.fmicons.left {
    left:8px;
    padding: 13px 13px;
    z-index: 1;
    color:#208796;
}

.registerpage i.fmicons.right {
    right: 5px;
    z-index: 11;
    color: #208796;
    cursor: pointer;
}

.registerpage i.fmicons:focus-visible{
    outline:unset;
}

.registerpage i.iconusers.fa.fa-user {
    padding: 28px 33px;
    border: 1px solid #208796;
    border-radius: 65%;
    font-size: 36px;
    margin-top: 19px;
    background: #208796;
    color: #fff;
}

.registerpage .secformbg {
    background: #fff;
    padding: 10px 15px;
    color: #000;
    border-radius: 15px;
    width: 30%;
    margin: auto;
}
.form-wrap {
    padding: 0px;
}
.form-group {
    padding: 0;
}

.registerpage .formcontrol {
      width:100%;
    padding: 0 8px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 42px;
}

.registerpage .select-formcontrol{
    width:100%;
    padding: 0 8px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 42px;
}

span.red{
    color: red;
    font-weight: bold;
    font-size: 18px;
}