﻿

  

.fragmentLogin input.text{
  background-color: #fff;
  margin-bottom: 10px;
  max-width: 85%;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 15px;
  width: 291px;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;
  margin-right: 10px;
  font-family: Verdana,Helvetica;
  font-size: 14px;
  float: left;
  color:#6a6a6a;
}

.fragmentLogin input.text:focus {
    background-color:#fff;
}

.fragmentLogin input.extranetbtn {
    cursor: pointer;
    border: 0;
    background-color: #808080;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 113px;
    height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height:36px;
}

.fragmentLogin input {clear:both;
float:left;}

.fragmentLogin .center{margin:40px 0 60px;overflow:hidden;
}


.fragmentLogin p {
    font-family: Verdana;
    font-size: 20px;
    line-height: 30px;
}