﻿/*HumsafarLoginPage
<style type="text/css" >
body {
    background: #FFFFF;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 100%;
}*/

.Tbl_form {
    margin-left: 12cm;
    margin-top: 0.5cm;
    background: #EFEFE0;
    width: 34%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
    font-family: Mulish;
    position: relative;
    color: #333;
    border-radius: 10px;
}

.tbl_header {
    background: #FB8B30;
    padding: 7px 5px;
    color: white;
    font-size: 1.4em;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    font-family: Mulish;
}

.tbl_span {
    color: #FF3838;
    font-size: 1.5em;
    left: 2.8em;
}

.tbl_label {
    margin-left: 60px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 5px;
    position: relative;
    font-family: Mulish;
}

.tbl_input {
    width: 75%;
    margin-left: 20px;
    padding: 5px 5px;
    font-size: 1em;
    border-radius: 3px;
    outline: none;
    font-family: Mulish;
    margin-right: 0px; /* border:1pxsolid#ccc;*/
}

.tbl_inputCaptcha {
    width: 45%;
    margin-left: 56px;
    padding: 5px 5px;
    font-size: 1em;
    border-radius: 3px;
    outline: none;
    margin-right: 0px;
    font-family: Mulish;
}

.tbl_help {
    margin-left: 20px;
    font-size: 0.8em;
    color: #777;
}

.tbl_button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: translate(-50%, 0);
    font-family: inherit;
    color: white;
    background: #FB8B30;
    outline: none;
    padding: 5px 15px;
    font-size: 1.3em;
    font-weight: 400;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

    .tbl_button:hover {
        background: #E67817;
    }

.style4 {
    height: 67px;
}

.borderClass {
    border-bottom: 2px solid var(--forny-color-gray-900) !important;
}

.lof-slidecontent {
    position: relative;
    overflow: hidden;
    border: #f09030 solid 2px;
}

.style1 {
    height: 20px;
}
