.login-wrapper{
    width: 100%;
    height: 100vh;
    background-image: url('../img/sevens_pos_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
}
.buttons {
    display: flex;
    font-family: Helvetica;
    font-weight: 400;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 510px;
}

.button {
    border: 1px solid #2cb190;
    border-radius: 5px;
    color: #2cb190;
    cursor: pointer;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    height: 85px;
    line-height: 80px;
    margin: 10px 15px;
    text-align: center;
    width: 120px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-terminal {
    border: 1px solid #2cb190;
    border-radius: 10px;
    color: #2cb190;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 100px;
    /*line-height: 50px;*/
    margin: 10px;
    text-align: center;
    width: 150px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
span.terminal-text-holder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.button:hover {
    background-color: #2cb190;
    color: white;
}
.button.text-button{
    font-size: 18px;
}
.btn-terminal:hover {
    background-color: #2cb190;
    color: #FFFFFF;
}
.selected-terminal{
    color: #FFFFFF !important;
    background: #2cb190 !important;
}
.button.action-button{
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: transparent;
    text-decoration: none !important;
    color: #ffffff;
    border-color: #ffffff;
}
.button.action-button:hover{
    background-color: rgba(255,255,255,0.4);
}

.picazzo-logo{
    background: rgb(255,255,255);
    padding: 5px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.input-box{
    text-align: center;
    width: 310px;
    margin: 0 auto;
}
.input-box .pin-input{
    background: transparent;
    border: none;
    /*border-bottom: 1px solid #b82c3b;*/
    color: #2cb190;
    width: 70%;
    padding: 0px !important;
    font-size: 40px;
    text-align: center;
}

/*  ------ MATERIALISED EMAIL INPUT ---------*/
.wrap {
    width: 100%;
    margin: 0 auto;
}

.mat-label {
    display: block;
    font-size: 16px;
    transform: translateY(25px);
    color: #e2e2e2;
    transition: all 0.5s;
}

.mat-input {
    position: relative;
    background: transparent;
    width: 80%;
    border: none;
    outline: none;
    padding: 8px 0;
    font-size: 16px;
    color: #2cb190;
}

.mat-div {
    padding: 30px 0 0 0;
    position: relative;
}

.mat-div:after, .mat-div:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e2e2e25e;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.mat-div::after {
    background-color: #2cb190;
    transform: scaleX(0);
}

.is-active::after {
    transform: scaleX(1);
}

.is-active .mat-label {
    color: #2cb190;
}

.is-completed .mat-label {
    font-size: 12px;
    transform: translateY(0);
}

@media screen and (min-width: 700px) {
    .content{
        /*margin-top: 50px !important;*/
    }
    .intro-text{
        /*margin-top: 50px;*/
    }
}
.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.content{
    background: rgba(0,0,0,0.85);
    border: 5px solid #2befb373;
    margin-left: 0 !important;
}
.terminal-selection-content{
    background: rgba(0,0,0,0.8);
    border: 5px solid #2befb373;
    margin-left: 0 !important;
    width: 700px;
    min-height: 400px;
    padding: 10px;
    position: relative;
}
.terminals-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.terminals-overlay h4{
    font-size: 20px;
    margin-left: 20px;
    color: #2cb190;
}
.terminals-holder{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.intro-text h3{
    color: #2cb190;
    margin: 20px 0;
    font-size: 22px;
}
.logo-holder{
    padding-top: 15px;
}
@media screen and (min-width: 700px) {
    .intro-text{
        margin-top: 50px;
    }
    .wrap{
        margin-top: 10px;
    }
}


.pos-link-button{
    font-size: 20px;
    padding: 15px;
}
