body {
	background-color: rgba(127, 172, 223);
    text-align: center;
    font-size: 16px;
    font-family: 'allerregular';
}

html {
    line-height: 1.5;
    font-family: "allerregular", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

#content-form {
    margin: 5% 0 2% 0;    
}

*, ::before, ::after {
    box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.container {
    width: 70%;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

img.responsive-img {
    max-width: 100%;
    height: auto;
}
img {
    border: 0;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

h2 {
    color: #ffffff;    
    font-size: 4.6rem;
    line-height: 120%;
    margin: 1.78rem 0 1.424rem 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
}

.input-field {
    margin-top: 0;
}
.input-field {
    position: relative;
    margin-top: 1rem;
}

.input-field .prefix {
    top: 13px;
}
.input-field .prefix {
    color: #ffffff;
}
.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-medium {
    font-size: .8em;
    height: 46px;
    line-height: 42px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn-small, .btn-medium {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.smartek-btn {
    width: 100%;
    border-radius: 4px;
    background-color: #2a7cba;
    border-bottom: 5px solid #05599d;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #6daed4;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

#txtClave {	
	width: 100%;   
    border-bottom: 2px solid #05599d;
	border-radius: 25px;
	background-color: #a1acc4;
  	position: relative;  	
}

#txtClave:hover {
	border-radius: 25px;
	background-color: #BBCD6A;
	box-shadow: 2px 2px 2px #373c3c;	
}

#txtUsuario {
	font-size: 20px;
	color: #cb7d65;    
}

#pass {
	font-size: 20px;
	color: #98AF31;    
}


#txtUsuario::placeholder {
  color: #cb7d65;
}

#pass::placeholder {
  color: #98AF31;
}

#payp {
    font-size: 30px;
    color: #98AF31;    
}