﻿.myDropDown {
    display: block;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;

}

.myButton {
   max-width: 200px;
}

#searchinput {
    width: 200px;
}
#searchclear {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.box-login {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 15px;
    margin: 0 auto;
    width: 350px;
}

.labelRightAndPadding {
    text-align: right !important;
    padding-right: 100px;
}