﻿
/*------------------------------------------------------*/

.a-menu-home {
    color:#053270;
    border:solid 1px rgba(5, 50, 112, 0.23);
    border-radius:5px;
    padding-right:8px;
    padding-left:8px;
    text-align:center;
    background-color:rgba(5, 50, 112, 0.23);
    display:block;
    width:93%;
    height:35px;
    margin:5px auto;
    box-sizing:border-box;          
}

#img-secret-kod {
    width: 70px;
    height: 30px;
    display: inline-block;
    margin-right: 50px;
    position: absolute;
    margin-top: -1px;
}

#a-refresh-kod {
    background-position: center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    position:absolute;
    margin-top:12px;
    background-color: #ededed;
    border: solid 1px #808080;
    margin-right: 15px;
    background-image: url('../Images/Refresh.png');
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 5px;
    margin-top:1px;
}

/*-----------------------------------------------------*/


