﻿
/* CSS Document */


/* Full-width input fields */

@font-face {
    font-family: 'futura_lightregular';
    src: url('/dynamicWeb/SwiftTrade/fonts/futura__light_-webfont.eot');
    src: url('/dynamicWeb/SwiftTrade/fonts/futura__light_-webfont.eot?') format('embedded-opentype'),
         url('/dynamicWeb/SwiftTrade/fonts/futura__light_-webfont.woff2') format('woff2'),
         url('/dynamicWeb/SwiftTrade/fonts/futura__light_-webfont.woff') format('woff'),
         url('/dynamicWeb/SwiftTrade/fonts/futura__light_-webfont.ttf') format('truetype'),
         url('/dynamicWeb/SwiftTrade/fonts/futura__light_-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('/dynamicWeb/SwiftTrade/fonts/futura-book-bt-webfont.eot');
    src: url('/dynamicWeb/SwiftTrade/fonts/futura-book-bt-webfont.eot?') format('embedded-opentype'),
         url('/dynamicWeb/SwiftTrade/fonts/futura-book-bt-webfont.woff2') format('woff2'),
         url('/dynamicWeb/SwiftTrade/fonts/futura-book-bt-webfont.woff') format('woff'),
         url('/dynamicWeb/SwiftTrade/fonts/futura-book-bt-webfont.ttf') format('truetype'),
         url('/dynamicWeb/SwiftTrade/fonts/futura-book-bt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('/dynamicWeb/SwiftTrade/fonts/opensans-regular-webfont.eot');
    src: url('/dynamicWeb/SwiftTrade/fonts/opensans-regular-webfont.eot?') format('embedded-opentype'),
         url('/dynamicWeb/SwiftTrade/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/dynamicWeb/SwiftTrade/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/dynamicWeb/SwiftTrade/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/dynamicWeb/SwiftTrade/fonts/opensans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {text-decoration: none; color:#FFFFFF; }

/*=============================== Typography =============================== */
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-family: 'futura_lightregular','open_sansregular',Arial,sans-serif;
	font-weight: normal;
	
}
h5,h6,.font-arial{
	font-family: Arial,Helvetica,sans-serif;
}
h1{ font-size:40px;}
h2{ font-size:30px;}

h3{ font-size:24px;
margin-left: 100px;
}

h4{ font-size:18px;}
h5{font-size:14px; }
h6{font-size:14px;}
.bold{font-weight:600;}

a {text-decoration: none;}

	body {
    background: url("/dynamicWeb/SwiftTrade/images/bg.jpg");
    background-repeat: no-repeat;
	
		
}


.img{
	float: right;
	margin-right: 10px;
}


.imgarrow{
	float: right;
	margin-right: 10px;
	display:none;
}

.img2{
		
	}

.imagehide{
	display:none;
}
	

.abc{
	width:20%;
	background-color:;
	padding:10px;
	margin-left: 100px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
	color:#FFFFFF;
	text-align: left;
	padding-left: 20px;
	border-width: 1px;
	border-color:#FFFFFF;
	border-style: solid;

	

}

.abc:hover {
    background-color:#FFFFFF;
	color:#000000;
	
}



.cd{
	padding:0.5%;
	width:80%;
	background-color:#FFFFFF;
}

.bc{
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	display: inline;
	
}


input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
	width: 100%;
    
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 0px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
   
    position: relative;
	width:100%;
}





span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
	height: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    padding-top: 10px;
}

/* Modal Content/Box */
.modal-content {
    background-color:;
    margin: 0%; /* 5% from the top, 15% from the bottom and centered */
	margin-right:0%;
	margin-top: 30px;
    border: 0px solid #888;
    width: 75%; /* Could be more or less, depending on screen size */
	height:100%;
	float: right;
	
	
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 150px;
    top: 0px;
    color:#FFFFFF;
    font-size: 30px;
    font-weight: bold;
	background-color:#FF0004;
	padding-left: 8px;
	padding-right: 8px;
	border: 0px solid #FF0004;
	border-radius:50%;
	


}

.close:hover,
.close:focus {
    color: white;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 996px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
	
	body {
    background: url("");
    background-repeat:no-repeat;
	background-color: #005392;
}
	
	
	.abc{
	width:90%;
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
	text-align: center;
	color:#000000;
	text-align: left;
	padding-left: 20px;
	border-width: 0px;
	border-color:#000000;
	border-style: solid;



}

.abc:hover {
    background-color:#032C6A;
	color:#FFFFFF;
	
}
	
	.cd{
	padding:0%;
	width:0%;
	background-color:#FFFFFF;
	
}
	

	
	
	
	.modal-content {
    background-color:;
    margin: 5%; /* 5% from the top, 15% from the bottom and centered */
    border: 0px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
	height:100%;
	
	
}
	
	
	
	
	.close {
    position: absolute;
    right: 0px;
    top: 0px;
    color:#FFFFFF;
    font-size: 60px;
    font-weight: bold;
	background-color:#FF0004;
	padding-left: 18px;
	padding-right: 18px;
	border: 0px solid #FF0004;
	border-radius:50%;
	


}
	
	.bc{
	display: none;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	width:90%;
	
}
	
	.img{
	float: right;
	margin-right: 10px;
	display: none;
}

	
	.imgarrow{
	float: right;
	margin-right: 20px;
	margin-top: 12px;
	display:inline;
}

	
	.img2{
		width:100%
	}
	
	
	h3{
		font-size: 20px;
		margin-left: 20px;
		color: #FFFFFF;
	}
	
	h5{
		font-size: 20px;
		margin-left: 10px;
	}
	
	
	.imagehide{
	display:inline;
}
	
	
}

