/*
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 : 23-Dec-2016, 14:20:25
    Author     : Efthymios
*/

.hide {
   visibility: hidden;
}

.show {
   visibility: visible;
}

.input-octopay {
    padding-left: 5px;
    width: 85px;
    height: 20px;
    background-color: #363636;
    border: 1px solid #474747;
    border-radius: 10px;
    color: #fff;
    padding: 0 8px;
}

.input-email-octopay {
    padding-left: 5px;
    width: 150px;
    height: 20px;
    background-color: #363636;
    border: 1px solid #474747;
    border-radius: 10px;
    color: #fff;
    padding: 0 8px;
}

.button-octopay {
    left: 160px;
    background: #ff8806 linear-gradient(#edb63f, #ff8806);
    color: #212121;
    height: 30px;
    width: 160px;
    font: bold 16px/19px arial,helvetica,clean,sans-serif;
    letter-spacing: 1px;
    border-radius: 20px;
    border: none;
    margin-top: 1rem;
}
