@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap');

body {
  font: 100% "Nunito Sans", sans-serif;
  color: #333333;
  background-color: #F6F7FB;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
}

p,
span,
a,
i,
ul {
  font-family: "Nunito Sans", sans-serif;
}

h2 {
  font-weight: 700;
  color: #262626;
}

h1 {
  font-weight: 800;
}

:root {
  --theme-priamarycolor: #288AED;
  --theme-black: #515d51;
}

a:hover {
  text-decoration: none;
}

.sigin-up {
  overflow-x: hidden;
  background-color: #021443;
}

/*Login*/

.btn-secondary {
  color: #fff;
  background-color: #515d51;
  border-color: #515d51;
}

.login-bg {
  display: flex;
   align-items: center; 
  justify-content: center;
  height: auto;
  padding-top: 2%;
  height: 100vh;
}

.bg-login {
  /*background-image: url('
/assets/logo_animation-927d5754e63c0b5d52ecaaef7e41fc39c8cabde0723b1c135258b120dcf882e6.mp4 ');*/
  /*background-color: #012240;  */
  position: relative;
  background-size: cover;
  background-position: center;
}

/*.bg-login::before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    bottom: 0;
    height: 100%;
    background-color: #033a71bf;
}*/
.videowrapper {
  position: fixed;
  top: 200px;
  content: '';
  width: 100%;
  bottom: 0;
  z-index: -1;
  height: 100%;
  background-color: #011340;
}

.vidplay {
    width: 100%;
    height: auto;
}

.lgBox {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 5px 1px 25px rgba(0, 123, 255, 0.1);
}

.btn-theme-bule,
.btn-theme-bule:hover {
  /* padding: 8px 20px; */
  /* font-size: 18px; */
  background-color: var(--theme-priamarycolor);
  color: #fff;
  margin-bottom: 15px;
  box-shadow: 1px 1px 10px #00000026;
}

.lgBox p {
  margin-bottom: 13px;
}

.fabox {
  background-color: #F6F7FB;
  /* padding: 10px; */
  /* min-height: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  border-radius: 4px;
  border: 2px solid #f6f7fb;
  transition: .4s all;
}

.fabox i {
  color: var(--theme-black);
}

.input-hidden {
  visibility: hidden;
}

input[type=radio]:checked + div {
  border: 2px solid #288aed;
  box-shadow: 0 0 3px 3px #f7f7f7;
}

input[type=radio]:checked + div label > i {
  color: #288AED;
}

.fabox label {
  cursor: pointer;
  padding: 30px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
}

.logo img {
  height: 60px;
  object-fit: contain;
}

.logo h4 {
  font-size: 30px;
  font-weight: 800;
  margin-left: 20px;
}

.countryCode {
  background-color: #fff;
  padding: 7px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  margin-bottom: 25px;
}

.institution-section {
  border: 1px solid #ced4da;
  padding: 15px;
}

.institution-section p {
  font-weight: bold;
  font-size: 14px;
}

.add-url {
  float: right;
  font-size: 14px;
}

.url-input {
  margin-top: 10px;
}

/*# sourceMappingURL=login.css-2e9775d2477cabacf0e425ae4fa57083ad2c515f82943a1469d2bc8bddf6791a.map */
