﻿.logo{
 background-color:white;
 border-radius:8px;
 padding:10px;
}

.close{
    line-height:0.5!important;
}

#CaptchaInputText {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 35px;
    border: 1px solid #ddd;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    border-radius: .25rem;
    margin-top:5px;
}

#CaptchaImage{
    border-radius:10px;
    width:50%;
}