/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 23, 2016, 10:16:07 AM
    Author     : lszegedi
*/

/* portal design */
#portalarticle{
    min-height: 200px;
}

.login-input {
    width              : 100%;
    background-color   : #E6E6E6;
    border             : solid 1px #CBCBCB;
    height             : 36px;
    color              : black;
    font               : normal 19px Arial;
    padding            : 0 0.3em;
    margin             : 4px 0;
    -webkit-box-sizing : border-box;
}

.login-form {
    position : absolute;
    bottom   : 0;
    width    : 100% ;
}

.login-form ::-webkit-input-placeholder {
    color     : #C8C8C8;
    font-size : 19px;
}

.change-password {
    width      : 100%;
    margin     : auto;
    text-align: center;
}

.change-password-button {
    margin-top: 4em;
    float: right;
}

.change-password-desc {
    text-align: center;
    padding-bottom: 15px;
}

.change-password-error {
    margin: 1em 0;
    color: #000;
    text-align: center;
}

#form-wrapper{
    position     : absolute;    
    bottom       : 0px ;
    width        : 100% ;
    font-family  : Arial ;
    
}

#info-description{
    font-size : 14px ;
}
#info-description-portal{
    font-size : 14px ;
    min-height: 90px ;
    text-align: center;
}
select {
    -webkit-transition : all 0.3s ease; /* For Safari 3.1 to 6.0 */
    transition         : all 0.3s ease;
}

