.auth-menu {
position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    min-width: 10rem;
    padding: 8px 0;
    padding: .5rem 0;
    margin: 2px 0 0;
    margin: .125rem 0 0;
    font-size: 14px;
    font-size: .875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    left: auto;
    right: 0;
    transform: scale(1);
    width: 350px;
    margin-right: 30px;
    height: 240px;
    
    }
    .auth-p
    {
        margin-left:50px;
    }
 .ainput
    {
    font-size: 1.3rem;
    color: #384764;
    background: #f1f3fb;
    border-width: 1px;
    border-style: solid;
    border-top-color: #d3e1f6;
    border-right-color: #d3e1f6;
    border-bottom-color: #d3e1f6;
    border-left-color: #d3e1f6;
    border-radius: 8px;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
    display: block;
    width: 80%;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s eas;
    height: 30px;
    }
.ti{
font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:28px;


}
.urlmen:hover{
 background:rgba(0,0,0, 0.1);
}
.auth-show {
   display:block;
   z-index: 1000;
   }
   .abutton
   {
    width: 100px;
    height: 30px;
    padding: 0;
    background-color: #2196f3;
    border-radius: 8px;
    border: 0;
    color: white;
    margin-left: 70px;
    cursor:pointer;
   }
