/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2018, 10:35:58 PM
    Author     : alexrocha
*/
.body-green {
    background: #DF7304;
}

.tuna-green .tuna-signup-right {
    background: #DF7304;
}

.tuna-green:after {
    background: #DF7304;
}

.oxyy-login-register .hero-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #201f30, #343343);
    color: white;
}

.oxyy-login-register .font-weight-600 {
    font-weight: 600 !important;
    color: white;
}

.oxyy-login-register .btn-primary {
    background-color: #DF7304;
    border-color: #DF7304;
}