/**** login page ****/
.form-control:focus {
    border-color: #fff !important;
}
.landing-login .form-control {
    color: #fff;
}
input::selection {
    color: #fff;
    background-color: #000000;
}

form.navbar-form.navbar-right {
    margin-bottom: -20px;
}

form.navbar-form.navbar-right {
    position: relative;
    top: -12px;
}

.form-control {
    height: 30px;
    padding: 1px 10px;
    line-height: 10px;
}

.form-control::placeholder {
    color: #fff !important;
}

.form-group.form-group-edit {
    margin-right: 5px;
}

.btn-default.btn-default-edit {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff;
}


/*******  ********/
.post--content.post-content-edit>p {
    text-align: justify;
    line-height: 1.5;
    color: #000;
}

/*--thank you pop starts here--*/
.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
}
.thank-you-pop img{
    width:170px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.thank-you-pop h1{
    font-size: 42px;
    margin-bottom: 25px;
    color:#5C5C5C;
}
.thank-you-pop p{
    font-size: 20px;
    margin-bottom: 27px;
    color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
    font-size: 25px;
    margin-bottom: 40px;
    color:#222;
    display:inline-block;
    text-align:center;
    padding:10px 20px;
    border:2px dashed #222;
    clear:both;
    font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
    color:#03A9F4;
}
.thank-you-pop a{
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
    margin-right:5px;
    color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}
/*--thank you pop ends here--*/
