﻿body {
    background-image: url('/images/cloud/register_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff !important;
    font-family: "Nunito",sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
body {
    overflow: hidden;
}

.nav.nav-tabs.tabs-right {
    border: 0;
}

.nav-tabs > li {
    width: 100%;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    background-color: #eceff1;
}

    .nav-tabs > li > a {
        height: 147px;
        border-radius: 0;
        margin-right: 0;
        padding: 10px 0;
        text-align: center;
    }

        .nav-tabs > li > a > h5 {
            font-size: 16px;
        }

    .nav-tabs > li:first-child > a {
        border-top-right-radius: 10px;
    }

    .nav-tabs > li:last-child > a {
        border-bottom-right-radius: 10px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: 0;
        color: #ffffff;
        background-color: #03a9f4;
    }




.login-container .col-xs-3 {
    padding-right: 0;
}

.main-container {
    height: 100vh;
    display: table;
    width: 100%;
    overflow: hidden;
}

.otp-img {
    padding-top:35px;
    width: 100%;
    text-align: center;
}

.registation-container {
    vertical-align: middle;
    display: table-cell;
}

.text-container {
    position: absolute;
    bottom: 15%;
    left: 15%;
    overflow: hidden;
}

.btn-container {
    position: absolute;
    top: 2%;
    right: 2%;
    overflow: hidden;
}
.btn-container  a {
   text-decoration:none;
   color:#fff;
}

.login-title {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.login-container {
    border: none;
    box-shadow: -4px 12px 37px 0px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    background: #fff;
    height: 439px;
    position: relative;
    word-wrap: break-word;
    width: 100%;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #fdfdfd;
}

.navbar-transparent {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(0,0,0,0.00)),color-stop( 100%, rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent;
}