body {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */

}

* {
    padding: 0px;
    margin: 0px;
}

#form_outer_div {
    padding-top: 16px;
    margin: 0 auto;
    margin-top: 7%;
    margin-bottom: 200px;
    max-width: 600px;
    background-color: white;
    border: 1px solid #adb5bd;
    border: 1px solid #c4d4e4;

    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 62%, rgba(225, 225, 225, 1) 80%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 62%, rgba(225, 225, 225, 1) 80%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 62%, rgba(225, 225, 225, 1) 80%, rgba(246, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}

#input_outer_frame {
    margin: 0 auto;
    max-width: 500px;
}

#forget_password {
    margin-top: 15px;
    color: gray;
}

#header_yiddish {
    padding-top: 40px;
    padding-bottom: 25px;
    color: #6e7e9b;
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Alef', sans-serif; */
    text-align: center;
    font-weight: 400;
    letter-spacing: 6px;
    font-size: 31px;
}

.eseq_cust {
    font-size: 12px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-family: tahoma, 'Open Sans', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    color: rgb(50 128 242 / 25%);
    text-shadow: 0px 0px 0px #030012;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

#pbx_info {
    color: #000409;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 23px;
    max-width: 600px;
    font-family: Rajdhani, 'Open Sans', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}

#pbx_info h5 {
    color: #040492
}

input {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 24px;
}

label {
    letter-spacing: 0px;
    padding-bottom: 5px;
   padding-left: 4px;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7e9b;
    font-weight: 500;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

/* this is for the forget password link */
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

#err_wrapper {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 600px;

}

.btn_light_cust {
    width: 57%;
    color: #000;
    border-color: #f8f9fa;
    text-align: center;
    margin: 8px 21% 0px;
    color: white;
    color: #fafafa;
    background-color: #cf8b28;
}

.btn-light:hover {
    color: #fafafa;
    background-color: #6e7e9b;

    border-color: #f9fafb;
}

.clr_2_tone {
    color: #ff9800c4;
    color: #cf8b28;
}


/*  */

.header_stl{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #6e7e9b;
    color: #089ba3;
    color: #017177;
    color: #7a7e9b;
    margin-top: 100px;
    font-family: 'Montserrat', sans-serif;
}
.bolder_stl{
    font-weight: 600;
    color: #6e7e9b;
    color: #cf8b28;
}
a:link{
    text-decoration: none;
    color: #6e7e9b;
}
a:visited {
    text-decoration: none;
    color: #6e7e9b;
}
.button_sign{
    color: #6e7e9b;
    background: #ffffff;
    text-align: center;
    border: 1px solid #c4d4e4;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 20;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}
.button_sign:hover{
    /* color: #6e7e9b;
    background: #e9e9e9; */
    background: #cf8b28;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}
#form_outer_div {
    border-radius: 5px;
    margin-top: 3%;
    margin-bottom: 40px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.12rem rgb(235 235 235);
}
.to_open{
	text-align: center;
    margin-top: 25px;
    color: #6e7e9b;
    font-family: 'Montserrat', sans-serif;
	font-size: 19px;
}
.yid_stl{
	font-family: 'Montserrat';
	font-family: 'Open Sans', sans-serif;
	color: #cf8b28;
    font-size: 17px;
}
.phone_stl{
	font-size: 17px;
}
input{
    font-family: 'Montserrat', sans-serif;
}