@font-face 
{
font-family: 'Lato-Regular';
src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
url('fonts/lato-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face 
{
font-family: 'Lato-Bold';
src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
url('fonts/lato-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #aeaeae; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #97144D; 
}


/* common css */

.context-ibm-apim-activate-x .password-parent, form[class*='change-pwd-form'] .password-parent, .context-user-register .password-parent, .context-ibm-apim-forgotpwd-x .password-parent, .context-user-forgot-password .password-parent
{
	
	display:inline;
}

.reg-login-wrap
{
    width: 900px;
    box-shadow: 0px 3px 20px #0000001A;
    padding: 20px 0 20px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 50px auto 0 auto;
    border-radius: 5px;
	margin-bottom:50px;

}
.reg-login-wrap input[type='text']
{
    border-color: #E6E6E6;
    color: #F9F9F9;
    background: #fff;
        display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.reg-login-wrap input[type='email']
{
    border-color: #E6E6E6;
    color: #F9F9F9;
    background: #fff;
        display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.reg-login-wrap select
{
    border-color: #E6E6E6;
    color: #F9F9F9;
    background: #fff;
        display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.reg-login-wrap input[type='password']
{
    border-color: #E6E6E6;
    color: #F9F9F9;
	background:#f9f9f9;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.register-title
{
    font-family: Lato-Bold;
    font-size: 25px;
    color: #F9F9F9;
    margin-bottom: 20px;
}
.forgot-passowrd
{
    color:#97144D;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
    display: block;
    font-size:12px;
}


#ibm-apim-password-policy-status
{
font-size:14px;
}
.form-control
{
    border-color:#E6E6E6;
    color:#F9F9F9;
    background: #f9f9f9;
}
.form-control:focus
{
    outline: none;
    box-shadow: none;
    border-color:#E6E6E6 ;
}
.captch-box
{
    border:2px solid #707070;
    height: 58px;
    width:128px;
    font-size: 35px;
    font-style:italic;
    text-align: center;
    margin: 30px auto 0  auto;
}

.btn
{
font-size: 14px;
font-family: Lato-Bold;
padding:8px 40px;
border-radius: 5px;
}
.btn-primary
{
    background: #97144D;
    border-color: #97144D;
    color: #FFFFFF;
}
.btn-solid
{
    border-color: #97144D;
    color:#97144D;
}
.btn-primary:hover
{
    background: #97144D;
    border-color: #97144D;
}

.error{
    color: #97144D;
}

.button
{
font-size: 14px;
font-family: Lato-Bold;
padding:8px 40px;
border-radius: 5px;

    background: #97144D;
    border-color: #97144D;
    color: #FFFFFF;
}
.register img
{
	width:100%;
	padding:20px;
}


.sign-btnn-wrap
{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin:30px auto;
    justify-content: center;
}
.sign-control-box
{
    padding: 0;
	height:540px;
overflow-y:auto;
}

.reg-login-wrap .apic-user-form-inner-wrapper.apic-user-form-registries
{
	padding-top:0;
	margin:0 auto;
	display:table;
	float:none;
	width:auto;
}


.reg-login-wrap .apic-user-form-registries button.registry-button, .apic-user-form-registries a.registry-button
{
	width:150px;
}

.reg-login-wrap a
{
color:#97144D;
}
.reg-login-wrap .description
{
	color:#97144d;
font-size:12px;
}

.reg-login-wrap input[type='text']
{
	background:#f9f9f9;
}
.reg-login-wrap input[type='password']
{
	background:#f9f9f9;
	display:inline-block;
}
#ibm-apim-password-policy-status br
{
	display:none;
}
.reg-login-wrap input[type='password']:focus, .reg-login-wrap input[type='text']
{
	background:#fff;
}
.apic-portal-title
{
	display:none;
}

#user-pass p
{

	margin-bottom:0;
}

.reg-login-wrap .user-login-form .apic-user-form-subheader
{
 font-family:lato-bold;
margin-bottom:20px;
padding:0;
}

.reg-login-wrap ul
{
 display:none;
}

.reg-login-wrap .apic-user-form
{
 margin-top:0;
}
#ibm-apim-password-policy-status span
{
	display:block;
}
label
{
margin-top:.5em;	
}

/*------------------term and condintinos ---------------------------*/
#edit-terms-of-use > div
{
	
    display: flex;
    flex-direction: row;
    align-items: flex-start;

}
#edit-terms-of-use .bx--checkbox-appearance
{
	display:none;
}
#edit-terms-of-use .bx--label
{
	
    margin: 0;
    /* width: 107%; */
    margin-left: 10px;
    line-height: normal;
    font-size: 14px;

	
}
.reg-login-wrap .apic-user-form-inner-wrapper.apic-user-form-registries
{
	display:none;
}

@media screen and (max-width: 768px) and (min-width: 100px)
{

    .reg-login-wrap {
    width: 92%;
    padding: 4%;
    margin: 50px auto 50px auto;
}
.apic-user-form
{
	padding:0;
}
.register
{

    margin-bottom: 40px;
}
.sign-control-box {

height:auto;
    padding: 0;
}


}