﻿.page-title {
    box-shadow: 3px 3px 5px #dadada;
    background: #f9f9f9;
    border-radius:10px;
    overflow:hidden;
    padding:15px;
}
    .page-title i {
        color: #5e5dc3;
        font-size: 25px;
        margin-top: 19px;
        margin-left: 10px;
    }
    .page-title h1 {
        font-size: 19px;
        font-weight: bold;
        padding-top: 11px;
    }
    .page-title p {
        color: #8f8f8f;
    }
.des {
    padding: 10px 0;
}

    .pnl {
        border-radius: 10px;
        padding: 15px 10px 25px;
    }
    .red{
        color:red;
    }

.register-bx-title {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
    .register-bx-title img {
        width: 30px;
        background: #f3f3fe;
        border-radius: 50%;
        padding: 6px;
        margin-left: 10px;
    }

    .register-bx-title h2 {
        color: #5e5dc3;
        font-size: 16px;
        font-weight: bold;
        padding-top: 8px;
    }
.pos-relative{
    position:relative;
}
.mytextbox {
    border-radius: 8px;
    padding-right: 60px;
    margin-bottom: 15px;
}
.birth-drp {
    padding-right: 10px;
    font-weight: normal;
    height: 43px;
}
.textbox-icon {
    position: absolute;
    border-left: 1px solid #e2e2e2;
    top: 0;
    height: 45px;
    width: 45px;
}
    .textbox-icon i {
        color: #8f8f8f;
        font-size: 15px;
        padding: 15px;
    }
    .textbox-icon img {
    }
.fav-bx {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    overflow:hidden;
}
    .fav-bx img {
        margin-left: 20px;
        width: 25px;
        margin-top: 12px;
    }

.chk input {
    float: left;
    margin-top: 10px;
}
.chk label {
    top: 4px;
}
.pw-toggle-btn{
    top:38%;
}

.mybutton {
    min-width: 40%;
    padding: 4px;
}
.des {
    box-shadow: 3px 3px 5px #dadada;
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    margin: 15px 0px;
}
.validator {
    font-size: 15px;
}