﻿.rowpopup input[type=text], .rowpopup textarea, .rowpopup input[type=file], input[type=password], input[type=checkbox], .rowpopup select 
{
    direction: ltr !important;
}

.DropDown
{
    direction: ltr !important;
}

.control-group .rowpopup .form-control {
    min-width: 100%;
    color: #030f27;
    font-weight: bold;
    text-align: left;
    direction:ltr;
}
.loginPopup {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.field-validation-error {
   
    color: #ff5555;
    
}
