* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0
}

input[type=submit] {
    -webkit-appearance: none
}

canvas {
    position: fixed;
    top: 0 !important;
}

.newMainBoxIn {
    border-radius: 0px !important;
}

.canvas-logo {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.btn {
    font-family: AkkuratBold;
    padding: 0 24px;
    margin-right: 8px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    min-width: 160px;
    text-align: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    cursor: pointer;
    background: #1c72b8;
    display: inline-block;
    transition: all .3s;
    text-transform: uppercase
}

.btn.active,
.btn:hover {
    color: #fff;
    background: #1c72b8
}

.btn.active:hover {
    color: #1c72b8;
    background: #fff
}

.btn.btn-white.active,
.btn.btn-white:hover {
    color: #1c72b8;
    background: #fff
}

.gradientBg {
    background-image: linear-gradient(to bottom right, #0f1012, #181b90) !important
}
