/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.22.5.1556550215
Updated: 2019-04-29 15:03:35

*/

#coform{
	position: absolute !important;
	z-index: 999999 !important;
	margin-top: -591px !important;
}

/*Login Container*/
.Login
{
background-color:none; /*Container background color*/
max-width: 100%;
height: 100%;
color: #fff;
padding: 20px;
}
/*Login Title*/
.Login h1 {
	display: none;
/*font-size:17px; /*Title Font size
text-align:left;
margin:20px 0 0;
font-weight:normal;*/
}
/*links*/
.Login a {
color:#fff; /*Link Color*/
margin:12px 0;
display:block;
text-align:center;
}
/*User Name and Password*/
.Login input {
width:100%;
margin:25px 0 0;
border:none;
padding:20px;
color:#000;
}
/*Sign on Button*/
.Login input[type="button"] {
width: 210px;
margin: 20px 0 0;
border: none;
padding: 10px 5px;
color: #1e3251; /*Button text color*/
text-align: center; /*Button text alignment*/
font-size: 14px; /*Button font size*/
	font-weight: bold;
background-color: #fff; /*Button background color*/
}
.Login input[type="checkbox"] {width:30px;}
.Login .RememberMe {text-align:left; display:block; margin-top:17px;
float:left;}

@media only screen and (max-width: 600px) {
  .Login input {
    width: 100%;
    margin: 20px 0 0;
    border: none;
    padding: 10px;
    color: #000;
}
	.Login {
    margin-top: -30px;
}
	.Login a {
    color: #fff;
    margin: 5px 0;
    display: block;
    text-align: center;
}
}

.mobile_menu_bar:before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #1c2d47;
}
.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #1d304c;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}


/*-----------------Menu Icons---------------- */
 
.menu-client a:before {
    font-family: 'ETmodules';
    content: "\e08a";
    margin-right: 10px;
    margin-top: -2px;
    color: #1f3252;
    font-size: 18px;
    float: left;
}
