/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.otp-label,.label-optp-id{
    display:none;
}
.otp-label.show{
    display: block;
}
#verify{
    position: absolute;
    top: 15px;
    bottom:15px;
    right: 10px;
}
#verify span{
    color: #f00;
    font-weight: bold;
    cursor: pointer;
}
#verify.sending{
    top: 0px;
    bottom:0px;
    right: 0;
}
#verify img{
    width:100%;
    height: 100%;;
}
#verify.no-click{
    pointer-events: none;
}
@media only screen and (max-width: 600px) {
  #verify span {
    font-size: 12px;
  }
}



