body{
    font-family: 'Montserrat', Arial !important;
    font-size: 1em !important;
}

h2{
    text-align: center !important;
    color: #F1F2F4 !important;
    text-shadow: 0 1px 0 #000 !important;
}
a{
    text-decoration: none; color: #EC5C93; 
}
.ribbon{
    background: rgba(200,200,200,.5);
    width: 50px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    top: 19px;
    border: 1px solid rgba(255,255,255,.3);
    border-top: 2px solid rgba(255,255,255,.5);
    border-bottom: 0;  
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,.7); 
}
.ribbon:before{
    content:"";
    display: block;
    width: 15px;
    height: 15px;
    background: #4E535B;
    border: 4px solid #cfd0d1;
    margin: 18px auto;
    box-shadow: inset 0 0 5px #000, 0 0 2px #000, 0 1px 1px 1px #A7A8AB;
    border-radius: 100%;
}
.login{
    background: #F1F2F4;
    border-bottom: 2px solid #C5C5C8;
    border-radius: 5px;
    text-align: center;
    color: #36383C;
    text-shadow: 0 1px 0 #FFF;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 40px 20px 40px;
    box-shadow: 0 0 3px #000;
    height: 415px;
}
.login:before{
    content:"";
    display: block;
    width: 70px;
    height: 4px;
    background: #4E535B;
    border-radius: 5px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #CBCBCD;
    margin: 0 auto;
}
h1{
    font-size: 1.30em !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
p{
    font-family:'Helvetica Neue' !important;
    font-weight: 300 !important;
    color: #7B808A !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.input{
    text-align: right !important;
    background: #E5E7E9 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: inset 0 0 3px #65686E !important;
    border-bottom: 1px solid #FFF !important;
}
input{
    width: 260px !important;
    background: transparent !important;
    border: 0 !important;
    line-height: 1.6em !important;
    box-sizing: border-box !important;
    color: #71747A !important;
    font-family:'Helvetica Neue'!important;
    text-shadow: 0 1px 0 #FFF !important;
    margin-bottom: 5px!important;

}
input:focus{
    outline: none;
}
.blockinput{
    border-bottom: 1px solid #BDBFC2 !important;
    border-top: 1px solid #FFFFFF !important;
}
.blockinput:first-child{
    border-top: 0 !important;
}
.blockinput:last-child{
    border-bottom: 0 !important;
}
.blockinput i{
    padding-right: 10px !important;
    color: #B1B3B7 !important;
    text-shadow: 0 1px 0 #FFF !important;
}
/*::-webkit-input-placeholder {
  color: #71747A;
  font-family:'Helvetica Neue';
  text-shadow: 0 1px 0 #FFF;
}
*/
button{
    margin-top: 20px !important;
    display: block !important;
    width: 70% !important;
    line-height: 2em !important;
    background: #74B8D2 !important; /*rgba(114,212,202,1) !important;*/
    border-radius: 5px !important;
    border:0 !important;
    border-top: 1px solid #4B7582 !important;/*#B2ECE6*/
    box-shadow: 0 0 0 1px #528CA2, 0 2px 2px #808389 !important; /*#214E75*/
    color: #FFFFFF !important;
    font-size: 1.5em !important;
    text-shadow: 0 1px 2px #486975 !important; /*#21756A */
    left: 45px;
    top: -40px;
}
button:hover{
    background: linear-gradient(to bottom, #397B94 0%, #74B8D2 100%) !important; /*background: linear-gradient(to bottom, rgba(107,198,186,1) 0%,rgba(57,175,154,1) 100%) !important;  */
}
button:active{
    box-shadow: inset 0 0 5px #000;
    background: linear-gradient(to bottom, #0A8DB5 0%,#87C2D4 100%) !important; /*linear-gradient(to bottom, rgba(57,175,154,1) 0%,rgba(107,198,186,1) 100%) !important; */
}


hr{
    border-top: 1px solid rgba(0,0,0,.5) !important;
    border-bottom: 1px solid rgba(255,255,255,.5) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-top: 30px !important;
}

.io{
    padding: 0;
    padding-bottom: 10px;
}
.press{
    background: #D73D32;
    height: 40px;
    margin-top: -7px;
    border-radius: 5px 5px 0 0;
    text-align: left;
    line-height: 40px;
    padding: 0 10px;
    color: #FFF;
    text-shadow: none;
}
.press span{
    float: right;
    font-family: Georgia;
}
.io:before{
    position: relative;
    top: 15px;
    border-top: 2px solid #E78B84;
    border-bottom: 1px solid #6C1E19;
}
.ior{
    position:relative;
    z-index: 1;
}
.io img{
    width: 150px;
    border-radius: 100%;
    border: 4px solid; 
    margin-top: 10px;
    border: 4px solid #FFF;
    margin: 18px auto 0;
    box-shadow: 0 1px 1px 1px #A7A8AB;
}
.io h2{
    margin-top: 0;
}
.io p{
    font-size: 1.5em;
    margin-bottom: 5px;
}

.ui-inputfield.ui-state-focus,ui-widget-header{

    box-shadow: 0px 0px 5px #46A294, 0px 2px 2px #8F8F8F inset !important;

}
.ui-widget-overlay {
    background: #81807B !important;

}

