﻿*{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}

.deploy_sign_up_lang {
    margin-top:20px;
    margin-bottom: 12px;
    margin-right:40px;
    display:flex;
    justify-content:flex-end;
}

.languagelogo{
    padding-left:5px;
    border-right:none;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding-left:-5px;
}

.language_selector {
    width:80px;
    border-left:none;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    border-radius:0 !important;
    padding:8px;
}

#productVideo{
    margin-top:50px;
}

.int_deploy_sign_up{
    display:flex;
}

.int_deploy_sign_up h1 {
    font-size: 34px;
    font-weight: bold;
    color: #191919;
    line-height: 46px;
    margin-bottom: 12px;
}

.int_deploy_sign_up p {
    color: #484848;
    font-size: 14px;
    margin-bottom:20px;
}

.sign_up_form{
    width:45%;
    padding-right:40px;
    padding-left:5px;
}

.submit-section {
    display:flex;
    margin-top: 40px;
}
.submit-section p {
    margin:auto 20px !important;
}

.submit-section .btn {
    width: 163px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
}

a {
    font-size:14px;
    color: #2251D3 !important;
}

a:hover {
    text-decoration: underline !important;
}

#login_agree div{
    display:flex;
    margin-bottom:15px;
}

#login_agree div p{
    margin-bottom:0;
    margin-left: 10px;
}

.field-validation-error{
    font-size:11px;
    color:#D60006;
}

#m_imgCaptcha{
    width: 185px; 
    height: 40px;
}

.btn{
    background-color: #2251D3;
}

#signIn{
    align-content:center;
    margin-left: -10px;
}

input:not([type="checkbox"]) {
    height: 40px !important;
    font-size: 14px !important;
}

select{
    height:40px !important;
    font-size: 14px !important;
}

::-webkit-input-placeholder{
    font-size:14px;
}

.dvChkbox{
    display:flex;
    align-items:center;
}

input[type="checkbox"] {
    margin:0;
}

.requiredChk {
    border: 1px solid red !important;
}

.login-form1 .regular-checkbox + label {
    margin: 0;
}

.regular-checkbox + label {
    background-color: white;
    border: 1px solid #cccccc;
    padding: 9px;
    position: relative;
    border-radius: 3px;
}

.regular-checkbox:checked + label:after {
    color: #000;
    content: '\2713';
    font-size: 14px;
    font-weight: bold;
    left: 4px;
    position: absolute;
    top: -1px;
}

.regular-checkbox:checked + label {
    border: 1px solid #cccccc;
    color: #99A1A7;
    padding: 9px;
}

.yellow-tooltip + .tooltip > .tooltip-inner { 
    background-color: #fff;
    color:#000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px -4px 8px rgba(0, 0, 0, 0.1), 4px 0px 8px rgba(0, 0, 0, 0.1), -4px 0px 8px rgba(0, 0, 0, 0.1);
}

.yellow-tooltip + .tooltip > .tooltip-arrow { 
    border-left-color:#fff; 
}

.yellow-tooltip + .tooltip.in{ 
    opacity:1!important;
}

.video-dv{
    width:55%;
}

#refreshCaptcha{
    padding-left: 20px;
    height: 22px;
    cursor:pointer;
}