﻿body
{
    direction: rtl;
    font-family: Arial !important;
    font-size: 1rem;
    margin: 10px 0px 10px 0px !important;
}

.Verify .form-group
{
    margin-bottom:0  !important;
}

.Verify input, .Verify select
{
    font-family:Arial !important;
    font-size:14px !important;
}

.Verify.container
{
     margin:auto !important;
     
}

.Verify .First img
{
    height:100%;
    width:100%;
    padding:0px 15px;
}

.Verify .control-label
{
    color:#565659;
    font-size:20px;
    font-weight:normal;
}
.Verify .bullet-label
{
    color:#565659;
    font-size:13px;
    font-weight:normal;
    vertical-align:top;
    padding-top: 5px;
}

.Verify .Email
{
    direction:ltr;
}

.Verify .Blue
{
    color:#0072BC;
    font-size:22px;
}

.Verify input[type="checkbox"]
{
    width: 22px;
    height: 35px;
}
.Verify .listStyle
{
    list-style-type: square;
    color:#003E7E;
    font-size:20px;
}

.Verify .Link
{
    text-decoration:none;
    cursor:pointer;
}

.Verify .button
{
    border:0px;
    padding:0px;
    background-color:Transparent;
}

.Verify .mainDiv
{
    margin:auto;    
}

.Verify .buttonDetails
{
    margin:auto;
}

/*--------------------*/
.Verify .error
{
    margin-top: 0px;
    min-height:15px;
    font-size:14px;
}
.Verify .error,
.Verify .ErrorMessage
{
    color:red;
}
.Verify .ErrorMessageDialog
{
    height:480px;
    padding-top: 100px !important;
}
.Verify .align-right
{
    text-align: right;
}

.Verify .Float
{
    float: right;
}

.Verify .FloatOpposite
{
    float: left;
}
.Verify .Spacer
{
    height:20px;
}
.Clear
{
	clear: both;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	width: 0px;
	font-size:0px;
}
.Verify .AccessibilityFieldset
{
	direction:rtl;
	float:right;
}

.Verify .form-group row
{
    margin-bottom:0px;    
}

@media screen and (min-width: 1200px) {
    .Verify.container
    {
        width:630px;
    }
}
@media screen and (max-width: 768px) {
  .Verify .form-horizontal .control-label {
    text-align: right;
  }
}