body > .header-dropdown-menu-container {
    display:none !important;
}

input {
    width: 100%;  
}

.sign_up_content {
    float: right;
    margin-right: 8%;
    margin-top: 4%;
    width: 30%;
    border: #0b3954 1px solid;
    border-radius: 10px;
    background: white;
}

.sign_up_content form {
    text-align: left;
    margin: 0px 7% 0px 7%;
}
.title_registeration {
    font-size: 28px; 
    text-align: left;
    margin: -7% 7% 2% 7%;
    font-weight: bold;
}

.first_name_field {
    margin-right:5.2%;
}

.first_name_field,
.last_name_field {
    margin-top: 10px;
    width:46.5%;
    display:inline-block;
}

b{
    display:none;
}

::placeholder {
    font-size:13px;
    font-weight:450
}

input {
    font-family:"Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
}

.already_have_account a {
    text-decoration: none;
    font-weight:600;
    color:#19BD6C; 
}

.already_have_account a:hover{
    text-decoration: underline;
}

.terms_of_agreement {
    margin-top:20px;
    font-size:11.8px;
}

.terms_of_agreement a {
    font-weight:600;
    text-decoration: none;
}

#id_checkbox_1, 
#id_checkbox_2{
    position: absolute;
    visibility:hidden;
}

.non-clickable input:read-only {
    cursor:not-allowed;
    color: rgb(84, 84, 84);
}

/* new login with video css */
body > #footer {
    display:none !important;
}

.app-container-div{
    padding:0px !important;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width:100%;
}

.sign_up_content {
    position: relative;
    bottom: 0;
    background: rgba(255,255,255, 0.92);
    /* color: #f8f5f8; */
    width: 36%;
    padding: 0.5%;
    margin-right:32%;
    box-shadow: 0px 0px 15px 3px #D8D7D9;
    border:0px;
}

#create_account_btn{
    background-color:#19BD6C;
    color:white;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

#create_account_btn:hover{
    background-color: white;
    color: #19BD6C;
    border-color:#19BD6C;
}

#aws_marketplace_logo {
    height:36px;
    max-height:36px;
    max-width: auto;
    vertical-align: baseline;
    margin-right: 5px;
}

/*************************************************
* New Login UI
*************************************************/

.teejlab-title {
    text-align:right !important;
}

.teejlab-title>a>div>span{
    font-size: 23px !important
}

.teejlab-title>a>div {
    margin-top: 4% !important;
    margin-right: 7% !important
}

@media only screen and (max-width: 900px) {
    .sign_up_content {
        width:100% !important;
        float: initial;
        padding:5% 0% 2% 0% !important;
        margin:auto;
        border-radius:0px;
    }
    #myVideo {
        display: none !important;
    }

    #_footer_ {
        display:block !important;
    }

    .teejlab-title span{
        font-size:30px;
        /* margin-bottom:5%; */
    }

    .title_registeration {
        font-size:20px;
    }

    .background-image {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .already_with_apidiscovery{
        margin-bottom:20px;
    }

    input {
        margin-bottom:1rem;
    }

    html, body {
        margin: 0; 
        height: 100%; 
        overflow: hidden;
    }
}