﻿
.btn_Custom {
    width: 100%;
    height: 50px;
    background: #37aecc;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    outline: none;
    padding: 0;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s ease;
    display: inline-block;
    text-align: center;
}
