﻿
.Login-control {
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(255,255,255,.3);
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    font-family: open-sans-regular;
    -webkit-appearance: none;
    display: block;
    height: 34px;
    font-size: 14px;
    width: 80%;
}
