/*
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 : 08-Oct-2015, 11:03:29
    Author     : aaron
*/

.login-box-img{
    display:block;
    margin:0px auto 10px;
    max-width:250px;
}

.login-page{
    /*background-image: url(../js/landing/images/road2.jpg);*/
    background-image: url(../img/global/index/slide-1.jpg);
    background-size: cover;
}

.login-box-body{
    background: rgba(0,0,0,0.75);
    color:#fff;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top:1em;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-size:14px;
    font-weight:bold;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #00c0ef;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.register-page {
    /*background-image: url(../js/landing/images/road2.jpg);*/
    background-image: url(../img/global/index/slide-1.jpg);
    background-size: cover;
}

.et-register-box .register-box-body {
    width: 450px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}

.register-box-body label {
    color: #fff;
}

.et-register-box {
    width: 450px;
    margin: 0px auto;
    box-sizing: border-box;
    padding-top: 3%;
}

.et-register-box-organiser {
    width: 450px;
    margin: 0px auto;
    box-sizing: border-box;
    padding-top: 5%;
}

.psudo-link {
    cursor: pointer;
    color: #11A9ED;
}



