
/*--login --*/

.alert-error { padding: 15px 20px 15px 60px}
.alert-error .icon-error { position: absolute; top: 10px; left: 15px; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    height: 36px;
    border-radius:4px;
    font-size: 1em;
   }
   .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:34px;
    position:absolute;
    top:2px;
    right:5px;
    width:20px
   }
   .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
    padding:6px 10px 4px 0;
     border-bottom: 1px solid #ccc;
    color:#444
   }
   
