.btn, .txtnew {
    font-family: sans-serif
}

body {
    background: url(/media/tranganhjewelry/logo.png) 50% 40px no-repeat #FFF;
    margin: 0;
    padding: 0
}

.effect1 {
    transition: all .2s ease-in-out
}

.container {
    background: url(/project/w/tranganhjewelry/pc/images/404-bg.png) 50% 950px no-repeat;
    height: 1000px;
    text-align: center
}

.txtnew {
    letter-spacing: 10px;
    padding: 825px 0 0;
    font-size: large;
    margin-bottom: 32px
}

.btn {
    background: rgb(65, 127, 193);
    background: -moz-linear-gradient(left, rgba(43, 150, 19, 1) 0, rgba(52, 149, 31, 1) 27%, rgba(78, 146, 63, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(43, 150, 19, 1)), color-stop(27%, rgba(52, 149, 31, 1)), color-stop(100%, rgba(78, 146, 63, 1)));
    background: -webkit-linear-gradient(left, rgb(66, 131, 195) 0, rgb(59, 104, 176) 27%, rgb(64, 126, 193) 100%);
    background: -o-linear-gradient(left, rgba(43, 150, 19, 1) 0, rgba(52, 149, 31, 1) 27%, rgba(78, 146, 63, 1) 100%);
    background: -ms-linear-gradient(left, rgba(43, 150, 19, 1) 0, rgba(52, 149, 31, 1) 27%, rgba(78, 146, 63, 1) 100%);
    background: linear-gradient(to right, rgb(66, 129, 194) 0, rgb(65, 136, 200) 27%, rgb(65, 138, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b9613', endColorstr='#4e923f', GradientType=1);
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 4px;
    border: 1px solid #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}

.btn:hover {
    b background: rgb(65, 127, 193);
    background: -moz-linear-gradient(left, rgba(43, 150, 19, 1) 0, rgba(52, 149, 31, 1) 27%, rgba(78, 146, 63, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(43, 150, 19, 1)), color-stop(27%, rgba(52, 149, 31, 1)), color-stop(100%, rgba(78, 146, 63, 1)));
    background: -webkit-linear-gradient(left, rgb(66, 131, 195) 0, rgb(59, 104, 176) 27%, rgb(64, 126, 193) 100%);
    background: -o-linear-gradient(left, rgba(43, 150, 19, 1) 0, rgba(52, 149, 31, 1) 27%, rgba(78, 146, 63, 1) 100%);
    background: -ms-linear-gradient(left, rgba(43, 150, 19, 1) 0, rgba(52, 149, 31, 1) 27%, rgba(78, 146, 63, 1) 100%);
    background: linear-gradient(to right, rgb(66, 129, 194) 0, rgb(65, 136, 200) 27%, rgb(65, 138, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e923f', endColorstr='#2b9613', GradientType=1);
    color: #FFFBD3;
    transform: scale(1.05)
}