@import url("https://fonts.googleapis.com/css?family=Lato|Open+Sans|Poppins|Roboto|Ubuntu");
.dp_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
}
.uyelik_box {
    padding: 20px;
    border-radius: 5px;
}
.uyelik_box p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.dpselect {
    padding: 15px;
    border-top-right-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
    outline: none;
    border: none;
    font-size: 16px;
    background-color: #fff;
    width: 100%!important;
}
.dpselect option {
    /*	zoom: 1.0;
*/	font-size: 16px;
}
.textbox {
    padding: 15px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 16px;
    border-top-right-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
}
.p-right-0 {
    padding-right: 0;
}
.p-left-0 {
    padding-left: 0;
}
.okicon {
    font-size: 16px;
}
.icontext {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.uyeolbtn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    border: none;
}
.input-group {
    width: 100%;
}
.input-group-addon {
    padding: 0px;
    border: none;
    width: 50px;
}
.input-arrow {
    position: relative;
    z-index: 100;
}
.input-arrow:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(102, 102, 102, 0);
    border-width: 7px;
    margin-top: -7px;
}
