/*** Simple Respo Login TUT by: V ***/

@media screen and (max-width: 900px) {

 /* modal */

 .modal {
 max-width: 200px;
 }

 /* textbox */

 .login-wrapper form .login-row input.textbox {
 width: 70% !important;
 }
 .login-wrapper form .login-row input {
 padding-left: 70px !important;
 }
}

/* modal */

.modal {
 width: 340px !important;
}

.modal a.close-modal {
 z-index: 999999;
}

::selection {
 background: rgba(125, 173, 217, 0.3);
}

.login-container {
 position: relative;
 text-align: center;
 z-index: 999999 !important;
}

.login-wrapper {
 width: 100%;
 background: #fff;
 border-radius: 5px;
 box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
}

.login-wrapper .title {
 padding: 10px;
    background: #191b1f url(/web/20230320191410im_/https://iandrew.org/images/iandrew/header.jpg) center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 border-radius: 5px 5px 0 0;
 color: #fff;
 font-size: 20px;
 font-weight: 600;
 display: flex;
 align-items: center;
 justify-content: center;
}

.login-wrapper .title .logo img {
 height: 40px;
}

.login-wrapper form {
 padding: 30px 25px 25px 25px;
}

/* textbox */

.login-wrapper form .login-row input.textbox {
 width: 84%;
}

/* login row */

.login-wrapper form .login-row {
 height: 35px;
 margin-bottom: 15px;
 position: relative;
}

/* login input */

.login-wrapper form .login-row input {
 height: 100%;
 width: 100%;
 outline: none;
 padding-left: 60px;
 border-radius: 5px;
 border: 1px solid lightgrey;
 font-size: 16px;
 transition: all 0.3s ease;
}

.login-wrapper form .login-row input:focus {
 border-color: #007FD0;
 box-shadow: inset 0px 0px 2px 2px rgba(125, 173, 217, 0.25);
}

.login-wrapper form .login-row input::placeholder {
 color: #999;
}

/* login row icon */

.login-wrapper form .login-row i {
 position: absolute;
 width: 47px;
 height: 51px;
 color: #fff;
 font-size: 18px;
 background: #007FD0;
 border: 1px solid #007FD0;
 border-radius: 5px 0 0 5px;
 display: flex;
 align-items: center;
 justify-content: center;
}

/* login row  password */

.login-wrapper form .login-password {
 margin: -4px 0 20px 0;
 text-align: left;
}

.login-wrapper form .login-password a {
 color: #007FD0;
 font-size: 17px;
 text-decoration: none;
}

.login-wrapper form .login-password a:active,
.login-wrapper form .login-password a:hover {
 text-decoration: underline;
 color: #FF7500;
}

/* login button */

.login-wrapper form .button input {
 color: #fff;
 font-size: 15px;
 font-weight: 500;
 padding-left: 0px !important;
 background: #0853C6;
 border: 1px solid #0853C6;
 cursor: pointer;
}

.login-wrapper form .button input:active,
.login-wrapper form .button input:hover {
 opacity: 0.9;
 color: #fff;
 font-size: 15px;
 font-weight: 500;
}

/* login register */

.login-wrapper form .signup-link {
 text-align: center;
 margin-top: 20px;
 font-size: 17px;
}

.login-wrapper form .signup-link a {
 color: #FF7500;
 text-decoration: none;
}

.login-wrapper form .signup-link a:active,
.login-wrapper form .signup-link a:hover {
 text-decoration: underline;
 color: #007FD0;
}

		
		
		
		
/*
     FILE ARCHIVED ON 19:14:10 Mar 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:05:33 Jun 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.58
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 31.706
  LoadShardBlock: 198.022 (3)
  PetaboxLoader3.datanode: 307.647 (4)
  PetaboxLoader3.resolve: 157.854 (2)
  load_resource: 309.641
*/