body {
    font-family: Montserrat !important;
}
.bodylogin {
  /*background: linear-gradient(-90deg,rgba(252,0,70,0.8),rgba(102,102,102,0.95)),url('/assets/img/membership.jpg');*/
    background:url('https://evasaniddoc.com/assets/img/pattern-23.png');
   background-size: 100%;           
   padding-top:50px;
 background-repeat: no-repeat;
 background-color: #4e3787;

}


@media only screen and (min-width: 320px) and (max-width: 479px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .bodylogin {
    background: url('https://evasaniddoc.com/assets/img/pattern-23.png');
   background-size: cover !important;           
   background-repeat: no-repeat;
   background-color: #4e3787;
}

  }


.formcontainerlogin {
    padding: 15px !important;
}

.dxloginform {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #eee !important;
    min-height: 400px;
    background: #fff;
}

.dxloginform h4 {
   
    margin-bottom: 30px;
    color: #888 !important;
    font-family: Montserrat !important;
    text-align: center;
    font-weight: 600;
    
     
}

.loginbutton {
    width: 180px !important;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px !important;
    text-align: center;
    height: 38px;
    background: #888;
    color: #fff !important;
    font-family: Montserrat !important;
    font-weight: bold;
    
}

.input100 {
    width: 100% !important;
}

.input100 i{
    color: #888 !important;
}

.dxloginform label{
    color: #888 !important;
    font-family: Montserrat !important;
    font-size: 12px;
   font-weight: bold;
}

.input100 input {
    width: 100% !important;
    max-width: none !important;
}

.newmemberprompt {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 11px;
    text-align: center;
}

.buttonholder {
    width: 100% !important;
    text-align: center;
}

.infocontainerlogin {
    padding: 15px !important;
}
.infocontainerlogin h2{
    margin-top: 20px !important;
    color: #fff;
    font-family: "Century Gothic";
}

.infocontainerlogin p{
    color: #fff;
    font-family: "Century Gothic";
}

.infocontainerlogin img{
    margin-right: 10px;
}

.paragraphs {
    margin-top: 80px;
    width: 80%;
}

/*Footer*/ 
.dxdevfooter {
    margin-top: 60px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-family: "Century Gothic";
    font-size: 12px;
    color: #f5f5f5;
    padding-left: 0 !important;
    padding-margin: 0 !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dashboard {
    background: #fff;
    min-height: 400px;
    width: 100%;
}
.headernavdash {
    background: #000;
    min-height: 180px;
     background: linear-gradient(-90deg,rgba(252,0,70,0.8),rgba(102,102,102,0.95)),url('/images/1.jpg');

}


.dxdevfooter {
    margin-bottom: 0 !important;
}

.mainbodyui {
   padding: 0 !important;
}

.dashboard {
    min-height: 500px;
}

.headermainhead {
    background: #333;
    min-height: 50px;
}

.bodylogin2 {
  //background: linear-gradient(-90deg,rgba(252,0,70,0.8),rgba(0,38,255,0.9),rgba(6,222,243,0.95)),url('/images/membership.jpg');
   background: linear-gradient(-90deg,rgba(252,0,70,0.8),rgba(102,102,102,0.95)),url('/images/membership.jpg');
   background-size: cover;   
   padding-top: 0 !important;   

}

.no-shadow {
    box-shadow: none !important;
}