#root{
    width: 100%;
    display: flex;
    flex-direction: 'row';
    height: 100vh;
    justify-content: center;
}

a {
    color: #39B54A;
}

a:hover {
    color: #39B54A;
    text-decoration: underline;
}

input[type=text], 
input[type=password],
input[type=email],
select
{
    border-radius:6px !important;
}

.btn-green {
    background-color: #39B54A;
    border-color: #39B54A;
    color: white;
    border-radius: 6px;
}

.btn-green:hover{
    color: #f4f4f4 !important;
}

.divider {
    background: url('../img/login-separator-bg.png') center center scroll no-repeat;
    background-size: cover;
    height: 100px;
}

.main-container {
    width: 390px;
}

.main-container-2 {
    width: 490px;
}

.bg-white {
    background-color: white ;
}

.shadow-box {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}

.mt-1 {
    margin-top: 20px;
}

.mb-1 {
    margin-bottom: 20px;
}