﻿body {
    overflow: hidden;
    background-image: url('/images/cloud/register_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff !important;
    font-family: "Segoe UI", "Century Gothic", "Candara", 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;
}

.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-family: "Century Gothic", "Segoe UI", "Candara", sans-serif;
    font-weight: 800; 
    font-size: 20px;
    letter-spacing: 0.6px;
    color: #16324f;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.login-container input.form-control.own {
    height: 35px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    padding-left: 12px;
    font-weight: bold;
    background-color: #fafbfc;
    font-family: "Segoe UI", "Century Gothic", "Candara", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .login-container input.form-control.own:focus {
        border-color: #03a9f4;
        background-color: #fff;
        box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.15);
        outline: none;
    }

.login-container .login-btn-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding-right: 15px;
}

.login-container .btn {
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.login-container .btn[type="submit"] {
    background-color: #03a9f4;
    color: #fff;
    box-shadow: 0 2px 6px rgba(3, 169, 244, 0.35);
}

    .login-container .btn[type="submit"]:hover {
        background-color: #0288c9;
    }

.login-container .btn[type="reset"] {
    background-color: #eceff1;
    color: #37474f;
}

    .login-container .btn[type="reset"]:hover {
        background-color: #dfe3e8;
    }

.login-container .btn-sso {
    background-color: #5e35b1;
    color: #fff;
    box-shadow: 0 2px 6px rgba(94, 53, 177, 0.35);
}

    .login-container .btn-sso:hover {
        background-color: #4527a0;
    }

.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;
}
