﻿.userauth{

}

.userauth input[type=radio]{
     box-shadow:none;
    -webkit-box-shadow:none;
    position:relative;
    top:2px
}

.codeButton{
    padding:8px 0;
    width:90px;
    color:#ffffff;
     background: linear-gradient(#3498db,#055ba8);
    text-align:center;
    text-transform:uppercase;
    display:inline-block;
    box-shadow:none;
    -webkit-box-shadow:none;
    border:none;
    height:auto;
    margin-top:15px;
    cursor:pointer

}


.codeButton:hover{
     background: linear-gradient(#055ba8, #0083cf)
}

