@import 'fontiran.css';
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: iransansx-medium;
}
body, html {
	height: 100%;
            }

.main-login
    {
    width: 100%;
    margin: 0 auto;
    }
.login {
        width: 100%;  
        min-height: 100vh;
    
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: #f2f2f2;
      }
.wrap {
        width: 100%;
        background: #fff;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
      
      }
.login-form {
        width: 560px;
        min-height: 100vh;
        display: block;
        padding: 250px 55px 55px 55px;
      }
.login-image {
        width: calc(100% - 560px);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
      }

input.input {
            height: 100%;
            }

.title{
  font-size: x-large;
  margin-bottom: 50px;
}
.calendar{
  position: fixed;
  left: 10px;
  top: 10px;
  color: #fff;
  z-index: 50;
}