/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
    /* background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
    height: 100%;
    font-family: 'Numans', sans-serif;
    margin-top: 0px !important;
}

.bgImageContainer{
    /* background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg'); */
    background-image: url('/wp-content/themes/retrotube/assets/img/loginbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index:0;
    position:absolute;
}
.content{
    z-index:10;
    position:relative;
}

.registration{
    width: 50% !important;
}
.payment-errors{
    color: red;
}

.container{
height: 100%;
align-content: center;
}

.card{
/* height: 370px; */
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FF3565;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FF3565;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.btnRegister{
    color: black;
    background-color: #FF3565;
}
    
.btnRegister:hover{
    color: black;
    background-color: white;
}

.btnRedirect{
    border: 1px solid #fff;
    color: #fff;
    background-color: #FF3565;
}
.btnRedirect:hover{
    border: 1px solid #555;
    color: #fff;
    background-color: #555;
}

.btn-custom{
    color: white;
    background-color: #FF3565;
}
.btn-custom:hover{
    color: white;
    background-color: #212529;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

/* STEP WIZARD */

.stepwizard-step p {
    margin-top: 0px;
    color:#fff;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
/*.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
*/
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
select{
    background-color: #282828 !important;
}
.no-ml{
    margin-left: 0 !important;
}

.hide{
    display: none !important;
}
.triggerModal{
    color: #FF3565 !important;
}

/* For mobile screens */
@media (max-width: 768px) {
    .registration {
        width: 100% !important;
    }
}