﻿.Label{
    color: #696969;
}

body, select, textarea, input {
    font-family: Roboto;
}
 
 .Button {
    background: #1e9d8a;
}
 .Button.Second{
    background: white;
    color: rgb(30,157,139);
    border: 1px solid rgb(30,157,139);
}