#login{
    display: none;
}

#captcha, #login, #connectfb {
    /*width: 205px;*/
    width: 175px;
    /*padding: 15px;*/
    /*height: 360px;*/
    color: #46343D;
    font-family: Arial;
    font-size: 13px;
    line-height: 1;
    list-style: none outside none;
}
#captcha .refresh{
    margin: 12px 10px 12px 14px;
    opacity: 0.6;
    float: left;
    cursor: pointer;
}
#captcha .refresh:hover{
    opacity: 1;
}

#captcha .loading{
    margin-top: 10px;
}

#captcha .image{
    height: 55px;
    text-align: center;
    vertical-align: central;
}
#captcha .image .captcha{
    display: none;
    height: 50px;
    width: 165px;
}
#captcha .text,
#login .text{
    background-color: #D8D8D8; 
    box-shadow:inset 0px 1px 0.5px 1px #888;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    font-size: 12px;
    height: 21px;
    margin-top: 8px;
    padding: 3px 9px;
    width: 106px;
    margin-bottom: 5px;
}

#captcha .text.error,
#login .text.error{
    border: 1px solid #BA3568;
}

#captcha .submit,
#login .submit,
#emailPanel .submit,
#facebookPanel .submit {
    background: url('/sites/all/themes/custom/melody/img/btn-popup-submit.png') no-repeat scroll 0 -29px rgba(0, 0, 0, 0) !important;
    border: 0 none;
    display: block;
    float: left;
    height: 29px;
    margin: 0 3px;
    width: 73px;
    margin: 30px 0 10px 1px;
    float: none;
}

#captcha .submit:hover,
#login .submit:hover, 
#emailPanel .submit:hover,
#facebookPanel .submit:hover {
    clear: both;
    background-position: 0 0 !important;
    /*margin-top: 20px;*/
}

#emailPanel .cancel,
#facebookPanel .cancel {
    background: url('/sites/all/themes/custom/melody/img/btn-cancel.png') no-repeat left top;
    width: 76px;
    height: 29px;
    display: inline-block;
    zoom: 1;
}

#emailPanel .cancel:hover,
#facebookPanel .cancel:hover {
    background-position: left bottom;
}


#captcha .message,
#login .message{
    font-size: 13px;
    margin: auto;
    padding: 1px;
}

#captcha .verification{
    margin-top: -4px;
}

#captcha .verification div{
    margin: 2px 0 0 60px;
}

#captcha .mobileNo,
#login .mobileNo {
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

#connectfb {
    display: none;
}

#connectfb .labelText {
    margin-top: 0px;
    padding: 2px;
    text-align: center;
}

#login .verification {
    padding: 3px;
    text-align: center;
}

#login .verification label,
#captcha .mobileNo label,
#login .mobileNo label, 
#connectfb label {
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: 20px;
}

#dismissNumber:hover {
    opacity: 1;
}

#dismissNumber {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    float: right;
    opacity: 0.7;
    padding: 1px 4px;
    position: relative;
    right: 9px;
    top: -27px;
}

#login .verification input.text{
    width: 148px;
}

#captcha .mobileNo input.text,
#login .mobileNo input.text {
    /*margin-bottom: 13px;*/
    margin-top: 12px;
    width: 148px;
}

#login .login-dotted {
    background: url('../img/login-box-dotted.png') repeat;
    width: 100%;
    margin: -10px 0 10px;
}

#login .otp{
    margin: 15px 0 20px;
}

#login .otp a{
    opacity: 0.9;
    color:#B91344;
    cursor: pointer;
    text-decoration: underline;
}
#login .otp a:hover{
    opacity: 1;
}

#connectfb .facebookLogin,
#connectfb .emailLogin,
#connectfb .remindMeLater {
    cursor: pointer;
}

#connectfb .facebookLogin {
    background: url("../img/button-sprite-58px.png") no-repeat scroll 0 -696px rgba(0, 0, 0, 0);
    border: 0 none;
    display: inline-block;
    font-size: 0;
    height: 29px;
    line-height: 0;
    width: 177px;
}

#connectfb .facebookLogin:hover {
    background-position: 0 -725px;
}

#connectfb .emailLogin {
    background: url("../img/email-btn.png");
    border: 0 none;
    display: inline-block;
    font-size: 0;
    height: 29px;
    line-height: 0;
    width: 177px;
}

#connectfb .emailLogin:hover {
    background-position: 0 29px;
}

#connectfb .remindMeLater {
    background: url("../img/remindme-btn.png");
    border: 0 none;
    display: inline-block;
    font-size: 0;
    height: 29px;
    line-height: 0;
    width: 177px;
}

#connectfb .remindMeLater:hover {
    background-position: 0 29px;
}

