﻿@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One");
.general{
     background-color: #fff;
    display: flex;
    justify-content: center;
    border: transparent;
        flex-direction: column;
    align-items: center;
    height: 100px;
        background-color: rgba(201,221,167,1);
    border-color: black;
    border-radius: 20px;
    border: solid;
    border-style: groove;
  }
#LinkRenove{
                width: 100%;
    margin-top: 10px;
    font-size: small;
    text-align: center;
  }
 #frmlogin{
     display: inline-flex;
    align-items: center;
    align-self: center;
 }

  #btn{
        webkit-appearance: none;
    -moz-appearance: none;
    padding: .9em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
    font-weight: bold;
    font-family: "Julius Sans One";
    background-color: #EAE0C8;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    border-width: 10px;
    border: #efe4e3;
    border-radius: 20px;
    border-style: groove;
}